summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-20fdo#54609, fdo#45366: Exception while importing xlsx.Muthu Subramanian1-7/+15
2012-09-11fdo#53113 various docx shape export fixesMiklos Vajna1-6/+66
2012-08-21n760019: removing problematic code that disrupts numbering levelFelix Zhang1-6/+0
2012-08-09n#759210: Certain smartart drawings weren't imported.Muthu Subramanian2-33/+44
2012-08-09Bogus warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2012-08-09n#774167: Crash fix.Muthu Subramanian1-1/+2
2012-08-01fdo#45724 improve WW8 textbox exportMiklos Vajna1-0/+3
2012-08-01fdo#45724 fix WW8 export of textbox default background colorMiklos Vajna1-4/+6
2012-07-31rhbz#842552 always create text contentDavid Tardon1-1/+2
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard1-0/+1
2012-06-22n#758883 oox: anchor vml shapes without anchor info as at-characterMiklos Vajna2-4/+17
2012-06-22oox: mso-wrap-style is about wrapping mode for text in shapesMiklos Vajna1-3/+24
2012-06-19rework handling the case of recursive ooxml shapes againLuboš Luňák2-8/+31
2012-06-19Revert "rework getting shape for the .docx import filter"Luboš Luňák2-8/+8
2012-06-14fix reading two smartart shapes in one documentLuboš Luňák1-1/+2
2012-06-08handle f suffix (1/65536ths) when reading VML percentagesLuboš Luňák1-0/+3
2012-06-08n#757905 fix VML import of mso-wrap-style:noneMiklos Vajna3-0/+5
2012-06-07import vmlshape 'hidden' style attribute and apply to controls bnc#757609Noel Power2-2/+11
2012-06-06TextParagraphProperties::pushToPropSet: limit effect of failed numrule importMiklos Vajna1-9/+16
2012-06-05oox: move ShapeDrawingFragmentHandler to its own fileMiklos Vajna3-48/+129
2012-06-05oox: import prerendered smartart into writerMiklos Vajna3-3/+131
2012-06-04remove anchor to cell shape (re)position hackNoel Power1-1/+0
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-1/+2
2012-06-02targeted string re-workNorbert Thiebaud2-15/+15
2012-06-01targetted string cleanupMichael Meeks5-31/+28
2012-06-01Related: fdo#46361 fix VML import of v:rect's fillcolorMiklos Vajna2-0/+10
2012-06-01targeted string re-workNorbert Thiebaud1-55/+55
2012-05-31n#764005 VML import of absolutely positioned pictures should not be opaqueMiklos Vajna2-0/+2
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
2012-05-30oox: initial smartart text is imported into Writer, take twoMiklos Vajna2-0/+28
2012-05-29Revert "oox: initial smartart text is imported into Writer"Luboš Luňák2-28/+0
2012-05-29oox: initial smartart text is imported into WriterMiklos Vajna2-0/+28
2012-05-28hack the same meaning for o:hr handling like MSO usesLuboš Luňák1-0/+9
2012-05-28Y, height are in Y coordinatesLuboš Luňák1-3/+3
2012-05-24oox: remove duplicate custom makefile from writerfilter10Michael Stahl1-126/+0
2012-05-23do not insert empty texbodies for empty placeholder shapesRadek Doulik3-3/+19
2012-05-22rework getting shape for the .docx import filterLuboš Luňák2-8/+8
2012-05-20more on correct import of data bars from Excel2010Markus Mohrhard1-0/+1
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard1-0/+3
2012-05-20add namespace for extensions from Excel2010Markus Mohrhard3-2/+11
2012-05-17n#760029: Floor borders were missing from 3D Charts.Muthu Subramanian1-3/+3
2012-05-16Crash fix.Muthu Subramanian1-1/+1
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian3-1/+43
2012-05-14removed unused static rtl::OUStringTakeshi Abe2-2/+0
2012-05-08oox: strict aliasing warning:Michael Stahl1-2/+13
2012-05-08n759212: Text over images.Muthu Subramanian3-7/+11
2012-05-05fdo#48778: PPTX import crashes.Muthu Subramanian1-2/+2
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power2-2/+2
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power2-2/+2
2012-05-02catch by const refCaolán McNamara1-4/+4