aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* added initial support for bookmarkSergey Vladimirov2011-07-1911-95/+786
* introduce SubdocumentPart and simplify CP start/end FIB APISergey Vladimirov2011-07-1913-218/+423
* introduce DocumentPart enum and simplify fields access APISergey Vladimirov2011-07-197-111/+127
* add dump fields featureSergey Vladimirov2011-07-192-2/+46
* compact HTML output of WordToHtmlConverterSergey Vladimirov2011-07-193-72/+89
* speed improvement for rebuilding CHPXSergey Vladimirov2011-07-191-11/+111
* simplify internal APISergey Vladimirov2011-07-182-67/+89
* add support for merged cellsSergey Vladimirov2011-07-182-8/+93
* fix compiler warningsSergey Vladimirov2011-07-181-4/+4
* fix compiler warningsSergey Vladimirov2011-07-181-4/+4
* compact result HTML in Excel-to-HTML converterSergey Vladimirov2011-07-182-49/+108
* fix test case name for TestExcelToHtmlConverterSuiteSergey Vladimirov2011-07-181-1/+3
* fix compilation errorSergey Vladimirov2011-07-181-0/+27
* very small additional speed improvement (less garbage)Sergey Vladimirov2011-07-181-15/+21
* fix Bug 51524 -- PapBinTable constructor is slow (regression)Sergey Vladimirov2011-07-185-35/+184
* preserve align in case of "divved" cellsSergey Vladimirov2011-07-181-33/+20
* add tricky mode (disabled by default) to output cell's text in next cells, if...Sergey Vladimirov2011-07-181-5/+177
* fix table and table's cells css processingSergey Vladimirov2011-07-182-5/+25
* do not output hidden rows and columns by default (and add options to do so)Sergey Vladimirov2011-07-181-13/+46
* made getHighlightColor() public, so convertor don't need to clone CHP infoSergey Vladimirov2011-07-161-5/+2
* made getHighlightColor() public, so convertor don't need to clone CHP infoSergey Vladimirov2011-07-162-7/+11
* processImage() is moved to converter, remove setImageProperties from UtilsSergey Vladimirov2011-07-161-50/+0
* introduce picture descriptor structure (internal), now Picture class extends it;Sergey Vladimirov2011-07-166-88/+409
* allow to dump picturesSergey Vladimirov2011-07-161-24/+128
* a bit more comments (quotes from specifications)Sergey Vladimirov2011-07-161-7/+21
* trivial fix for ShadingDescriptor.toString()Sergey Vladimirov2011-07-161-1/+1
* update CHP definitionSergey Vladimirov2011-07-167-763/+1670
* update AllHWPFTestsSergey Vladimirov2011-07-161-2/+1
* update AllHWPFTestsSergey Vladimirov2011-07-161-33/+65
* update PAP definitionSergey Vladimirov2011-07-167-829/+809
* deprecate code working directly with PAPX / CHPX / SEPXSergey Vladimirov2011-07-161-2/+19
* add default values to LineSpacingDescriptorSergey Vladimirov2011-07-161-0/+3
* remove unused methodSergey Vladimirov2011-07-161-19/+1
* make some section properties public to prevent access from converters using r...Sergey Vladimirov2011-07-164-54/+85
* update SEP definitionSergey Vladimirov2011-07-162-3/+3
* update SEP definitionSergey Vladimirov2011-07-161-95/+285
* format and sort membersSergey Vladimirov2011-07-161-44/+44
* format and sort membersSergey Vladimirov2011-07-161-20/+16
* format and sort membersSergey Vladimirov2011-07-161-225/+233
* add get/set for _ixchFollow in listLevelSergey Vladimirov2011-07-162-15/+14
* rename methods to make the difference between field end (exclusive) and field...Sergey Vladimirov2011-07-153-54/+84
* prevent extra text in fieldSergey Vladimirov2011-07-151-1/+6
* prevent index out of range exceptionSergey Vladimirov2011-07-151-2/+2
* fix fields processing, improve test caseSergey Vladimirov2011-07-152-9/+20
* compactify HTMLSergey Vladimirov2011-07-151-36/+63
* fix styles output;Sergey Vladimirov2011-07-133-22/+179
* fix NPESergey Vladimirov2011-07-121-2/+2
* add line breaks (0xb) supportSergey Vladimirov2011-07-124-1/+45
* add font replacer interface and default implementationSergey Vladimirov2011-07-127-124/+248
* update TestRangePropertiesSergey Vladimirov2011-07-121-38/+41