summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Collapse)Author
2011-12-30n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian
data*.xml contains the list of drawings which can be imported instead. These are easier to import now that we support better smartart.
2011-12-22unusedcode: oox: remove some unused codeMatúš Kukan
2011-12-21catch exception by constant referenceTakeshi Abe
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák
2011-12-16Fixed: bentConnectors are not imported properly.Muthu Subramanian
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
2011-12-15Removed extra semicolonsJesse
2011-12-14use custom shapes for curved connector shapesRadek Doulik
- they looks correctly visually, we can make then connector shapes once we have new implementation
2011-12-14import text body rotation property of custom shapeFelix Zhang
2011-12-12pptx: updated custom shapes presets after latest fix in equations importRadek Doulik
2011-12-12pptx: fix custom shape equations importRadek Doulik
- guide names can be reused and in that case current one used in following equations is the last one
2011-12-08n#719989: Rotation needs to be done post flipping.Muthu Subramanian
2011-12-07make the linear xml processing API more genericLuboš Luňák
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák
2011-12-07append text when reading from xmlLuboš Luňák
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.
2011-12-07pptx: make sure we set right type for connector shapesRadek Doulik
2011-12-07do not use new presets for connector shapesRadek Doulik
- until we have better implementation
2011-12-05remove last uses of CellVertJustify in our codeMarkus Mohrhard
please use now only CellVertJustify2
2011-12-02n#719989/97: Connector shape fixes.Muthu Subramanian
Note that rotation needs to be done post flipping.
2011-12-01Remove uses of charAtAugust Sodora
2011-11-29Correctly import multi-value filter settings.Kohei Yoshida
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.
2011-11-29Switch to TableFilterField3, but no other changes.Kohei Yoshida
2011-11-29better debug output when skipping an elementLuboš Luňák
2011-11-29no debug about skipping tags if not actually skippingLuboš Luňák
2011-11-29make debug output print tags as strings rather than id numbersLuboš Luňák
2011-11-29implement import of docx mathml m:dLuboš Luňák
2011-11-29do no re-sort oox tokensLuboš Luňák
Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them.
2011-11-29Replace formattings with formattingLior Kaplan
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29Removing unused GetShapePresetType().Muthu Subramanian
It is huge, and inefficient as well.
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove include of pch header from ooxNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25Fix build on Windows.Jan Holesovsky
2011-11-25Docx crasher: there may be no External Header for pictures.Cédric Bosdonnat
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-24skip elements properlyLuboš 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-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-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