summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)AuthorFilesLines
2016-11-07loplugin:oncevar in frameworkNoel Grandin4-28/+12
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-16/+21
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous2-4/+2
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous3-6/+3
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-9/+9
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2-4/+4
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin1-8/+0
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in frameworkStephan Bergmann1-4/+4
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin3-9/+0
2016-05-25convert ImageType to scoped enumNoel Grandin2-48/+49
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-2/+0
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin3-20/+20
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-17/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan4-12/+8
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan2-3/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-04-01sequence->vector in frameworkNoel Grandin3-34/+34
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-4/+4
2016-02-04loplugin:sallogareasStephan Bergmann1-1/+1
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken1-6/+6
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin3-23/+9
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-27/+4
2015-11-20new loplugin:unusedfieldsNoel Grandin3-8/+0
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl2-162/+42
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-10/+5
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 Bergmann5-41/+41
2015-11-03Support of popupmenu resource typeMaxim Monastirsky2-12/+11
2015-11-02loplugin:stringconstantNoel Grandin2-5/+4
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin6-30/+28
2015-10-14com::sun::star->css in frameworkNoel Grandin10-404/+404
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-96/+96
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-10/+10
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-14/+14
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-30loplugin:unusedmethodsNoel Grandin3-22/+3
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin3-6/+6