summaryrefslogtreecommitdiff
path: root/framework/source/services/pathsettings.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-03loplugin:useuniqueptr in PathSettingsNoel Grandin1-5/+3
2018-03-17Use for-range loops in frameworkJulien Nabet1-61/+29
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+1
2018-03-06Fix typosAndrea Gelmini1-2/+2
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-6/+6
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-7/+0
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M1-2/+2
2017-05-02loplugin:checkunusedparams in frameworkNoel Grandin1-11/+9
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-12/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-91/+70
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-07Resolve OUStringList typedefStephan Bergmann1-35/+35
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann1-1/+1
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-2/+2
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-10-14com::sun::star->css in frameworkNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-73/+73
2015-10-01loplugin:unusedmethodsNoel Grandin1-8/+8
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage1-22/+26
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-10/+10
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
2014-08-01typo: more then -> more thanTakeshi Abe1-3/+3
2014-05-27css already means ::com::sun::starThomas Arnhold1-3/+3
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-2/+2
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-5/+5
2014-04-07framework: sal_Bool->boolNoel Grandin1-30/+30
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-14/+14
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-39/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-72/+72
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-73/+73