summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbaexport.cxx
AgeCommit message (Expand)Author
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-06Drop unused codeMike Kaganski
2020-08-21Fix typo in codeAndrea Gelmini
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen
2019-09-02loplugin:constmethod in ooxNoel Grandin
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14Revert "Work around what looks like MSVC 2013 miscompilation"Stephan Bergmann
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-07-31loplugin:constparams in ooxNoel Grandin
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