summaryrefslogtreecommitdiff
path: root/include/oox/ole/vbaexport.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin1-1/+1
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch1-1/+4
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin1-2/+2
2019-09-02loplugin:constmethod in ooxNoel Grandin1-3/+3
2018-10-15loplugin:constfields in ooxNoel Grandin1-2/+2
2016-09-30loplugin:constantparamNoel Grandin1-1/+0
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-1/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas1-1/+4
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-2/+2
2015-10-08add test for projkey generationMarkus Mohrhard1-0/+2
2015-10-08add initial tests for vba encryptionMarkus Mohrhard1-3/+4
2015-10-08Implement encryption for the VBA exportRosemary1-0/+32
2015-09-10loplugin:staticmethodsNoel Grandin1-4/+4
2015-09-10handle different callers for vba export codeMarkus Mohrhard1-1/+3
2015-09-10get correct vba project nameMarkus Mohrhard1-2/+8
2015-09-10add first vba compression testMarkus Mohrhard1-1/+1
2015-09-10fix my horrible chunk header codeMarkus Mohrhard1-3/+2
2015-09-10extract compression methods to make them testableMarkus Mohrhard1-0/+69
2015-09-10structure for vba exportMarkus Mohrhard1-0/+40