summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
* Need the sfx library for sfx2::isValidNCName()Tor Lillqvist2012-03-071-0/+1
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-051-1/+35
* n747499: Wav/Audio files import - stub.Muthu Subramanian2012-03-053-1/+10
* remove unused codePetr Vorel2012-03-059-70/+3
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-2/+2
* WaE: two unused functionsTor Lillqvist2012-03-031-24/+0
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-03-031-5/+5
* WaE: expression result unusedTor Lillqvist2012-03-031-1/+1
* oox::drawingml::Shape: fix "lock underflow in SvxShape" assertionsMichael Stahl2012-03-031-8/+20
* customshapes: re-generate smaller, faster to compile data.Michael Meeks2012-03-026-83266/+27706
* customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks2012-03-023-31/+49
* customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks2012-03-023-82/+95
* customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks2012-03-023-13/+24
* customshapes: 800k size saving, and 25% compile speedupMichael Meeks2012-03-023-3/+24
* generate more pptx test documents with preset shapesRadek Doulik2012-03-021-5/+20
* customshapes: commit updated autogenerated output.Michael Meeks2012-03-026-213/+1149
* customshapes: re-work generation to create many small methodsMichael Meeks2012-03-023-48/+68
* document customshapes (re-)generation flow.Michael Meeks2012-03-021-0/+18
* weed out unmatched Sub/End Sub statements when importing VBA fdo#46889Noel Power2012-03-021-0/+48
* n719988, n734733: Bullet should have same color as following text by defaultFelix Zhang2012-03-023-2/+11
* n657904: Styling information isn't applied to grpSp.Muthu Subramanian2012-03-022-2/+4
* n#746996: Wrong text color in smartArt.Muthu Subramanian2012-02-291-0/+5
* Remove unused code in BiffInputStream.Santiago Martinez2012-02-282-68/+0
* Remove unused code in BiffObjLineModel.Santiago Martinez2012-02-282-8/+0
* fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks2012-02-243-3/+3
* oox: guard dbgutil-only methods with ifdefMiklos Vajna2012-02-242-0/+4
* reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0Eike Rathke2012-02-242-0/+26
* unusedcode: remove something from ooxMatúš Kukan2012-02-2314-239/+0
* fdo#45560: Fixed docx textbox position and size importCédric Bosdonnat2012-02-231-4/+22
* force imported xlsx active tab to be shown bnc#748198Noel Power2012-02-221-1/+7
* Bin code that is never executed but calls a method that has been removedTor Lillqvist2012-02-201-6/+1
* Remove unused codeElton Chung2012-02-2011-160/+0
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-197-52/+57
* n744503: Importing useBgFill colors for shapes.Muthu Subramanian2012-02-161-1/+14
* use stream name for module names when importing vba. fdo#46151 & bnc#747323Noel Power2012-02-161-0/+3
* Fix crash in smartart importThorsten Behrens2012-02-161-2/+2
* Various string function clean upStephan Bergmann2012-02-151-3/+1
* n744510: Improved 'vert' text imports.Muthu Subramanian2012-02-144-37/+48
* remove unused fieldsIvan Timofeev2012-02-133-5/+0
* Remove unused codeElton Chung2012-02-1312-104/+0
* Remove unused codeElton Chung2012-02-1310-98/+0
* Remove unused codeElton Chung2012-02-136-43/+0
* handle imported picture attribute from MSO Dialog ( fdo#45995 )Noel Power2012-02-131-0/+1
* Remove unused codeElton Chung2012-02-113-90/+0
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
* n744512: Fixed formatting of tables.Muthu Subramanian2012-02-102-3/+16
* Code review fixes.Muthu Subramanian2012-02-102-4/+3
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
* handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power2012-02-082-0/+8