summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2011-11-25Fix build on Windows.Jan Holesovsky
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25Docx crasher: there may be no External Header for pictures.Cédric Bosdonnat
2011-11-25no need to export oox/helper/attributelist.hxx any longerStephan Bergmann
2011-11-25fix compileLuboš Luňák
2011-11-25add missing includeDavid Tardon
2011-11-25calc69: #i117836# repair import of multiline cells and cells with leading ↵Eike Rathke
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 McNamara
2011-11-24skip elements properlyLuboš Luňák
2011-11-24remove executable bit on a source fileLuboš Luňák
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák
2011-11-24fix inverted bool argumentLuboš Luňák
2011-11-24more api improving in importing mathml docxLuboš Luňák
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24oox/namespaces.txt actually is generatedLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24remove executable bit from source fileLuboš Luňák
2011-11-24install also oox namespace.hxxLuboš Luňák
2011-11-24clean up .mk files for oox generated filesLuboš Luňák
one was unused, and keep similar things together
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
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 Bosdonnat
2011-11-22Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann
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 Bergmann
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
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 Subramanian
2011-11-11WaE: OptValue::maValue may be used uninitializedMiklos Vajna
2011-11-11This global Reference is problematic, especially for unit testsCaolán McNamara
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 Lohmaier
2011-11-08fix texbox vertical alignment, it was regression introduced by f1a2b0cbRadek Doulik
2011-11-08fixed regression, set the left paragraph marginRadek Doulik
2011-11-08use text frame part of customshapes on importRadek Doulik
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik
2011-11-07fix buildRadek Doulik
2011-11-07fix ooxml custom shapes sizingRadek Doulik
- 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 Subramanian
2011-10-27add xlsx local range name importMarkus Mohrhard
2011-10-25WaE: unreachable code and unreferenced formal parameterTor Lillqvist
2011-10-25WaE: unreachable codeTor Lillqvist
2011-10-25WaE: unreachable codeTor Lillqvist
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-25WaE: unreferenced local variableTor Lillqvist
2011-10-25WaE: assignment within conditional expressionTor Lillqvist
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-21tweak compressession hack to fix vba module importNoel Power
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now
2011-10-19remove an unused methodFelix Zhang
2011-10-17update flip(mirror) properties setting for custom shape presetsRadek Doulik
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-07cppcheck reduce scope of var in oox/...shapes.cxxPierre-André Jacquod
2011-10-07WaE: unused variablesCaolán McNamara