summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara1-0/+11
2015-09-10remove old commentMarkus Mohrhard1-1/+0
2015-09-10always write \r\n instead of \n for source code in vba exportMarkus Mohrhard1-1/+2
2015-09-10remove vba header from source codeMarkus Mohrhard1-1/+5
2015-09-10pass objects by const referenceMarkus Mohrhard1-11/+11
2015-09-10Export the PROJECT streamRosemary1-0/+90
2015-09-10the correct stream name is PROJECTwmMarkus Mohrhard1-1/+1
2015-09-10Export PROJECTwm streamRosemary1-0/+24
2015-09-10Fix the module export codeRosemary1-3/+6
2015-09-10Export the module streamsRosemary1-2/+42
2015-09-10Make the existing code genericRosemary1-30/+21
2015-09-10also dump the module source codeMarkus Mohrhard1-0/+5
2015-09-10Write _VBA_PROJECT stream to a binary fileRosemary1-0/+12
2015-09-10handle different callers for vba export codeMarkus Mohrhard1-8/+3
2015-09-10we don't need that code anymoreMarkus Mohrhard1-6/+0
2015-09-10get correct vba project nameMarkus Mohrhard1-5/+36
2015-09-10small refactoring in the vba export codeMarkus Mohrhard1-17/+27
2015-09-10add remaining test from spec for vba compressionMarkus Mohrhard3-1/+27
2015-09-10add another test from the VBA spec for the compression codeMarkus Mohrhard3-0/+26
2015-09-10add test from the VBA spec for the compression algorithmMarkus Mohrhard3-0/+30
2015-09-10export the vba OLE container correctlyMarkus Mohrhard1-5/+14
2015-09-10also log the module typeMarkus Mohrhard1-0/+6
2015-09-10list all libraries used in the documentMarkus Mohrhard1-1/+16
2015-09-10forgot to add the test makefileMarkus Mohrhard1-0/+50
2015-09-10add complext vba compression testMarkus Mohrhard3-0/+26
2015-09-10fix some of the vba compression testsMarkus Mohrhard7-3/+30
2015-09-10add one more test for vba compressionMarkus Mohrhard3-12/+52
2015-09-10write compressed stream to a temporary fileMarkus Mohrhard1-1/+12
2015-09-10add first vba compression testMarkus Mohrhard4-0/+83
2015-09-10fix my horrible chunk header codeMarkus Mohrhard1-25/+25
2015-09-10also write the chunks to the compressed streamMarkus Mohrhard1-0/+1
2015-09-10extract compression methods to make them testableMarkus Mohrhard1-67/+1
2015-09-10fix small glitchMarkus Mohrhard1-1/+1
2015-09-10termination of dir streamRosemary1-0/+2