summaryrefslogtreecommitdiff
path: root/include/oox/ole
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-3/+3
2018-10-15loplugin:constfields in ooxNoel Grandin8-23/+21
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin1-2/+2
2018-03-05use more Color in ooxNoel Grandin1-1/+2
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin1-2/+1
2017-08-26tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai1-0/+1
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-0/+35
2017-08-01loplugin:checkunusedparamsNoel Grandin1-3/+1
2017-07-31loplugin:constparams in ooxNoel Grandin4-11/+11
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-0/+4
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin1-3/+1
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin1-9/+16
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin2-5/+5
2017-04-05loplugin:constantparam part2Noel Grandin3-9/+5
2017-03-30convert ApiTransparencyMode to scoped enumNoel Grandin1-4/+3
2016-11-30loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin2-2/+2
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-3/+0
2016-11-16new loplugin finalprotectedNoel Grandin1-1/+1
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin1-6/+0
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2-4/+4
2016-10-28tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-3/+3
2016-09-30loplugin:constantparamNoel Grandin3-5/+2
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-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-30default dtors are fine hereCaolán McNamara1-1/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin2-3/+3
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 Paragas14-33/+106
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin2-3/+3
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin2-6/+5
2016-02-09Remove excess newlinesChris Sherlock12-65/+0
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin3-4/+4
2016-01-04these fields can be static constantsNoel Grandin1-1/+0
2015-12-23loplugin:unusedfields in /includeNoel Grandin2-5/+2
2015-12-20oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl1-1/+3
2015-12-20move saveInteropProperties from writerfilter to ooxMichael Stahl1-0/+6
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin2-9/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-2/+2
2015-10-27loplugin:unusedmethodsNoel Grandin1-3/+0
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin7-81/+81
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-137/+137
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-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-30Fix typosAndrea Gelmini1-1/+1
2015-09-10loplugin:staticmethodsNoel Grandin1-4/+4