summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2012-01-21Remove unused Get/SetXmlNamespaceThomas Arnhold
2012-01-21correct copyright headerThomas Arnhold
2012-01-19regenerated custom shapes presetsRadek Doulik
2012-01-19updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik
2012-01-19use SubViewSize property for custom shape pathsRadek Doulik
2012-01-16handle [more] placeholder shapes in Layout slidesRadek Doulik
- import them as outliner shapes, so that they don't appear on regular slides - choose appropriate placeholder shapes on regular slides (Table, Picture, Chart, Media)
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan
2012-01-11export vertical and horizontal flip attribute for customshapesNoel Power
2012-01-11add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power
2012-01-11pptx: regenerated custom shape presets after last path element changesRadek Doulik
2012-01-11pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path elementRadek Doulik
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10pptx: regenerate presets after custom shapes moveto/close fixRadek Doulik
2012-01-10pptx: custom shapes import, ignore close segment after moveto segmentRadek Doulik
2012-01-09regenerated custom shape presetsRadek Doulik
2012-01-09pptx: implemented import of <path stroke="false" ...>Radek Doulik
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida
Doing it this way avoids having to re-generate the data ranges in Calc A1 before passing it to the chart backend in Calc. We need this in order to remove the silly restriction that forces us to always pass data range strings in Calc A1 format, which is error-prone. This is also necessary in order to fix the bug that prevents editing data ranges of an existing chart when the formula syntax is something other than Calc A1.
2012-01-04regenerated custom shape presets with fixed ssd* constantsRadek Doulik
2012-01-04PPTX: fix ssd* constants import for drawingml formulasRadek Doulik
2012-01-03n734734: Line Spacing is used from previous values.Muthu Subramanian
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
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-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
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-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
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