Age | Commit message (Expand) | Author |
2017-08-26 | tdf#111980: DOCX: Handle ActiveX radio button group | Tamás Zolnai |
2017-08-17 | tdf#50097: DOCX: export form controls as MSO ActiveX controls | Tamás Zolnai |
2017-08-01 | loplugin:checkunusedparams | Noel Grandin |
2017-07-31 | loplugin:constparams in oox | Noel Grandin |
2017-06-07 | Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservation | Miklos Vajna |
2017-05-02 | loplugin:checkunusedparams in oox | Noel Grandin |
2017-04-13 | convert AX_FONTDATA to o3tl::typed_flags | Noel Grandin |
2017-04-12 | convert AX_FONTDATA constants to scoped enum | Noel Grandin |
2017-04-05 | loplugin:constantparam part2 | Noel Grandin |
2017-03-30 | convert ApiTransparencyMode to scoped enum | Noel Grandin |
2016-11-30 | loplugin:countusersofdefaultparams in include/oox..sax | Noel Grandin |
2016-11-25 | loplugin:stringconstant: look into 'char const * const var = "..."' | Stephan Bergmann |
2016-11-16 | new loplugin finalprotected | Noel Grandin |
2016-11-08 | loplugin:expandablemethods in lotuswordpro..package | Noel Grandin |
2016-11-08 | loplugin:unnecessaryvirtual in hwpfilter..rsc | Noel Grandin |
2016-10-28 | tdf#63846 assign macros after VBA project fully loaded. | Justin Luth |
2016-09-30 | loplugin:constantparam | Noel Grandin |
2016-09-16 | loplogin:singlevalfields in include/ | Noel Grandin |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-30 | default dtors are fine here | Caolán McNamara |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-05-13 | tdf#42949: clean up includes in include/oox/ole with iwyu | Jorenz Paragas |
2016-04-13 | loplugin:passstuffbyref in oox | Noel Grandin |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann |
2016-03-03 | loplugin:unuseddefaultparams in oox | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-12 | loplugin:unusedmethods unused return value in include/oox | Noel Grandin |
2016-01-04 | these fields can be static constants | Noel Grandin |
2015-12-23 | loplugin:unusedfields in /include | Noel Grandin |
2015-12-20 | oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape() | Michael Stahl |
2015-12-20 | move saveInteropProperties from writerfilter to oox | Michael Stahl |
2015-11-24 | loplugin:unusedfields in include/oox/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-27 | Reduce scope of #include <tools/stream.hxx> | Matteo Casalin |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-23 | com::sun::star->css in include/linguistic to include/sfx2 | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-08 | add test for projkey generation | Markus Mohrhard |
2015-10-08 | add initial tests for vba encryption | Markus Mohrhard |
2015-10-08 | Implement encryption for the VBA export | Rosemary |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-10 | loplugin:staticmethods | Noel Grandin |
2015-09-10 | handle different callers for vba export code | Markus Mohrhard |
2015-09-10 | get correct vba project name | Markus Mohrhard |
2015-09-10 | add first vba compression test | Markus Mohrhard |
2015-09-10 | fix my horrible chunk header code | Markus Mohrhard |
2015-09-10 | extract compression methods to make them testable | Markus Mohrhard |