summaryrefslogtreecommitdiffstats
path: root/framework/source/uifactory/uicontrollerfactory.cxx
Commit message (Expand)AuthorAgeFilesLines
* Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann2019-07-311-3/+3
* Fix typoAndrea Gelmini2019-06-231-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-111-3/+3
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-9/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-30/+15
* tdf#88205 css::uno::Sequence to use initializer_list ctor.Hieronymous2016-10-161-6/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* new loplugin fragiledestructorNoel Grandin2016-07-121-1/+1
* remove some manual ref-counting in frameworkNoel Grandin2016-06-081-10/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-251-3/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-6/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-16/+16
* framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-141-2/+2
* Introduce generic sub toolbar controllerMaxim Monastirsky2015-07-131-11/+7
* framework: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* framework: sal_Bool->boolNoel Grandin2014-04-071-7/+7
* Remove redundant pure overridesStephan Bergmann2014-04-031-5/+0
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-18/+18
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-2/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-24/+24
* fwk: Constructor feature for single-instance UIControllerFactories.Matúš Kukan2014-01-291-53/+226
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-3/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-3/+3
* fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin2013-06-051-16/+15
* add missing filesCaolán McNamara2013-05-211-0/+269