summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
...
* loplugin:defaultparamsStephan Bergmann2015-10-191-6/+6
* coverity#1327457 Uninitialized scalar fieldCaolán McNamara2015-10-171-0/+1
* Use nRadius value at least to decide between "rect" and "roundRect" presetsStephan Bergmann2015-10-131-1/+3
* Reduce scope of variableStephan Bergmann2015-10-131-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-1/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1288-324/+324
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* cppcheck:variableScopeNoel Grandin2015-10-121-1/+1
* remove redundant codeRosemary2015-10-091-54/+40
* correct creation of hex string from digitRosemary2015-10-091-1/+1
* Convert hex string to upper caseRosemary2015-10-091-1/+1
* blind fix for OSXMarkus Mohrhard2015-10-081-0/+1
* don't hardcode the project idMarkus Mohrhard2015-10-081-11/+8
* Generate random numbers for seedRosemary2015-10-081-2/+8
* oox: loplugin:unreffunMiklos Vajna2015-10-081-0/+4
* oox: loplugin:loopvartoosmallMiklos Vajna2015-10-081-1/+1
* The correct size of length is 4Rosemary2015-10-081-1/+1
* add test for projkey generationMarkus Mohrhard2015-10-082-15/+29
* Correct export for strings of hexadecimal digitsRosemary2015-10-081-14/+28
* add initial tests for vba encryptionMarkus Mohrhard2015-10-084-8/+150
* Implement encryption for the VBA exportRosemary2015-10-081-0/+134
* tdf#88154 workaround and unit testMarco Cecchetti2015-10-072-2/+65
* tdf#94559: third step to remove rtti.hxxOliver Specht2015-10-013-3/+3
* Fix typosAndrea Gelmini2015-09-305-5/+5
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* Remove newly meaningless commentStephan Bergmann2015-09-291-1/+1
* Retain the original project nameRosemary2015-09-291-8/+8
* remove outputLength variable when calculating encryption verifierTomaž Vajngerl2015-09-281-4/+2
* OOXML with VBA needs to be a different filter typeMarkus Mohrhard2015-09-271-2/+4
* better OOXML VBA exportMarkus Mohrhard2015-09-251-1/+33
* export correct id for workbook streamMarkus Mohrhard2015-09-251-6/+16
* Fix typosAndrea Gelmini2015-09-181-1/+1
* Workaround unit test failure by comparing as longMatúš Kukan2015-09-181-1/+1
* boost->stdCaolán McNamara2015-09-1712-36/+30
* oox: loplugin:stringconstantMiklos Vajna2015-09-141-1/+1
* tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens2015-09-141-18/+22
* loplugin:unreffunStephan Bergmann2015-09-141-0/+4
* now we can also open the vba project in the MS vba editorMarkus Mohrhard2015-09-142-29/+100
* move a little bit closer to the export from MSOMarkus Mohrhard2015-09-141-1/+8
* fix the vba document module code exportMarkus Mohrhard2015-09-141-2/+12
* introduce a special vba export debug modeMarkus Mohrhard2015-09-141-12/+71
* don't use VBA_EXPORT_DEBUG in masterMarkus Mohrhard2015-09-141-1/+1
* coverity#1323913 Uninitialized pointer fieldCaolán McNamara2015-09-121-4/+9
* coverity#1323912 Improper use of negative valueCaolán McNamara2015-09-121-3/+4
* include algorithm for std::minCaolán McNamara2015-09-101-0/+1
* fix windows buildCaolán McNamara2015-09-101-4/+5
* oox: work around Android build problemMiklos Vajna2015-09-101-1/+1
* Attempt at making CppunitTest_sc_macros_test work againStephan Bergmann2015-09-101-0/+3
* Missing includeStephan Bergmann2015-09-101-0/+4
* loplugin:cstylecastNoel Grandin2015-09-101-14/+14