summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/imagemanagerimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-03loplugin:useuniqueptr in ImageManagerImplNoel Grandin1-15/+10
2018-03-17Use for-range loops in frameworkJulien Nabet1-16/+13
2018-01-24loplugin:useuniqueptr in ImageListsDescriptorNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: frameworkStephan Bergmann1-3/+3
2018-01-04drop CmdToXGraphicNameAccess typedefNoel Grandin1-19/+17
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-02-28new loplugin unoanyNoel Grandin1-24/+24
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-30/+3
2017-01-21move GetXGraphic to its only userCaolán McNamara1-5/+13
2017-01-20empty Image is an empty XGraphicCaolán McNamara1-4/+4
2017-01-20don't need an intermediate ImageCaolán McNamara1-2/+2
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin1-1/+1
2016-12-24unused Image in framework, luckily because uses GetImage on pos not idCaolán McNamara1-1/+0
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-3/+1
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-16/+21
2016-07-08loplugin:redundantcast: redundant static_casts in frameworkStephan Bergmann1-4/+4
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin1-2/+0
2016-05-25convert ImageType to scoped enumNoel Grandin1-39/+40
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-20new loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl1-145/+30
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+1
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-31/+31
2015-11-02loplugin:stringconstantNoel Grandin1-4/+4
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-4/+4
2015-10-14com::sun::star->css in frameworkNoel Grandin1-41/+41
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-8/+8
2015-07-30loplugin:unusedmethodsNoel Grandin1-11/+0
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2014-11-13coverity#1251595 Uncaught exceptionCaolán McNamara1-3/+4
2014-10-17coverity#1247630 Uncaught exceptionCaolán McNamara1-2/+3
2014-10-02fix for older compiler, doesn't like <::Noel Grandin1-3/+3
2014-10-02loplugin: cstylecastNoel Grandin1-3/+3
2014-07-11convert GlobalImageList to SimpleReferenceObjectNoel Grandin1-24/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-05-28cid#706558 Uncaught exceptionNoel Grandin1-1/+1
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-5/+5
2014-05-11fix-includes.pl: frameworkThomas Arnhold1-1/+1
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-04-07framework: sal_Bool->boolNoel Grandin1-21/+21
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-7/+0