summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)Author
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-14Removed redundant private methods commentsHussian Alamri
2014-05-11fix-includes.pl: frameworkThomas Arnhold
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
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-25coverity#1187652 Dead default in switchCaolán McNamara
2014-03-20Use an osl::Mutex directlyStephan Bergmann
2014-03-20Remove unused ThreadHelpBase baseStephan Bergmann
2014-03-20Use SolarMutexGuard directlyStephan Bergmann
2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann
2014-03-19Use SolarMutexGuard directlyStephan Bergmann
2014-03-19Use 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-17Consolidate framework::{Resetable,}GuardStephan Bergmann
2014-02-27coverity#1187865 Uninitialized scalar fieldCaolán McNamara
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-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-13coverity#737202 Uncaught exceptionCaolán McNamara
2014-02-13cosmeticsMatúš Kukan
2014-02-12cid#705176 missing break in switchNoel Grandin
2014-02-10Do not throw if AcceleratorConfigurations are missing.Matúš Kukan
2014-02-10Simplify the code a bit.Matúš Kukan
2014-02-10coverity#737167 Uncaught exceptionCaolán McNamara
2014-02-09coverity#1169846 Uncaught exceptionCaolán McNamara
2014-02-06fwk: Constructor feature for single-instance WindowStateConfiguration.Matúš Kukan
2014-01-30fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.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-18drop using namespace ::com::sun::star::ui;Matúš Kukan
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan
2014-01-17fwk: Use constructor feature for ImageManager.Matúš Kukan
2014-01-17fwk: Use constructor feature for UIConfigurationManager.Matúš Kukan
2013-12-10Drop duplicate #includeTakeshi Abe
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-18fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"Andras Timar
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin