summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2012-01-19regenerated custom shapes presetsRadek Doulik6-149/+628
2012-01-19updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik2-0/+25
2012-01-19use SubViewSize property for custom shape pathsRadek Doulik2-8/+28
2012-01-16handle [more] placeholder shapes in Layout slidesRadek Doulik1-4/+36
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan1-15/+15
2012-01-11export vertical and horizontal flip attribute for customshapesNoel Power1-1/+9
2012-01-11add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power1-1/+187
2012-01-11pptx: regenerated custom shape presets after last path element changesRadek Doulik6-508/+712
2012-01-11pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path elementRadek Doulik1-2/+18
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian5-1/+15
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold1-1/+1
2012-01-10pptx: regenerate presets after custom shapes moveto/close fixRadek Doulik4-84/+48
2012-01-10pptx: custom shapes import, ignore close segment after moveto segmentRadek Doulik1-4/+7
2012-01-09regenerated custom shape presetsRadek Doulik6-879/+1395
2012-01-09pptx: implemented import of <path stroke="false" ...>Radek Doulik1-0/+6
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-20/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+3
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida1-27/+40
2012-01-04regenerated custom shape presets with fixed ssd* constantsRadek Doulik4-7/+7
2012-01-04PPTX: fix ssd* constants import for drawingml formulasRadek Doulik1-1/+1
2012-01-03n734734: Line Spacing is used from previous values.Muthu Subramanian1-0/+3
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot97-399/+399
2011-12-30n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian16-9/+236
2011-12-22unusedcode: oox: remove some unused codeMatúš Kukan7-262/+0
2011-12-21catch exception by constant referenceTakeshi Abe2-9/+8
2011-12-21callcatcher: remove some unused codeCaolán McNamara2-40/+0
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2-10/+21
2011-12-16Fixed: bentConnectors are not imported properly.Muthu Subramanian1-16/+0
2011-12-15Removed extra semicolonsJesse2-4/+4
2011-12-14use custom shapes for curved connector shapesRadek Doulik2-16/+1
2011-12-14import text body rotation property of custom shapeFelix Zhang4-0/+10
2011-12-12pptx: updated custom shapes presets after latest fix in equations importRadek Doulik5-32/+32
2011-12-12pptx: fix custom shape equations importRadek Doulik1-4/+6
2011-12-08n#719989: Rotation needs to be done post flipping.Muthu Subramanian1-12/+10
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07make the linear xml processing API more genericLuboš Luňák2-7/+57
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák1-22/+24
2011-12-07append text when reading from xmlLuboš Luňák1-1/+1
2011-12-07pptx: make sure we set right type for connector shapesRadek Doulik1-2/+7
2011-12-07do not use new presets for connector shapesRadek Doulik1-8/+62
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara5-26/+21
2011-12-05remove last uses of CellVertJustify in our codeMarkus Mohrhard2-7/+6
2011-12-02n#719989/97: Connector shape fixes.Muthu Subramanian2-10/+19
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-29Correctly import multi-value filter settings.Kohei Yoshida2-4/+19
2011-11-29Switch to TableFilterField3, but no other changes.Kohei Yoshida2-16/+20
2011-11-29better debug output when skipping an elementLuboš Luňák2-5/+17
2011-11-29no debug about skipping tags if not actually skippingLuboš Luňák2-6/+33
2011-11-29make debug output print tags as strings rather than id numbersLuboš Luňák2-15/+56
2011-11-29implement import of docx mathml m:dLuboš Luňák2-0/+29