summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-7/+7
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen7-10/+2
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-7/+7
2019-08-10Fix typosAndrea Gelmini1-2/+2
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-6/+6
2018-04-27loplugin:constantparamNoel Grandin1-2/+1
2018-03-14loplugin:constantparamNoel Grandin1-1/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin1-2/+2
2017-11-01loplugin:constantparam in d*Noel Grandin1-1/+1
2017-10-30Replace some lists by vectors in desktopJulien Nabet1-2/+1
2017-10-23loplugin:includeform: desktopStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-16/+1
2017-07-19loplugin:constparams in desktopNoel Grandin1-3/+3
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-5/+5
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist3-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-09New loplugin:externvar: desktopStephan Bergmann1-0/+65
2016-12-20tdf#95416 Fix an include for desktop directoryHuzaifa Iftikhar1-164/+0
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-10-07loplugin:staticmethods: desktopStephan Bergmann1-2/+2
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-1/+1
2016-04-05loplugin:constantparamNoel Grandin1-2/+1
2016-04-05sequence->vector in xmlscriptNoel Grandin1-1/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken1-1/+1
2016-03-02loplugin:unuseddefaultparam in desktopNoel Grandin1-1/+1
2016-01-18loplugin: unused return valuesNoel Grandin1-1/+1
2016-01-11loplugin: unused return values in desktopNoel Grandin1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-12desktop: com::sun::star->cssNoel Grandin6-53/+46
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3