summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/toolbarlayoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-1/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-3/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-11/+11
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-11/+11
2018-03-17Use for-range loops in frameworkJulien Nabet1-110/+87
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin1-4/+4
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin1-12/+12
2018-01-24loplugin:useuniqueptr in LayoutManagerNoel Grandin1-4/+3
2018-01-15More loplugin:cstylecast: frameworkStephan Bergmann1-55/+55
2018-01-11loplugin:redundantcast: frameworkStephan Bergmann1-5/+5
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-12/+12
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-20loplugin:constparams in frameworkNoel Grandin1-3/+3
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-6/+3
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-3/+0
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke1-0/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: frameworkStephan Bergmann1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-12/+11
2017-05-19loplugin:stringcopy: frameworkStephan Bergmann1-1/+1
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-02loplugin:checkunusedparams in frameworkNoel Grandin1-2/+1
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin1-58/+58
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-41/+41
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-6/+6
2017-02-14Convert WindowType to scoped enumNoel Grandin1-11/+11
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+2
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-1/+1
2016-12-15tdf#104621 framework: Redo commit 84f2ff67a7e404febf710b1dc7f66d06745c503fMichael Stahl1-1/+10
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-1/+0
2016-12-10framework: fix race in ToolBarManager creationMichael Stahl1-6/+8
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin1-0/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-9/+9
2016-11-22Resolves: rhbz#1397181 toolbar layout manager not respecting drag cancelCaolán McNamara1-0/+3
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-33/+33
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin1-6/+1
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-12/+12
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-6/+5
2016-03-10loplugin:constantparam in frameworkNoel Grandin1-6/+6
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl1-3/+6