summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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 fon...Eike Rathke2011-11-254-10/+14
* 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
* fix inverted bool argumentLuboš Luňák2011-11-241-3/+3
* more api improving in importing mathml docxLuboš Luňák2011-11-242-0/+146
* streamline and document the API for mathml xml stream readingLuboš Luňák2011-11-242-40/+72
* rename and move mathml oox support classes in oox to better placesLuboš Luňák2011-11-248-40/+171
* oox/namespaces.txt actually is generatedLuboš Luňák2011-11-242-1/+1
* ooxml mathml import - first very basic implementationLuboš Luňák2011-11-242-1/+131
* remove executable bit from source fileLuboš Luňák2011-11-241-0/+0
* install also oox namespace.hxxLuboš Luňák2011-11-241-0/+1
* clean up .mk files for oox generated filesLuboš Luňák2011-11-243-33/+1
* initial (very hacky) work on mathml ooxml importLuboš Luňák2011-11-243-0/+50
* RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat2011-11-242-25/+48
* Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann2011-11-221-1/+0
* Avoid unused variable warning.Stephan Bergmann2011-11-221-0/+1
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* n#592912 and n#621744: Text Alignment fixes.Muthu Subramanian2011-11-151-1/+1
* WaE: OptValue::maValue may be used uninitializedMiklos Vajna2011-11-111-1/+1
* This global Reference is problematic, especially for unit testsCaolán McNamara2011-11-113-4/+5
* use non-const buffer to enable byte-order swapping on BigEndian systemChristian Lohmaier2011-11-081-0/+7
* fix texbox vertical alignment, it was regression introduced by f1a2b0cbRadek Doulik2011-11-081-9/+7
* fixed regression, set the left paragraph marginRadek Doulik2011-11-081-1/+1
* use text frame part of customshapes on importRadek Doulik2011-11-089-275/+8410
* fixed remaining issues with custom shapes sizingRadek Doulik2011-11-079-36/+1585
* fix buildRadek Doulik2011-11-071-6/+8
* fix ooxml custom shapes sizingRadek Doulik2011-11-078-1531/+1532
* n#706792: Fix crash while opening certain pptx files.Muthu Subramanian2011-11-021-1/+1
* add xlsx local range name importMarkus Mohrhard2011-10-273-7/+49
* WaE: unreachable code and unreferenced formal parameterTor Lillqvist2011-10-251-0/+5
* WaE: unreachable codeTor Lillqvist2011-10-251-2/+0
* WaE: unreachable codeTor Lillqvist2011-10-251-2/+0
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-251-0/+1
* WaE: unreferenced local variableTor Lillqvist2011-10-251-2/+2
* WaE: assignment within conditional expressionTor Lillqvist2011-10-251-1/+2
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-251-0/+13
* tweak compressession hack to fix vba module importNoel Power2011-10-211-1/+1
* remove an unused methodFelix Zhang2011-10-192-6/+0
* update flip(mirror) properties setting for custom shape presetsRadek Doulik2011-10-171-11/+9
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-111-6/+10