summaryrefslogtreecommitdiffstats
path: root/include/oox/ole
Commit message (Expand)AuthorAgeFilesLines
* use more Color in ooxNoel Grandin2018-03-051-1/+2
* loplugin:constantparam in oox,registry,reportdesignNoel Grandin2017-10-311-2/+1
* tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai2017-08-261-0/+1
* tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai2017-08-171-0/+35
* loplugin:checkunusedparamsNoel Grandin2017-08-011-3/+1
* loplugin:constparams in ooxNoel Grandin2017-07-314-11/+11
* Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2017-06-071-0/+4
* loplugin:checkunusedparams in ooxNoel Grandin2017-05-021-3/+1
* convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin2017-04-131-9/+16
* convert AX_FONTDATA constants to scoped enumNoel Grandin2017-04-122-5/+5
* loplugin:constantparam part2Noel Grandin2017-04-053-9/+5
* convert ApiTransparencyMode to scoped enumNoel Grandin2017-03-301-4/+3
* loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin2016-11-302-2/+2
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-3/+0
* new loplugin finalprotectedNoel Grandin2016-11-161-1/+1
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-081-6/+0
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-082-4/+4
* tdf#63846 assign macros after VBA project fully loaded.Justin Luth2016-10-281-3/+3
* loplugin:constantparamNoel Grandin2016-09-303-5/+2
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-1/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* default dtors are fine hereCaolán McNamara2016-08-301-1/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-272-3/+3
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2016-05-1314-33/+106
* loplugin:passstuffbyref in ooxNoel Grandin2016-04-132-3/+3
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* loplugin:unuseddefaultparams in ooxNoel Grandin2016-03-032-6/+5
* Remove excess newlinesChris Sherlock2016-02-0912-65/+0
* loplugin:unusedmethods unused return value in include/ooxNoel Grandin2016-01-123-4/+4
* these fields can be static constantsNoel Grandin2016-01-041-1/+0
* loplugin:unusedfields in /includeNoel Grandin2015-12-232-5/+2
* oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl2015-12-201-1/+3
* move saveInteropProperties from writerfilter to ooxMichael Stahl2015-12-201-0/+6
* loplugin:unusedfields in include/oox/Noel Grandin2015-11-242-9/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-2/+2
* loplugin:unusedmethodsNoel Grandin2015-10-271-3/+0
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-237-81/+81
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-137/+137
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* add test for projkey generationMarkus Mohrhard2015-10-081-0/+2
* add initial tests for vba encryptionMarkus Mohrhard2015-10-081-3/+4
* Implement encryption for the VBA exportRosemary2015-10-081-0/+32
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:staticmethodsNoel Grandin2015-09-101-4/+4
* handle different callers for vba export codeMarkus Mohrhard2015-09-101-1/+3
* get correct vba project nameMarkus Mohrhard2015-09-101-2/+8
* add first vba compression testMarkus Mohrhard2015-09-101-1/+1