summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)Author
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard
2015-06-18coverity#1307696 Unchecked return valueCaolán McNamara
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-12make it easier to find missing sidebar componentsMarkus Mohrhard
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-05-11fix-includes.pl: frameworkThomas Arnhold
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-03Remove redundant pure overridesStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20Use an osl::Mutex directlyStephan Bergmann
2014-03-19Use SolarMutexGuard directlyStephan Bergmann
2014-03-18Use SolarMutexGuard directlyStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-13cleaning the code a bitMatúš Kukan
2014-02-10Survive missing UIElementFactories.Matúš Kukan
2014-02-10misc cleanup and unnecessary OUStringsMatúš Kukan
2014-02-10Rename ToolBoxFactory -> ToolBarFactory, as the service is named.Matúš Kukan
2014-02-06fwk: Constructor feature for single-instance FooBarFactories.Matúš Kukan
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-30fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan
2014-01-29fwk: Constructor feature for single-instance UIElementFactoryManager.Matúš Kukan
2014-01-29fwk: Constructor feature for single-instance UIControllerFactories.Matúš Kukan
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-17fwk: Use constructor feature for AddonsToolBoxFactory.Matúš Kukan
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin