summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2012-03-27remove unused code (oox, sc)Petr Vorel6-31/+0
2012-03-26remove unused code (oox)Petr Vorel1-13/+0
2012-03-26oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna1-21/+21
2012-03-23.hxx files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-03-23n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixedCédric Bosdonnat4-1/+12
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna5-2/+17
2012-03-21oox: it's EMU, not MEUMiklos Vajna1-1/+1
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20callcatcher: update listCaolán McNamara1-14/+0
2012-03-20remove unused code (oox, sc)Petr Vorel6-41/+0
2012-03-20removed unused codePetr Vorel12-292/+0
2012-03-17workaround for msvc instantiating things it shouldn'tLuboš Luňák1-0/+4
2012-03-16move excel related oox bits to scNoel Power160-52007/+161
2012-03-15fix mishandling of 'End Sub' is there is a trailing comment fod#46889Noel Power1-1/+1
2012-03-15remove unused code (oox, sd)Petr Vorel6-57/+0
2012-03-14Remove unused code in drawingml/table.Mariana Marasoiu2-5/+0
2012-03-14Remove unused code in drawingml/theme.Mariana Marasoiu2-7/+0
2012-03-14Remove unused code in drawingml/diagram.Mariana Marasoiu2-5/+0
2012-03-14Remove unused code in drawingml.Mariana Marasoiu2-11/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-2/+11
2012-03-11remove unused codePetr Vorel1-5/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-03-07Need the sfx library for sfx2::isValidNCName()Tor Lillqvist1-0/+1
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power1-1/+35
2012-03-05n747499: Wav/Audio files import - stub.Muthu Subramanian3-1/+10
2012-03-05remove unused codePetr Vorel9-70/+3
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-2/+2
2012-03-03WaE: two unused functionsTor Lillqvist1-24/+0
2012-03-03WaE: use of logical '&&' with constant operandTor Lillqvist1-5/+5
2012-03-03WaE: expression result unusedTor Lillqvist1-1/+1
2012-03-03oox::drawingml::Shape: fix "lock underflow in SvxShape" assertionsMichael Stahl1-8/+20
2012-03-02customshapes: re-generate smaller, faster to compile data.Michael Meeks6-83266/+27706
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks3-31/+49
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks3-82/+95
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks3-13/+24
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks3-3/+24
2012-03-02generate more pptx test documents with preset shapesRadek Doulik1-5/+20
2012-03-02customshapes: commit updated autogenerated output.Michael Meeks6-213/+1149
2012-03-02customshapes: re-work generation to create many small methodsMichael Meeks3-48/+68
2012-03-02document customshapes (re-)generation flow.Michael Meeks1-0/+18
2012-03-02weed out unmatched Sub/End Sub statements when importing VBA fdo#46889Noel Power1-0/+48
2012-03-02n719988, n734733: Bullet should have same color as following text by defaultFelix Zhang3-2/+11
2012-03-02n657904: Styling information isn't applied to grpSp.Muthu Subramanian2-2/+4
2012-02-29n#746996: Wrong text color in smartArt.Muthu Subramanian1-0/+5
2012-02-28Remove unused code in BiffInputStream.Santiago Martinez2-68/+0
2012-02-28Remove unused code in BiffObjLineModel.Santiago Martinez2-8/+0
2012-02-24fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks3-3/+3
2012-02-24oox: guard dbgutil-only methods with ifdefMiklos Vajna2-0/+4
2012-02-24reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0Eike Rathke2-0/+26