aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
Commit message (Collapse)AuthorAgeFilesLines
* merged common_sl branch to trunkAndreas Beeker2015-07-241-0/+26
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692593 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/+7
|/ | | | | | for releasing and testing git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1661322 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-062-20/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406208 13f79535-47bb-0310-9956-ffa450edef68
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-051-36/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405808 13f79535-47bb-0310-9956-ffa450edef68
* update CHP type definition (all flags from grpfChp are supported now)Sergey Vladimirov2012-11-052-32/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405760 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389037 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-112-14/+13
| | | | | | We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 13f79535-47bb-0310-9956-ffa450edef68
* update list types definitions using new Grfhic classSergey Vladimirov2011-10-295-23/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195068 13f79535-47bb-0310-9956-ffa450edef68
* correctly save PlfLst Sergey Vladimirov2011-10-022-2/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178104 13f79535-47bb-0310-9956-ffa450edef68
* update LVLF definitionSergey Vladimirov2011-10-012-15/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178098 13f79535-47bb-0310-9956-ffa450edef68
* correctly handle LFOData structuresSergey Vladimirov2011-10-011-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178083 13f79535-47bb-0310-9956-ffa450edef68
* correctly handle last part of FIBSergey Vladimirov2011-10-012-1/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178063 13f79535-47bb-0310-9956-ffa450edef68
* update docs basing on prev. version of docSergey Vladimirov2011-10-011-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178049 13f79535-47bb-0310-9956-ffa450edef68
* replcae FIBLongHandler with FibRgLw97 and remove CPSplitCalculatorSergey Vladimirov2011-10-011-0/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178038 13f79535-47bb-0310-9956-ffa450edef68
* replace FIBShortHandler with FibRgW97Sergey Vladimirov2011-10-011-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178030 13f79535-47bb-0310-9956-ffa450edef68
* extract FibBase from FIBSergey Vladimirov2011-10-013-378/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178019 13f79535-47bb-0310-9956-ffa450edef68
* picture loading completely rewritten, bugs 51902 and 51890 fixedSergey Vladimirov2011-09-301-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177709 13f79535-47bb-0310-9956-ffa450edef68
* fix default values for byte[] fields in autogenerated filesSergey Vladimirov2011-09-211-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173719 13f79535-47bb-0310-9956-ffa450edef68
* add lvlf type definition and java codeSergey Vladimirov2011-09-211-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173712 13f79535-47bb-0310-9956-ffa450edef68
* split stylesheet into additional structures according to latest specificationSergey Vladimirov2011-09-212-0/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173622 13f79535-47bb-0310-9956-ffa450edef68
* rename STD to StdfBaseSergey Vladimirov2011-09-211-15/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173548 13f79535-47bb-0310-9956-ffa450edef68
* add STD type description and java classSergey Vladimirov2011-09-212-1/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173545 13f79535-47bb-0310-9956-ffa450edef68
* add tabs handling and additional SPRMs; update ShadingDescription definition ↵Sergey Vladimirov2011-09-204-6/+127
| | | | | | (in fact, replace) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173157 13f79535-47bb-0310-9956-ffa450edef68
* update TCAbstractTypeSergey Vladimirov2011-09-201-50/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173044 13f79535-47bb-0310-9956-ffa450edef68
* restore (merge, cleanup and move to dev. package) XSLT utilities classes for ↵Sergey Vladimirov2011-08-091-7/+3
| | | | | | model classes autogeneration. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155242 13f79535-47bb-0310-9956-ffa450edef68
* add initial code for office drawings (and pictures saved as such drawings)Sergey Vladimirov2011-07-281-0/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151845 13f79535-47bb-0310-9956-ffa450edef68
* add Colorref structure and use it to store color information in CHP(X)Sergey Vladimirov2011-07-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150606 13f79535-47bb-0310-9956-ffa450edef68
* mark autogenerated methods as internal, but leave them as publicSergey Vladimirov2011-07-251-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150605 13f79535-47bb-0310-9956-ffa450edef68
* use autogenerated LFO type definitionSergey Vladimirov2011-07-241-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150475 13f79535-47bb-0310-9956-ffa450edef68
* initial support for endnotes and footnotes in HWPFSergey Vladimirov2011-07-201-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148959 13f79535-47bb-0310-9956-ffa450edef68
* added initial support for bookmarkSergey Vladimirov2011-07-192-12/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148428 13f79535-47bb-0310-9956-ffa450edef68
* fix compiler warningsSergey Vladimirov2011-07-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148046 13f79535-47bb-0310-9956-ffa450edef68
* fix compiler warningsSergey Vladimirov2011-07-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68
* update CHP definitionSergey Vladimirov2011-07-163-117/+417
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147411 13f79535-47bb-0310-9956-ffa450edef68
* update PAP definitionSergey Vladimirov2011-07-162-45/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147398 13f79535-47bb-0310-9956-ffa450edef68
* update SEP definitionSergey Vladimirov2011-07-162-120/+214
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147385 13f79535-47bb-0310-9956-ffa450edef68
* more correct definition of FLD, preserving reserved bitsSergey Vladimirov2011-07-081-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144249 13f79535-47bb-0310-9956-ffa450edef68
* make getSize() staticSergey Vladimirov2011-07-082-301/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144229 13f79535-47bb-0310-9956-ffa450edef68
* refactor FieldDescriptor to be based on autogenerated codeSergey Vladimirov2011-07-082-0/+349
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144224 13f79535-47bb-0310-9956-ffa450edef68
* fix compiler warning ("unmappable character for encoding ASCII")Sergey Vladimirov2011-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144197 13f79535-47bb-0310-9956-ffa450edef68
* update CHP typeSergey Vladimirov2011-07-071-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143838 13f79535-47bb-0310-9956-ffa450edef68
* update PAPAbstractType, adding field descriptionsSergey Vladimirov2011-07-072-4/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143701 13f79535-47bb-0310-9956-ffa450edef68
* rename PAP structure fields according to specificationSergey Vladimirov2011-07-051-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142864 13f79535-47bb-0310-9956-ffa450edef68
* add additional TableProperties; implement TableAutoformatLookSpecifierSergey Vladimirov2011-07-042-22/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142827 13f79535-47bb-0310-9956-ffa450edef68
* update TAP definition according to specificationSergey Vladimirov2011-07-041-33/+226
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142808 13f79535-47bb-0310-9956-ffa450edef68
* Support for sprmPJc paragraph SPRM and handling of additional properties in ↵Yegor Kozlov2011-06-181-34/+76
| | | | | | ParagraphSprmCompressor, see Bugzilla 51389 and 51390 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137143 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51305: Add sprmTCellPaddingDefault support; Update Table Cell ↵Yegor Kozlov2011-06-061-2/+18
| | | | | | Descriptor, make it non-from-file; git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132616 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #51293 from Sergey for hdf types generationNick Burch2011-05-311-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1129693 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Sergey from bug #51292 - Additional HWPF Table Cell descriptor valuesNick Burch2011-05-311-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1129690 13f79535-47bb-0310-9956-ffa450edef68
* Removed RCS tags from xml documents. Also removed trailing whitespaceJosh Micich2009-06-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781867 13f79535-47bb-0310-9956-ffa450edef68