summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:literaltoboolconversionNoel Grandin2015-09-101-1/+1
* loplugin:cstylecastNoel Grandin2015-09-101-1/+1
* Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara2015-09-101-0/+11
* remove old commentMarkus Mohrhard2015-09-101-1/+0
* always write \r\n instead of \n for source code in vba exportMarkus Mohrhard2015-09-101-1/+2
* remove vba header from source codeMarkus Mohrhard2015-09-101-1/+5
* pass objects by const referenceMarkus Mohrhard2015-09-101-11/+11
* Export the PROJECT streamRosemary2015-09-101-0/+90
* the correct stream name is PROJECTwmMarkus Mohrhard2015-09-101-1/+1
* Export PROJECTwm streamRosemary2015-09-101-0/+24
* Fix the module export codeRosemary2015-09-101-3/+6
* Export the module streamsRosemary2015-09-101-2/+42
* Make the existing code genericRosemary2015-09-101-30/+21
* also dump the module source codeMarkus Mohrhard2015-09-101-0/+5
* Write _VBA_PROJECT stream to a binary fileRosemary2015-09-101-0/+12
* handle different callers for vba export codeMarkus Mohrhard2015-09-101-8/+3
* we don't need that code anymoreMarkus Mohrhard2015-09-101-6/+0
* get correct vba project nameMarkus Mohrhard2015-09-101-5/+36
* small refactoring in the vba export codeMarkus Mohrhard2015-09-101-17/+27
* add remaining test from spec for vba compressionMarkus Mohrhard2015-09-103-1/+27
* add another test from the VBA spec for the compression codeMarkus Mohrhard2015-09-103-0/+26
* add test from the VBA spec for the compression algorithmMarkus Mohrhard2015-09-103-0/+30
* export the vba OLE container correctlyMarkus Mohrhard2015-09-101-5/+14
* also log the module typeMarkus Mohrhard2015-09-101-0/+6
* list all libraries used in the documentMarkus Mohrhard2015-09-101-1/+16
* forgot to add the test makefileMarkus Mohrhard2015-09-101-0/+50