aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
Commit message (Collapse)AuthorAgeFilesLines
* merged common_sl branch to trunkAndreas Beeker2015-07-241-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692593 13f79535-47bb-0310-9956-ffa450edef68
| * Snapshot commit - still lots of errors, xslf rendering works, started work ↵Andreas Beeker2015-03-191-0/+0
| | | | | | | | | | | | on hslf git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1667902 13f79535-47bb-0310-9956-ffa450edef68
| * initial commit - still lots of errors, but I need to switch to a clean trunk ↵Andreas Beeker2015-02-211-0/+19906
|/ | | | | | for releasing and testing git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1661322 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637361 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635010 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-161-1/+1
| | | | | | | - fixed "Equals method should not assume anything about the type of its argument" - see http://findbugs.sourceforge.net/bugDescriptions.html#BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568861 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-131-3/+3
| | | | | | | | - fixed "Field isn't final but should be" - see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
* disable not applicable findbugs checkAndreas Beeker2014-02-131-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54436: Fixed metadata for GETPIVOTDATA functionYegor Kozlov2013-03-021-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451875 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-102-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* more progress with XSLF: made some methods publis as suggested on poi-dev, ↵Yegor Kozlov2011-11-241-0/+0
| | | | | | more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1205902 13f79535-47bb-0310-9956-ffa450edef68
* added missing definition of the upArrow shape, moved support for line ↵Yegor Kozlov2011-11-211-13/+4
| | | | | | decorations to XSLFSimpleShape git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204477 13f79535-47bb-0310-9956-ffa450edef68
* more progress with xlsf: support for gradient and texture fills, ↵Yegor Kozlov2011-11-072-0/+0
| | | | | | backgrounds, improved drawing of preset shapes and many more updates ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68
* support for preset shape geometries in xslfYegor Kozlov2011-10-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189105 13f79535-47bb-0310-9956-ffa450edef68
* initial support for rendering pptx slides into images with a PPTX2PNG ↵Yegor Kozlov2011-10-211-0/+19915
| | | | | | command-line utility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
* initial support for XSLF usermodel APIYegor Kozlov2011-08-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156539 13f79535-47bb-0310-9956-ffa450edef68
* moved common formula-related code to org.apache.poi.ss.formula, eliminated ↵Yegor Kozlov2010-11-212-0/+0
| | | | | | dependencies on HSSF, reduced the number of eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037431 13f79535-47bb-0310-9956-ffa450edef68
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc ↵Yegor Kozlov2009-11-211-0/+0
| | | | | | improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-012-571/+571
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780878 13f79535-47bb-0310-9956-ffa450edef68
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly ↵Nick Burch2008-12-311-27/+56
| | | | | | dual-licensed version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730438 13f79535-47bb-0310-9956-ffa450edef68
* Implement idea from bug #35583 - Include a version class, ↵Nick Burch2008-07-121-0/+69
| | | | | | org.apache.poi.Version, to allow easy introspection of the POI version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676221 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle the HDGF chunks_parse_cmds.tbl off into resources where it more ↵Nick Burch2008-07-061-0/+964
| | | | | | properly belongs, and correctly update the legal notice file to match git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674348 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45060 (and 45041) - Improved token class transformation during ↵Josh Micich2008-05-281-4/+5
| | | | | | formula parsing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660828 13f79535-47bb-0310-9956-ffa450edef68
* Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo ↵Josh Micich2008-05-222-8/+8
| | | | | | excelfileformat.odt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658986 13f79535-47bb-0310-9956-ffa450edef68
* Another attempt to fix unicode problems in functionMetadata.txt. Made that ↵Josh Micich2008-05-062-46/+46
| | | | | | file pure ascii. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653892 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ↵Nick Burch2008-05-062-46/+46
| | | | | | before, but breaking on some systems, while now it ought to work fine everywhere git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653831 13f79535-47bb-0310-9956-ffa450edef68
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643625 13f79535-47bb-0310-9956-ffa450edef68
* patch 44675 - made POI capable of recognising var-args functions. Some ↵Josh Micich2008-03-263-0/+570
| | | | | | related fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641185 13f79535-47bb-0310-9956-ffa450edef68
* Update the group and project logo to account for TLPNick Burch2007-06-012-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543456 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/resources directoryMark Thomas2007-01-153-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496531 13f79535-47bb-0310-9956-ffa450edef68
* update jindent fileAvik Sengupta2007-01-021-54/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491759 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-091-0/+912
| | | | | | I'm really really wanting to move to subversion. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
* Edited version of the logo, for inclusion in the site. First try.Nicola Ken Barozzi2002-11-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352914 13f79535-47bb-0310-9956-ffa450edef68
* The logos I understand have passed the vote.Nicola Ken Barozzi2002-11-093-0/+0
| | | | | | | | | 4 is the main one 4s is the small-icon version 5 is for making icons for POI-format files git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352910 13f79535-47bb-0310-9956-ffa450edef68
* Removed runtime dependency from commons logging.Nicola Ken Barozzi2002-06-112-0/+12
| | | | | | | | | | | | | Now the PoiLogFactory will try to create a logger using the System property named "org.apache.poi.util.POILogger". If it fails, the NullLogger is used. There is also a basic SystemOutLogger and the former CommonsLogger. Haven't checked the code that much, but it compiles and POI works. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352672 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-0327-4738/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352315 13f79535-47bb-0310-9956-ffa450edef68
* To make thing easier for users, I've changed now the default properties of ↵Nicola Ken Barozzi2002-03-181-0/+31
| | | | | | | | | log4j to output to null even when jog4j is present. To override, one can use commoms logging env variables or simply replace src/java/log4j.properties with the one in src/resources/devtools, that works as usual for developers. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352244 13f79535-47bb-0310-9956-ffa450edef68
* Make POI use commons.logging, make log4j optional and clean structure to ↵Nicola Ken Barozzi2002-03-141-0/+319
| | | | | | comply with, and use, Krysalis Centipede 2.0.1. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352212 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionAndrew C. Oliver2002-01-3127-0/+4738
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68