summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-21fdo#46808, Create new-style frame::ToolBarControllerFactory serviceNoel Grandin1-1/+1
2012-12-13fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new styleNoel Grandin1-1/+1
2012-12-13fdo#46808, Create new-style ui::WindowContentFactoryManager serviceNoel Grandin1-1/+1
2012-12-13fdo#46808, use service constructor for ui::Noel Grandin3-7/+7
2012-11-15re-base on ALv2 code. Includes:Michael Meeks6-138/+84
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin6-22/+22
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-1/+0
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin6-11/+15
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+1
2012-08-08remove include comments and boxesThomas Arnhold10-97/+0
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-2/+2
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]1-4/+4
2012-06-21re-base on ALv2 code.Michael Meeks4-92/+56
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
2012-01-05Removed unnecessary tools includes.Marcel Metz6-6/+0
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot6-15/+15
2011-12-14catch exception by constant referenceTakeshi Abe4-14/+14
2011-11-27remove include of pch header from frameworkNorbert Thiebaud10-20/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito10-0/+0
2011-03-29Remove commented code in libs-core/frameworkXisco Fauli10-41/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens11-54/+0
2011-01-21break ownership cycleCaolán McNamara2-4/+15