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