summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/uicategorydescription.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-01tdf#146619 Drop unused 'using namespace' in: framework/Gabor Kelemen1-1/+0
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_UICategoryNoel Grandin1-5/+5
2021-06-18hold SvtSysLocale for lifetime of returned GetUILanguageTag referenceCaolán McNamara1-1/+2
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin1-4/+4
2021-03-20use single-use attribute for UICategoryDescriptionNoel1-18/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+5
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-09-18lok: make labels and tooltips translated for commandsSzymon Kłos1-4/+8
2020-05-21use for-range on Sequence in f*Noel Grandin1-5/+4
2019-11-24cppcheck: performing init in init list (filter/fpicker/framework)Julien Nabet1-5/+3
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-8/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-6/+5
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-29/+16
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann1-5/+0
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-10/+4
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin1-11/+5
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-20new loplugin:unusedfieldsNoel Grandin1-6/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-21/+21
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-6/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-1/+1
2014-04-07framework: sal_Bool->boolNoel Grandin1-15/+15
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-13/+13
2014-02-26Remove visual noise from frameworkAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-21/+21
2014-02-13cosmeticsMatúš Kukan1-1/+2
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.Matúš Kukan1-35/+66