summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Use nRadius value at least to decide between "rect" and "roundRect" presetsStephan Bergmann1-1/+3
2015-10-13Reduce scope of variableStephan Bergmann1-2/+1
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann88-324/+324
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-09remove redundant codeRosemary1-54/+40
2015-10-09correct creation of hex string from digitRosemary1-1/+1
2015-10-09Convert hex string to upper caseRosemary1-1/+1
2015-10-08blind fix for OSXMarkus Mohrhard1-0/+1
2015-10-08don't hardcode the project idMarkus Mohrhard1-11/+8
2015-10-08Generate random numbers for seedRosemary1-2/+8
2015-10-08oox: loplugin:unreffunMiklos Vajna1-0/+4
2015-10-08oox: loplugin:loopvartoosmallMiklos Vajna1-1/+1
2015-10-08The correct size of length is 4Rosemary1-1/+1
2015-10-08add test for projkey generationMarkus Mohrhard2-15/+29
2015-10-08Correct export for strings of hexadecimal digitsRosemary1-14/+28
2015-10-08add initial tests for vba encryptionMarkus Mohrhard4-8/+150
2015-10-08Implement encryption for the VBA exportRosemary1-0/+134
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti2-2/+65
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht3-3/+3
2015-09-30Fix typosAndrea Gelmini5-5/+5
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-29Remove newly meaningless commentStephan Bergmann1-1/+1
2015-09-29Retain the original project nameRosemary1-8/+8
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl1-4/+2
2015-09-27OOXML with VBA needs to be a different filter typeMarkus Mohrhard1-2/+4
2015-09-25better OOXML VBA exportMarkus Mohrhard1-1/+33
2015-09-25export correct id for workbook streamMarkus Mohrhard1-6/+16
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-18Workaround unit test failure by comparing as longMatúš Kukan1-1/+1
2015-09-17boost->stdCaolán McNamara12-36/+30
2015-09-14oox: loplugin:stringconstantMiklos Vajna1-1/+1
2015-09-14tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-18/+22
2015-09-14loplugin:unreffunStephan Bergmann1-0/+4
2015-09-14now we can also open the vba project in the MS vba editorMarkus Mohrhard2-29/+100
2015-09-14move a little bit closer to the export from MSOMarkus Mohrhard1-1/+8
2015-09-14fix the vba document module code exportMarkus Mohrhard1-2/+12
2015-09-14introduce a special vba export debug modeMarkus Mohrhard1-12/+71
2015-09-14don't use VBA_EXPORT_DEBUG in masterMarkus Mohrhard1-1/+1
2015-09-12coverity#1323913 Uninitialized pointer fieldCaolán McNamara1-4/+9
2015-09-12coverity#1323912 Improper use of negative valueCaolán McNamara1-3/+4
2015-09-10include algorithm for std::minCaolán McNamara1-0/+1
2015-09-10fix windows buildCaolán McNamara1-4/+5
2015-09-10oox: work around Android build problemMiklos Vajna1-1/+1
2015-09-10Attempt at making CppunitTest_sc_macros_test work againStephan Bergmann1-0/+3
2015-09-10Missing includeStephan Bergmann1-0/+4
2015-09-10loplugin:cstylecastNoel Grandin1-14/+14
2015-09-10loplugin:literaltoboolconversionNoel Grandin1-1/+1
2015-09-10loplugin:cstylecastNoel Grandin1-1/+1