summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin6-16/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-4/+4
2015-11-02loplugin:stringconstantNoel Grandin1-1/+0
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-2/+2
2015-10-14com::sun::star->css in frameworkNoel Grandin7-25/+25
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-43/+43
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-3/+3
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-8/+8
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky2-16/+10
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard1-2/+4
2015-06-18coverity#1307696 Unchecked return valueCaolán McNamara1-1/+0
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-12make it easier to find missing sidebar componentsMarkus Mohrhard1-1/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann6-8/+8
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-2/+2
2014-05-11fix-includes.pl: frameworkThomas Arnhold1-1/+1
2014-04-07framework: sal_Bool->boolNoel Grandin6-40/+40
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist2-7/+0
2014-04-03Remove redundant pure overridesStephan Bergmann1-5/+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 Bergmann6-43/+43
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-22/+11
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-8/+3
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-0/+1
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann2-13/+13
2014-02-26Remove visual noise from frameworkAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-68/+68
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-13cleaning the code a bitMatúš Kukan3-27/+18
2014-02-10Survive missing UIElementFactories.Matúš Kukan1-4/+12
2014-02-10misc cleanup and unnecessary OUStringsMatúš Kukan1-1/+1
2014-02-10Rename ToolBoxFactory -> ToolBarFactory, as the service is named.Matúš Kukan2-13/+13
2014-02-06fwk: Constructor feature for single-instance FooBarFactories.Matúš Kukan3-90/+104
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-3/+2
2014-01-30fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan2-77/+91
2014-01-29fwk: Constructor feature for single-instance UIElementFactoryManager.Matúš Kukan2-75/+134
2014-01-29fwk: Constructor feature for single-instance UIControllerFactories.Matúš Kukan1-53/+226
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-4/+2
2014-01-17fwk: Use constructor feature for AddonsToolBoxFactory.Matúš Kukan1-17/+59
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-3/+3
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-3/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin5-10/+10
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-3/+3