summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* n#719989/97: Connector shape fixes.Muthu Subramanian2011-12-022-10/+19
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
* Correctly import multi-value filter settings.Kohei Yoshida2011-11-292-4/+19
* 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
* 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
* dr80: #i116460# performance of Excel file with many outlinesEike Rathke2011-11-282-1/+4
* 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 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