summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Replace formattings with formattingLior Kaplan3-5/+5
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák1-0/+7
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák2-11/+0
2011-11-29simplify attribute retrieval syntax a bitLuboš Luňák1-0/+21
2011-11-29Removing unused GetShapePresetType().Muthu Subramanian2-637/+0
It is huge, and inefficient as well.
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke2-1/+4
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
2011-11-28Fix visibility problem on Windows.Jan Holesovsky1-2/+2
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara2-15/+14
2011-11-27remove include of pch header from ooxNorbert Thiebaud2-2/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-25Fix build on Windows.Jan Holesovsky1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-25Docx crasher: there may be no External Header for pictures.Cédric Bosdonnat1-1/+1
2011-11-25no need to export oox/helper/attributelist.hxx any longerStephan Bergmann1-1/+0
2011-11-25fix compileLuboš Luňák1-1/+1
2011-11-25add missing includeDavid Tardon1-0/+2
2011-11-25calc69: #i117836# repair import of multiline cells and cells with leading ↵Eike Rathke4-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)
2011-11-24fix build error, deliver oox/helper/attributelist.hxxCaolán McNamara1-0/+1
2011-11-24skip elements properlyLuboš Luňák1-1/+2
2011-11-24remove executable bit on a source fileLuboš Luňák1-0/+0
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák2-7/+80
2011-11-24fix inverted bool argumentLuboš Luňák1-3/+3
2011-11-24more api improving in importing mathml docxLuboš Luňák2-0/+146
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák2-40/+72
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák8-40/+171
2011-11-24oox/namespaces.txt actually is generatedLuboš Luňák2-1/+1
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák2-1/+131
still needs a number of cleanups (and handling more of course)
2011-11-24remove executable bit from source fileLuboš Luňák1-0/+0
2011-11-24install also oox namespace.hxxLuboš Luňák1-0/+1
2011-11-24clean up .mk files for oox generated filesLuboš Luňák3-33/+1
one was unused, and keep similar things together
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák3-0/+50
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat2-25/+48
2011-11-22Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann1-1/+0
So that variables only used within SAL_INFO/WARN do not lead to unused variable warnings in product builds. Also for OSL_TRACE (which used to work that way before already); allowing to revert a recent warning fix.
2011-11-22Avoid unused variable warning.Stephan Bergmann1-0/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15n#592912 and n#621744: Text Alignment fixes.Muthu Subramanian1-1/+1
2011-11-11WaE: OptValue::maValue may be used uninitializedMiklos Vajna1-1/+1
2011-11-11This global Reference is problematic, especially for unit testsCaolán McNamara3-4/+5
The global reference will be torn down after the typelib infrastructure is gone away. Hopefully a WeakReference is sufficient for the original requirements
2011-11-08use non-const buffer to enable byte-order swapping on BigEndian systemChristian Lohmaier1-0/+7
2011-11-08fix texbox vertical alignment, it was regression introduced by f1a2b0cbRadek Doulik1-9/+7
2011-11-08fixed regression, set the left paragraph marginRadek Doulik1-1/+1
2011-11-08use text frame part of customshapes on importRadek Doulik9-275/+8410
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik9-36/+1585
2011-11-07fix buildRadek Doulik1-6/+8
2011-11-07fix ooxml custom shapes sizingRadek Doulik8-1531/+1532
- ooxml custom shapes width and height are in actual (logic) coordinates space and not in "virtual" 21600x21600 space
2011-11-02n#706792: Fix crash while opening certain pptx files.Muthu Subramanian1-1/+1
2011-10-27add xlsx local range name importMarkus Mohrhard3-7/+49
2011-10-25WaE: unreachable code and unreferenced formal parameterTor Lillqvist1-0/+5
2011-10-25WaE: unreachable codeTor Lillqvist1-2/+0