summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* unusedcode: oox: remove some unused codeMatúš Kukan2011-12-227-262/+0
|
* catch exception by constant referenceTakeshi Abe2011-12-212-9/+8
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-40/+0
|
* skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2011-12-202-10/+21
|
* Fixed: bentConnectors are not imported properly.Muthu Subramanian2011-12-161-16/+0
| | | | Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
* Removed extra semicolonsJesse2011-12-152-4/+4
|
* use custom shapes for curved connector shapesRadek Doulik2011-12-142-16/+1
| | | | | - they looks correctly visually, we can make then connector shapes once we have new implementation
* import text body rotation property of custom shapeFelix Zhang2011-12-144-0/+10
|
* pptx: updated custom shapes presets after latest fix in equations importRadek Doulik2011-12-125-32/+32
|
* pptx: fix custom shape equations importRadek Doulik2011-12-121-4/+6
| | | | | - guide names can be reused and in that case current one used in following equations is the last one
* n#719989: Rotation needs to be done post flipping.Muthu Subramanian2011-12-081-12/+10
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* make the linear xml processing API more genericLuboš Luňák2011-12-072-7/+57
| | | | | I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
* disable error logs for now, until the new log macros get sorted outLuboš Luňák2011-12-071-22/+24
|
* append text when reading from xmlLuboš Luňák2011-12-071-1/+1
| | | | | | The xml parser apparently can call the characters() callback several times for one text content (if it needs to un-escape maybe?), so append, otherwise some content would be overwritten.
* pptx: make sure we set right type for connector shapesRadek Doulik2011-12-071-2/+7
|
* do not use new presets for connector shapesRadek Doulik2011-12-071-8/+62
| | | | - until we have better implementation
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-065-26/+21
|
* remove last uses of CellVertJustify in our codeMarkus Mohrhard2011-12-052-7/+6
| | | | please use now only CellVertJustify2
* n#719989/97: Connector shape fixes.Muthu Subramanian2011-12-022-10/+19
| | | | Note that rotation needs to be done post flipping.
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
|
* Correctly import multi-value filter settings.Kohei Yoshida2011-11-292-4/+19
| | | | | | We are still not 100% compatible, e.g. Excel's "show blanks" setting is not cleanly mapped (partly due to ODF's limitation). But that's a future TODO.
* Switch to TableFilterField3, but no other changes.Kohei Yoshida2011-11-292-16/+20
|
* better debug output when skipping an elementLuboš Luňák2011-11-292-5/+17
|
* no debug about skipping tags if not actually skippingLuboš Luňák2011-11-292-6/+33
|
* make debug output print tags as strings rather than id numbersLuboš Luňák2011-11-292-15/+56
|
* implement import of docx mathml m:dLuboš Luňák2011-11-292-0/+29
|
* do no re-sort oox tokensLuboš Luňák2011-11-291-22/+16
| | | | | Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them.
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Replace formattings with formattingLior Kaplan2011-11-293-5/+5
|
* set properly initial size of starmath component when importing docxLuboš Luňák2011-11-291-0/+7
|
* the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák2011-11-292-11/+0
|
* simplify attribute retrieval syntax a bitLuboš Luňák2011-11-291-0/+21
|
* Removing unused GetShapePresetType().Muthu Subramanian2011-11-292-637/+0
| | | | It is huge, and inefficient as well.
* dr80: #i116460# performance of Excel file with many outlinesEike Rathke2011-11-282-1/+4
| | | | | | | | # HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
* Fix visibility problem on Windows.Jan Holesovsky2011-11-281-2/+2
|
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-282-15/+14
|
* remove include of pch header from ooxNorbert Thiebaud2011-11-272-2/+0
|
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-1/+1
|
* Fix build on Windows.Jan Holesovsky2011-11-251-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* Docx crasher: there may be no External Header for pictures.Cédric Bosdonnat2011-11-251-1/+1
|
* no need to export oox/helper/attributelist.hxx any longerStephan Bergmann2011-11-251-1/+0
|
* fix compileLuboš Luňák2011-11-251-1/+1
|
* add missing includeDavid Tardon2011-11-251-0/+2
|
* calc69: #i117836# repair import of multiline cells and cells with leading ↵Eike Rathke2011-11-254-10/+14
| | | | | | | | font escapement # Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com> * found as LGPLv3-only fix at svn rev 1172134 (http://svn.apache.org/viewvc?view=revision&revision=1172134)
* fix build error, deliver oox/helper/attributelist.hxxCaolán McNamara2011-11-241-0/+1
|
* skip elements properlyLuboš Luňák2011-11-241-1/+2
|
* remove executable bit on a source fileLuboš Luňák2011-11-241-0/+0
|
* oox::AttributeList is actually not that usable outsideLuboš Luňák2011-11-242-7/+80
|