summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration
AgeCommit message (Expand)AuthorFilesLines
2016-05-25convert ImageType to scoped enumNoel Grandin1-7/+0
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02loplugin:stringconstantNoel Grandin2-2/+0
2015-10-14com::sun::star->css in frameworkNoel Grandin4-56/+56
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-44/+44
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara4-25/+16
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-30framework: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+2
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara1-1/+4
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara1-1/+4
2014-04-07framework: sal_Bool->boolNoel Grandin1-2/+2
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist2-2/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-44/+44
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-1/+0
2014-03-20Remove unused ThreadHelpBase baseStephan Bergmann1-3/+1
2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann1-3/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-44/+44
2014-02-06fwk: Constructor feature for single-instance WindowStateConfiguration.Matúš Kukan2-112/+42
2014-01-30fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.Matúš Kukan1-101/+0
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.Matúš Kukan1-58/+0
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan1-203/+0
2014-01-17fwk: Use constructor feature for ImageManager.Matúš Kukan1-12/+22
2014-01-17fwk: Use constructor feature for UIConfigurationManager.Matúš Kukan1-181/+0
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold9-24/+24
2013-10-23clean up some include guardsThomas Arnhold1-3/+3
2013-09-26Otherwhise -> OtherwiseJesús Corrius8-8/+8
2013-07-23Convert ModuleUIConfigurationManagerSupplier to WeakImplHelperNoel Grandin1-10/+6
2013-07-23Convert UIConfigurationManager to WeakImplHelperNoel Grandin1-9/+5
2013-07-23convert WindowStateConfiguration to WeakImplHelperNoel Grandin1-3/+1
2013-07-23fdo#46808, Convert ui::ModuleUIConfigurationManager service to new styleNoel Grandin2-17/+10
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin1-2/+2
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2-3/+3
2013-05-28fdo#46808, Convert ui:*AcceleratorConfiguration to new styleNoel Grandin2-5/+6
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-76/+76
2013-03-16Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHashAriel Constenla-Haile5-9/+9
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin1-10/+2
2013-03-04doubled includesThomas Arnhold2-2/+0
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks6-141/+87
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin3-5/+5
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2-4/+4
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-2/+0
2012-08-08remove include comments and boxesThomas Arnhold9-76/+0