summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbaexport.cxx
AgeCommit message (Expand)Author
2016-09-30loplugin:constantparamNoel Grandin
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-19coverity#1371374 Resource leakCaolán McNamara
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2015-12-14don't be creative and use a simple lookup tableDavid Tardon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20Turns out this was a non-debug buildStephan Bergmann
2015-10-19Work around what looks like MSVC 2013 miscompilationStephan Bergmann
2015-10-17coverity#1327457 Uninitialized scalar fieldCaolán McNamara
2015-10-09remove redundant codeRosemary
2015-10-09correct creation of hex string from digitRosemary
2015-10-09Convert hex string to upper caseRosemary
2015-10-08blind fix for OSXMarkus Mohrhard
2015-10-08don't hardcode the project idMarkus Mohrhard
2015-10-08Generate random numbers for seedRosemary
2015-10-08oox: loplugin:loopvartoosmallMiklos Vajna
2015-10-08The correct size of length is 4Rosemary
2015-10-08add test for projkey generationMarkus Mohrhard
2015-10-08Correct export for strings of hexadecimal digitsRosemary
2015-10-08add initial tests for vba encryptionMarkus Mohrhard
2015-10-08Implement encryption for the VBA exportRosemary
2015-09-29Remove newly meaningless commentStephan Bergmann
2015-09-29Retain the original project nameRosemary
2015-09-25export correct id for workbook streamMarkus Mohrhard
2015-09-18Fix typosAndrea Gelmini
2015-09-14loplugin:unreffunStephan Bergmann
2015-09-14now we can also open the vba project in the MS vba editorMarkus Mohrhard
2015-09-14move a little bit closer to the export from MSOMarkus Mohrhard
2015-09-14fix the vba document module code exportMarkus Mohrhard
2015-09-14introduce a special vba export debug modeMarkus Mohrhard
2015-09-14don't use VBA_EXPORT_DEBUG in masterMarkus Mohrhard
2015-09-12coverity#1323913 Uninitialized pointer fieldCaolán McNamara
2015-09-12coverity#1323912 Improper use of negative valueCaolán McNamara
2015-09-10fix windows buildCaolán McNamara
2015-09-10oox: work around Android build problemMiklos Vajna
2015-09-10Attempt at making CppunitTest_sc_macros_test work againStephan Bergmann
2015-09-10Missing includeStephan Bergmann
2015-09-10loplugin:literaltoboolconversionNoel Grandin
2015-09-10loplugin:cstylecastNoel Grandin
2015-09-10always write \r\n instead of \n for source code in vba exportMarkus Mohrhard
2015-09-10remove vba header from source codeMarkus Mohrhard
2015-09-10pass objects by const referenceMarkus Mohrhard
2015-09-10Export the PROJECT streamRosemary
2015-09-10the correct stream name is PROJECTwmMarkus Mohrhard
2015-09-10Export PROJECTwm streamRosemary