summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist2-2/+2
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa4-34/+0
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin4-35/+34
2013-05-22fdo#46808, XMultiServiceFactory to XComponentContextNoel Grandin3-3/+3
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2-2/+2
2013-05-21add missing filesCaolán McNamara1-0/+269
2013-05-21UI Controller Factory fixesAriel Constenla-Haile4-387/+0
2013-05-21Revert "fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service"Caolán McNamara1-1/+1
2013-05-21Revert "fdo#46808, Create new-style frame::ToolBarControllerFactory service"Caolán McNamara1-1/+1
2013-04-23fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContextNoel Grandin1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-2/+2
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter8-139/+139
2012-12-21fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new styleNoel Grandin1-1/+1