summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist9-34/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-99/+99
2014-03-25coverity#1187652 Dead default in switchCaolán McNamara1-2/+0
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-11/+6
2014-03-20Remove unused ThreadHelpBase baseStephan Bergmann1-3/+1
2014-03-20Use SolarMutexGuard directlyStephan Bergmann3-30/+28
2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann1-2/+1
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-36/+33
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-30/+27
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 Bergmann6-71/+70
2014-02-27coverity#1187865 Uninitialized scalar fieldCaolán McNamara1-7/+18
2014-02-26Remove visual noise from frameworkAlexander Wilms3-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann9-210/+210
2014-02-23Remove unneccessary commentsAlexander Wilms3-8/+8
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert2-5/+6
2014-02-13coverity#737202 Uncaught exceptionCaolán McNamara2-2/+7
2014-02-13cosmeticsMatúš Kukan1-1/+2
2014-02-12cid#705176 missing break in switchNoel Grandin1-0/+1
2014-02-10Do not throw if AcceleratorConfigurations are missing.Matúš Kukan2-2/+16
2014-02-10Simplify the code a bit.Matúš Kukan2-24/+6
2014-02-10coverity#737167 Uncaught exceptionCaolán McNamara2-2/+7
2014-02-09coverity#1169846 Uncaught exceptionCaolán McNamara1-2/+6
2014-02-06fwk: Constructor feature for single-instance WindowStateConfiguration.Matúš Kukan1-91/+140
2014-01-30fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.Matúš Kukan1-80/+88
2014-01-28bool improvementsStephan Bergmann4-26/+26
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.Matúš Kukan1-35/+66
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky3-17/+10
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky3-16/+17
2014-01-18drop using namespace ::com::sun::star::ui;Matúš Kukan1-20/+18
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan1-85/+237
2014-01-17fwk: Use constructor feature for ImageManager.Matúš Kukan1-16/+11
2014-01-17fwk: Use constructor feature for UIConfigurationManager.Matúš Kukan1-20/+163
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin5-12/+12
2013-11-18fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"Andras Timar1-1/+3
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin1-3/+2
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-5/+5
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-10/+0
2013-09-26Otherwhise -> OtherwiseJesús Corrius1-1/+1
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin1-2/+2
2013-09-13String to OUStringThomas Arnhold1-4/+3
2013-09-09Try to keep older(?) gcc versions happyTor Lillqvist3-4/+4