summaryrefslogtreecommitdiffstats
path: root/framework/source/uifactory
Commit message (Expand)AuthorAgeFilesLines
* Kill superfluous spacing before semicolonsTor Lillqvist2014-04-061-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-062-7/+0
* 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-266-43/+43
* Use an osl::Mutex directlyStephan Bergmann2014-03-201-22/+11
* Use SolarMutexGuard directlyStephan Bergmann2014-03-191-8/+3
* Use SolarMutexGuard directlyStephan Bergmann2014-03-181-0/+1
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-2/+3
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-2/+3
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-2/+3
* Consolidate framework::{Resetable,}GuardStephan Bergmann2014-03-172-13/+13
* Remove visual noise from frameworkAlexander Wilms2014-02-261-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-268-68/+68
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* cleaning the code a bitMatúš Kukan2014-02-133-27/+18
* Survive missing UIElementFactories.Matúš Kukan2014-02-101-4/+12
* misc cleanup and unnecessary OUStringsMatúš Kukan2014-02-101-1/+1
* Rename ToolBoxFactory -> ToolBarFactory, as the service is named.Matúš Kukan2014-02-102-13/+13
* fwk: Constructor feature for single-instance FooBarFactories.Matúš Kukan2014-02-063-90/+104
* Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2014-01-301-3/+2
* fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan2014-01-302-77/+91
* fwk: Constructor feature for single-instance UIElementFactoryManager.Matúš Kukan2014-01-292-75/+134
* fwk: Constructor feature for single-instance UIControllerFactories.Matúš Kukan2014-01-291-53/+226
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+2
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-4/+2
* fwk: Use constructor feature for AddonsToolBoxFactory.Matúš Kukan2014-01-171-17/+59
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-3/+1
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-3/+3
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-195-10/+10
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-3/+3
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist2013-09-092-2/+2
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-234-34/+0
* fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin2013-06-054-35/+34
* fdo#46808, XMultiServiceFactory to XComponentContextNoel Grandin2013-05-223-3/+3
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-222-2/+2
* add missing filesCaolán McNamara2013-05-211-0/+269
* UI Controller Factory fixesAriel Constenla-Haile2013-05-214-387/+0
* Revert "fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service"Caolán McNamara2013-05-211-1/+1
* Revert "fdo#46808, Create new-style frame::ToolBarControllerFactory service"Caolán McNamara2013-05-211-1/+1
* fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContextNoel Grandin2013-04-231-9/+9
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-2/+2
* RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter2013-03-088-139/+139
* fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new styleNoel Grandin2012-12-211-1/+1
* fdo#46808, Create new-style frame::ToolBarControllerFactory serviceNoel Grandin2012-12-211-1/+1
* fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new styleNoel Grandin2012-12-131-1/+1
* fdo#46808, Create new-style ui::WindowContentFactoryManager serviceNoel Grandin2012-12-131-1/+1
* fdo#46808, use service constructor for ui::Noel Grandin2012-12-133-7/+7