| Commit message (Expand) | Author | Age | Files | Lines |
* | add page-break test case | Sergey Vladimirov | 2011-08-22 | 1 | -0/+8 |
* | add page breaks support; fix paragraphs-in-bookmarks handling | Sergey Vladimirov | 2011-08-22 | 7 | -16/+99 |
* | add test case for "page break before" property of paragraph | Sergey Vladimirov | 2011-08-22 | 1 | -0/+8 |
* | handle colors with opacity | Sergey Vladimirov | 2011-08-22 | 2 | -2/+19 |
* | better log message | Sergey Vladimirov | 2011-08-22 | 1 | -3/+5 |
* | do not interrupt if unable to process document title / meta(s) | Sergey Vladimirov | 2011-08-22 | 1 | -4/+13 |
* | HWPF: Range: fix incorrect assert that breaks Tika build | Maxim Valyanskiy | 2011-08-22 | 1 | -1/+1 |
* | handling case with overlapping bookmarks and fields | Sergey Vladimirov | 2011-08-22 | 1 | -2/+10 |
* | slightly better log message | Sergey Vladimirov | 2011-08-22 | 1 | -1/+1 |
* | refix 51686 - fix possible NPE, add writeTo() to ObjectPoolImpl. | Sergey Vladimirov | 2011-08-22 | 4 | -4/+27 |
* | relax requirements for POIUtils arguments (replace classes with interfaces) | Sergey Vladimirov | 2011-08-22 | 1 | -3/+3 |
* | move POI FS entries copy methods to new POIUtils class | Sergey Vladimirov | 2011-08-22 | 2 | -36/+125 |
* | [[51686]] rename testWORD.doc to Bug51686.doc | Sergey Vladimirov | 2011-08-22 | 1 | -2/+8 |
* | bug#51686 - ConcurrentModificationException in Tika's OfficeParser | Maxim Valyanskiy | 2011-08-22 | 2 | -21/+33 |
* | removed test document referenced in Bug 51524 because it cannot be distribute... | Yegor Kozlov | 2011-08-21 | 2 | -12/+66 |
* | fix 51678 -- Extracting text from Bug51524.zip is slow | Sergey Vladimirov | 2011-08-18 | 1 | -0/+11 |
* | fix 51678 -- Extracting text from Bug51524.zip is slow | Sergey Vladimirov | 2011-08-18 | 3 | -12/+126 |
* | fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointer... | Sergey Vladimirov | 2011-08-17 | 5 | -64/+126 |
* | translate almost any number to english and roman letters | Sergey Vladimirov | 2011-08-17 | 2 | -24/+167 |
* | updated status.xml to properly reflect last changes in XSLF | Yegor Kozlov | 2011-08-17 | 1 | -1/+1 |
* | do not throw exception if ExtractorFactory is available in classpath, but xbe... | Sergey Vladimirov | 2011-08-17 | 1 | -6/+27 |
* | support for tables and hyperlinks in XSLF | Yegor Kozlov | 2011-08-17 | 20 | -325/+1305 |
* | updated xlsf docs | Yegor Kozlov | 2011-08-12 | 1 | -8/+17 |
* | fixed xml to keep Forrest happy | Yegor Kozlov | 2011-08-12 | 1 | -2/+1 |
* | more XSLF updates | Yegor Kozlov | 2011-08-12 | 4 | -2/+104 |
* | simplify API to Word file's part processing, like includint page headers / fo... | Sergey Vladimirov | 2011-08-11 | 4 | -60/+83 |
* | reuse existing POIFS of hwpf document to preserve all OLE streams | Sergey Vladimirov | 2011-08-11 | 7 | -67/+130 |
* | dump OLE2 streams | Sergey Vladimirov | 2011-08-11 | 1 | -0/+43 |
* | fix issues related to document properties loading and saving | Sergey Vladimirov | 2011-08-11 | 9 | -868/+1223 |
* | fix stylesheet saving | Sergey Vladimirov | 2011-08-11 | 1 | -51/+140 |
* | fix document parts boundaries modifications on text changes (in FIB) | Sergey Vladimirov | 2011-08-11 | 3 | -8/+60 |
* | Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re... | Nick Burch | 2011-08-11 | 3 | -4/+8 |
* | keep compiler from JDK 1.5.22 happy | Yegor Kozlov | 2011-08-11 | 1 | -11/+11 |
* | Patch 51634 - support SXSSF streaming from templates | Yegor Kozlov | 2011-08-11 | 5 | -16/+214 |
* | fixed missing ASF licence headers | Yegor Kozlov | 2011-08-11 | 25 | -11/+404 |
* | initial support for XSLF usermodel API | Yegor Kozlov | 2011-08-11 | 53 | -220/+4992 |
* | 51187 - fixed OPCPackage to correctly handle self references | Yegor Kozlov | 2011-08-11 | 5 | -3/+47 |
* | Bug 51635 - Improved performance of XSSFSheet#write | Yegor Kozlov | 2011-08-10 | 3 | -45/+26 |
* | fix compiler warning about encoding | Sergey Vladimirov | 2011-08-09 | 1 | -2/+2 |
* | simplify HTML CSS creation code | Sergey Vladimirov | 2011-08-09 | 3 | -44/+34 |
* | update test case for 41898 issue | Sergey Vladimirov | 2011-08-09 | 1 | -20/+26 |
* | fix unsigned int to long conversion | Sergey Vladimirov | 2011-08-09 | 1 | -6/+6 |
* | rename emf_2003_image.doc to Bug41898.doc and move test to TestBugs class | Sergey Vladimirov | 2011-08-09 | 2 | -30/+34 |
* | new word-to-text converter can handle OLE2 included objects, so issue 47731 i... | Sergey Vladimirov | 2011-08-09 | 2 | -13/+5 |
* | Add Word-to-Text converter and use it as replacement for WordExtractor | Sergey Vladimirov | 2011-08-09 | 26 | -485/+1114 |
* | add Word-to-Text converter | Sergey Vladimirov | 2011-08-09 | 6 | -47/+584 |
* | allow to disable document rebuilding and use it in HWPF Lister | Sergey Vladimirov | 2011-08-09 | 2 | -127/+189 |
* | main() method seems never worked neither documented. removed. | Sergey Vladimirov | 2011-08-09 | 1 | -37/+0 |
* | restore (merge, cleanup and move to dev. package) XSLT utilities classes for ... | Sergey Vladimirov | 2011-08-09 | 3 | -7/+367 |
* | deprecate org.apache.poi.hdf package | Sergey Vladimirov | 2011-08-09 | 69 | -47/+69 |