summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23unusedcode: remove something from ooxMatúš Kukan14-239/+0
2012-02-23fdo#45560: Fixed docx textbox position and size importCédric Bosdonnat1-4/+22
2012-02-22force imported xlsx active tab to be shown bnc#748198Noel Power1-1/+7
2012-02-20Bin code that is never executed but calls a method that has been removedTor Lillqvist1-6/+1
2012-02-20Remove unused codeElton Chung11-160/+0
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe7-52/+57
2012-02-16n744503: Importing useBgFill colors for shapes.Muthu Subramanian1-1/+14
2012-02-16use stream name for module names when importing vba. fdo#46151 & bnc#747323Noel Power1-0/+3
2012-02-16Fix crash in smartart importThorsten Behrens1-2/+2
2012-02-15Various string function clean upStephan Bergmann1-3/+1
2012-02-14n744510: Improved 'vert' text imports.Muthu Subramanian4-37/+48
2012-02-13remove unused fieldsIvan Timofeev3-5/+0
2012-02-13Remove unused codeElton Chung12-104/+0
2012-02-13Remove unused codeElton Chung10-98/+0
2012-02-13Remove unused codeElton Chung6-43/+0
2012-02-13handle imported picture attribute from MSO Dialog ( fdo#45995 )Noel Power1-0/+1
2012-02-11Remove unused codeElton Chung3-90/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-10n744512: Fixed formatting of tables.Muthu Subramanian2-3/+16
2012-02-10Code review fixes.Muthu Subramanian2-4/+3
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power2-0/+8