summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Expand)AuthorFilesLines
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin2-82/+0
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin1-3/+0
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2-4/+4
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin1-4/+0
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin1-1/+0
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-6/+0
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin5-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann38-44/+44
2016-09-09use std::unique_ptrDavid Tardon1-5/+5
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon1-4/+7
2016-09-09use std::shared_ptr to manage memoryDavid Tardon1-2/+3
2016-09-09use std::shared_ptrDavid Tardon1-3/+4
2016-09-09loplugin:refcountingNoel Grandin2-3/+3
2016-09-09use std::unique_ptrDavid Tardon1-5/+5
2016-09-09remove manual memory managementDavid Tardon1-2/+2
2016-09-09use std::unique_ptrDavid Tardon1-3/+3
2016-09-09remove manual memory managementDavid Tardon1-1/+1
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin3-7/+0
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2-24/+0
2016-05-06xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl1-1/+0
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin2-2/+2
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin3-5/+5
2016-04-05loplugin:constantparam in xmloffNoel Grandin1-2/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-03-29Avoid reserved identifiersStephan Bergmann3-11/+11
2016-03-16loplugin:constantparam in xmloff/Noel Grandin3-5/+2
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-2/+1
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin1-2/+1
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-17/+8
2016-02-09Remove excess newlinesChris Sherlock4-26/+0
2016-01-31boost::tuple -> std::tupleCaolán McNamara2-5/+5
2016-01-18tdf#74608 xmloff: Constructor feature for XMLMetaExportComponentkripton1-7/+0
2016-01-13loplugin:unusedmethods unused return value in xmloff/Noel Grandin3-4/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin1-2/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin56-449/+299
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin1-3/+0
2015-11-18xmloff: document potential pitfall with SvI18NMap usageMichael Stahl1-11/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-501/+160
2015-11-115th step to remove tools/rtti.hxxOliver Specht20-75/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-8/+8
2015-11-02tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.kripton2-82/+0