summaryrefslogtreecommitdiff
path: root/include/oox/ole/vbaexport.hxx
AgeCommit message (Expand)Author
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin
2019-09-02loplugin:constmethod in ooxNoel Grandin
2018-10-15loplugin:constfields 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-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas
2016-04-12Avoid reserved identifierStephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-08add test for projkey generationMarkus Mohrhard
2015-10-08add initial tests for vba encryptionMarkus Mohrhard
2015-10-08Implement encryption for the VBA exportRosemary
2015-09-10loplugin:staticmethodsNoel Grandin
2015-09-10handle different callers for vba export codeMarkus Mohrhard
2015-09-10get correct vba project nameMarkus Mohrhard
2015-09-10add first vba compression testMarkus Mohrhard
2015-09-10fix my horrible chunk header codeMarkus Mohrhard
2015-09-10extract compression methods to make them testableMarkus Mohrhard
2015-09-10structure for vba exportMarkus Mohrhard