summaryrefslogtreecommitdiff
path: root/comphelper/source/officeinstdir
AgeCommit message (Expand)AuthorFilesLines
2021-03-23use single-use attribute for OfficeInstallationDirectoriesNoel Grandin1-20/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2
2020-09-04tdf#124176 Use #pragma once in comphelperGeorge Bateman1-4/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-2/+2
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann1-2/+2
2020-04-18loplugin:flatten in comphelperNoel Grandin1-18/+18
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-2/+3
2018-12-22use boost::optional for OUStringNoel Grandin2-21/+19
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-3/+1
2018-08-22new loplugin:conststringfieldNoel Grandin2-11/+10
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-6/+5
2017-05-19loplugin:stringcopy: comphelperStephan Bergmann1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-21/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-12-27tdf#74608: Constructor function for OfficeInstallationDirectories singletonMatúš Kukan2-60/+31
2015-12-21loplugin:unusedmethodsNoel Grandin2-9/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04yyyyyNoel Grandin1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-07-27com::sun::star->css in comphelperNoel Grandin1-17/+15
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-05-11fix-includes.pl: comphelperThomas Arnhold2-8/+8
2014-04-19fixincludeguards.sh: comphelperThomas Arnhold1-3/+3
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-27Remove visual noise from comphelperAlexander Wilms2-24/+24
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+1
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-12/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-43/+43
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-24/+14
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-20/+12
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot1-5/+5
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-2/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2-44/+6
2011-04-29Applied normalize-template-paths-fix (slightly adapted)Thorsten Behrens1-9/+9
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui)Christina Rossmanith1-1/+1
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky3-81/+67