aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* MAPIMessage: skip UTF-8 in guess7bitEncoding because UTF-8 are never used as ...Maxim Valyanskiy2011-09-191-1/+4
* MAPIMessage: fix NPE in set7BitEncodingMaxim Valyanskiy2011-09-161-3/+7
* HWPF Bookmarks tables are correctly updated on text updates. Add HWPF API to ...Sergey Vladimirov2011-09-146-97/+302
* change default page margins to 0.4 inches and allow to changes themSergey Vladimirov2011-09-131-7/+19
* better handle (i.e. skip) empty cellsSergey Vladimirov2011-09-131-5/+23
* generate CSS without tag namesSergey Vladimirov2011-09-133-26/+16
* avoid exceptions when using POI in Tika, see BUgs 51771 and 51770Yegor Kozlov2011-09-121-6/+7
* add sprmPDxaLeft1 0x8460 PAPX SPRM supportSergey Vladimirov2011-09-071-3/+8
* use margin CSS properties to control indentation in HTMLSergey Vladimirov2011-09-071-4/+6
* fix Bug 51772 - IllegalArgumentException Parsing MS Word 97 - 2003;Sergey Vladimirov2011-09-077-56/+186
* extract processSheet() method to use with single-sheet processingSergey Vladimirov2011-09-021-15/+27
* replace getInstance() / getOptions() with getShapeType for EscherSpRecordSergey Vladimirov2011-08-312-3/+4
* additional check for null argumentsSergey Vladimirov2011-08-311-0/+5
* fixed width for tables in FOSergey Vladimirov2011-08-312-37/+47
* handle "Times Roman" fontSergey Vladimirov2011-08-311-1/+2
* add text spanning supportSergey Vladimirov2011-08-291-72/+46
* fix FO errors and add cells formattingSergey Vladimirov2011-08-295-145/+344
* add initial implementation for Excel to XSL FO converterSergey Vladimirov2011-08-298-220/+1001
* Add missing license headerNick Burch2011-08-251-0/+16
* Add missing license header to a log4j fileNick Burch2011-08-251-0/+15
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-232-4/+4
* add copyrights and commentsSergey Vladimirov2011-08-231-3/+25
* add watermark test case (as example)Sergey Vladimirov2011-08-231-0/+32
* add getOfficeArtSpContainer() method to OfficeDrawingSergey Vladimirov2011-08-232-0/+16
* dump header graphicsSergey Vladimirov2011-08-231-4/+17
* dump FIB field values (starting from 154 offset)Sergey Vladimirov2011-08-232-0/+56
* do not test ex45698-22488.xls -- requires too much memorySergey Vladimirov2011-08-231-1/+3
* fix NPESergey Vladimirov2011-08-231-1/+3
* update paragraph rebuilding for case when empty papx [n; n) happens at the en...Sergey Vladimirov2011-08-231-0/+7
* update assertion condition for case where empty PAPX appears at the start of ...Sergey Vladimirov2011-08-231-1/+2
* update test case after colors conversion fixSergey Vladimirov2011-08-231-1/+1
* add page-break test caseSergey Vladimirov2011-08-221-0/+8
* add page breaks support; fix paragraphs-in-bookmarks handlingSergey Vladimirov2011-08-227-16/+99
* add test case for "page break before" property of paragraphSergey Vladimirov2011-08-221-0/+8
* handle colors with opacitySergey Vladimirov2011-08-222-2/+19
* better log messageSergey Vladimirov2011-08-221-3/+5
* do not interrupt if unable to process document title / meta(s)Sergey Vladimirov2011-08-221-4/+13
* HWPF: Range: fix incorrect assert that breaks Tika buildMaxim Valyanskiy2011-08-221-1/+1
* handling case with overlapping bookmarks and fieldsSergey Vladimirov2011-08-221-2/+10
* slightly better log messageSergey Vladimirov2011-08-221-1/+1
* refix 51686 - fix possible NPE, add writeTo() to ObjectPoolImpl.Sergey Vladimirov2011-08-224-4/+27
* [[51686]] rename testWORD.doc to Bug51686.docSergey Vladimirov2011-08-221-2/+8
* bug#51686 - ConcurrentModificationException in Tika's OfficeParserMaxim Valyanskiy2011-08-222-21/+33
* removed test document referenced in Bug 51524 because it cannot be distribute...Yegor Kozlov2011-08-212-12/+66
* fix 51678 -- Extracting text from Bug51524.zip is slowSergey Vladimirov2011-08-181-0/+11
* fix 51678 -- Extracting text from Bug51524.zip is slowSergey Vladimirov2011-08-182-12/+125
* fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointer...Sergey Vladimirov2011-08-173-63/+122
* translate almost any number to english and roman lettersSergey Vladimirov2011-08-172-24/+167
* do not throw exception if ExtractorFactory is available in classpath, but xbe...Sergey Vladimirov2011-08-171-6/+27
* simplify API to Word file's part processing, like includint page headers / fo...Sergey Vladimirov2011-08-114-60/+83