aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed erroneous coding for Ptg 0x1a (see bugzilla 40008)Josh Micich2009-11-051-36/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832975 13f79535-47bb-0310-9956-ffa450edef68
* Add test that shows we can already extract text from .docm filesNick Burch2009-11-041-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832644 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample .docm file from bug #45690Nick Burch2009-11-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832643 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from ↵Nick Burch2009-11-043-1/+18
| | | | | | non zero offsets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832625 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when calling methods from the superclass and initialize ↵Yegor Kozlov2009-11-033-8/+122
| | | | | | XSSFChartSheet with a blank sheet, see Bugzilla 48087 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
* Tweak svn:ignore to skip the ecma zip files tooNick Burch2009-11-030-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832607 13f79535-47bb-0310-9956-ffa450edef68
* Make the ooxml schema jar filenames consistentNick Burch2009-11-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832605 13f79535-47bb-0310-9956-ffa450edef68
* When running the "compile-ooxml-xsds" ant task, also generate the source jar ↵Nick Burch2009-11-032-4/+17
| | | | | | for the OOXML Schemas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832596 13f79535-47bb-0310-9956-ffa450edef68
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ↵Nick Burch2009-11-0327-100/+306
| | | | | | and get the ordering of imports to be consistent git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832591 13f79535-47bb-0310-9956-ffa450edef68
* Hopefully fix #45672 properly - improve handling by ↵Nick Burch2009-11-036-3/+103
| | | | | | MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832584 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48096 - relaxed validation check in RecalcIdRecordJosh Micich2009-11-034-10/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832536 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to ↵Josh Micich2009-11-034-91/+139
| | | | | | trap unreasonable field values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832505 13f79535-47bb-0310-9956-ffa450edef68
* fixed logic for matching cells and comments in HSSFCell.getCellComment()Yegor Kozlov2009-10-294-5/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@831025 13f79535-47bb-0310-9956-ffa450edef68
* [47942] added implementation of protection features to XLSX and DOCX files. ↵Ugo Cei2009-10-2823-4/+1179
| | | | | | Patch submitted by Roberto Albertini. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
* drop a line on Git access to POI sourcesYegor Kozlov2009-10-281-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830513 13f79535-47bb-0310-9956-ffa450edef68
* preserve leading and trailing white spaces in XSSFRichTextString, see ↵Yegor Kozlov2009-10-283-2/+38
| | | | | | Bugzilla 48070 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830492 13f79535-47bb-0310-9956-ffa450edef68
* simplified code copied from xalan (in r829781) to bare minimum required by ↵Josh Micich2009-10-263-248/+81
| | | | | | XSSFImportFromXML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829903 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified ↵Josh Micich2009-10-261-317/+190
| | | | | | example code. (follow-on from r829758) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829897 13f79535-47bb-0310-9956-ffa450edef68
* Fix constructors for new namingNick Burch2009-10-261-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829783 13f79535-47bb-0310-9956-ffa450edef68
* Added classes from Xalan to make XSSFImportFromXML compile even without ↵Ugo Cei2009-10-262-0/+219
| | | | | | Xalan as a dependency. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829781 13f79535-47bb-0310-9956-ffa450edef68
* Update link to dev.HSSF.javaNick Burch2009-10-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829759 13f79535-47bb-0310-9956-ffa450edef68
* Copy the old dev.HSSF example over to trunk, and put it in a more suitable placeNick Burch2009-10-261-0/+371
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829758 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48044 - added implementation for CountBlank function (patch from ↵Josh Micich2009-10-245-5/+113
| | | | | | Mads Mohr Christensen) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
* added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval)Josh Micich2009-10-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828247 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48036 - added IntersectionEval to allow evaluation of the ↵Josh Micich2009-10-215-30/+135
| | | | | | intersection formula operator. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828244 13f79535-47bb-0310-9956-ffa450edef68
* Removed @author tag.Ugo Cei2009-10-211-369/+363
| | | | | | | Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827907 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of internal JDK classes.Ugo Cei2009-10-211-157/+124
| | | | | | | | Removed @author tag. Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827905 13f79535-47bb-0310-9956-ffa450edef68
* The Visio info on gnome.ru is no more. Switch the links to a web.archive.org ↵Nick Burch2009-10-201-2/+2
| | | | | | cached version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827685 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-172-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826151 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-1644-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
* fixed compiler warnings and TODOs in org.apache.poi.hssf.record.formula.evalJosh Micich2009-10-165-175/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826041 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-1614-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826038 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete empty directoriesJosh Micich2009-10-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826019 13f79535-47bb-0310-9956-ffa450edef68
* simplify/optimise OperationEvaluatorFactoryJosh Micich2009-10-161-30/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826017 13f79535-47bb-0310-9956-ffa450edef68
* From bug #47999 - avoid un-needed call to the JVM Garbage Collector when ↵Nick Burch2009-10-162-3/+1
| | | | | | working on OOXML OPC Packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68
* reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to ↵Josh Micich2009-10-1542-4295/+44
| | | | | | get gump build working git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
* removed new dependency on jodaJosh Micich2009-10-147-115/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47969 - improvements to equals() methodsJosh Micich2009-10-134-211/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824972 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for compiler errors and junit failures introduced by r824836Josh Micich2009-10-135-33/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824963 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation of Digital Signature support using code initially ↵Ugo Cei2009-10-1339-0/+4129
| | | | | | developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824836 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of ↵Josh Micich2009-10-0890-2192/+1981
| | | | | | box instances. Applied patch with mods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-0411-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821551 13f79535-47bb-0310-9956-ffa450edef68
* added Ant target to compile scratchpad examples, added example HSMF ↵Yegor Kozlov2009-10-043-2/+208
| | | | | | application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821500 13f79535-47bb-0310-9956-ffa450edef68
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-046-5/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821497 13f79535-47bb-0310-9956-ffa450edef68
* improved API for OOXML custom propertiesYegor Kozlov2009-10-043-81/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821496 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to error handling in ForkedEvaluator. Added junits.Josh Micich2009-09-303-2/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820479 13f79535-47bb-0310-9956-ffa450edef68
* minor fixes to junit after r819469Josh Micich2009-09-293-30/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820120 13f79535-47bb-0310-9956-ffa450edef68
* improved script for deploying maven artefactsYegor Kozlov2009-09-282-16/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819487 13f79535-47bb-0310-9956-ffa450edef68
* updated index.html to reflect current releaseYegor Kozlov2009-09-281-27/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819486 13f79535-47bb-0310-9956-ffa450edef68
* Table of Contents first implementationPaolo Mottadelli2009-09-285-0/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819469 13f79535-47bb-0310-9956-ffa450edef68