aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf
Commit message (Expand)AuthorAgeFilesLines
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-131-0/+16
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-211-1/+0
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-164-98/+88
* Add test that shows we can already extract text from .docm filesNick Burch2009-11-041-0/+12
* [47942] added implementation of protection features to XLSX and DOCX files. P...Ugo Cei2009-10-281-0/+153
* minor fixes to junit after r819469Josh Micich2009-09-293-30/+49
* Table of Contents first implementationPaolo Mottadelli2009-09-281-0/+44
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-133-0/+0
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-311-0/+9
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-6/+1
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-225-65/+48
* first createWatermark implementationPaolo Mottadelli2009-08-201-0/+18
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-196-142/+86
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-191-3/+27
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-182-55/+56
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+77
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-25/+20
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-091-1/+1
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+7
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-241-0/+9
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-1/+9
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-182-199/+174
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-5/+5
* import OpenXML4j codebaseYegor Kozlov2009-01-291-2/+2
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-173-22/+243
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-202-122/+228
* fixing test hierarchiesJosh Micich2008-11-191-0/+44
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-151-0/+135
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-091-1/+1
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-094-6/+8
* Have XWPFWordExtractor extract headers and footersNick Burch2008-08-092-6/+71
* Improve paragraph text stuff, and further header testsNick Burch2008-08-092-3/+16
* Improve how XWPF headers and footers workNick Burch2008-08-092-1/+181
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-091-0/+96
* Start on xwpf header/footer supportNick Burch2008-08-091-1/+1
* Patch from bug #45592 - improve xwpf text extractionNick Burch2008-08-091-2/+5
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-092-14/+54
* Update the word code to the new style ooxml stuffNick Burch2008-03-092-33/+46
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-082-0/+227