summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/workwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-07-04loplugin:unusedfields in sfx2Noel Grandin1-1/+0
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin1-4/+3
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-84/+86
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-2/+2
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin1-5/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-8/+8
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-18/+16
2017-03-07shouldn't need these SfxGetpApp as it will already existCaolán McNamara1-3/+0
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet1-2/+2
2017-02-15remove unused OBJECTBAR from SfxChildIdentifier enumNoel Grandin1-3/+0
2017-02-15remove unused MOVEDOCKINGWINDOW from SfxDockingConfig enumNoel Grandin1-3/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+0
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-4/+4
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-33/+28
2016-11-03remove pParentFrame from SfxFrameNoel Grandin1-1/+1
2016-10-14loplugin:mergeclasses merge SfxWorkWindow with SfxFrameWorkWin_ImplNoel Grandin1-74/+49
2016-08-23tdf#92518 replace hard coded resource idsJochen Nitschke1-66/+56
2016-08-23remove dead resource name, related to tdf#92518Jochen Nitschke1-1/+0
2016-08-23remove dead resource names, related to tdf#92518Jochen Nitschke1-2/+0
2016-08-18remove dead resource names, related to tdf#92518Jochen Nitschke1-4/+0
2016-08-09sfx2: add comment to avoid range-based for loopThorsten Behrens1-1/+3
2016-08-08make clearer what the code is actually doingMarkus Mohrhard1-3/+4
2016-08-08reduce scope of variableMarkus Mohrhard1-3/+2
2016-08-08no range based for loop when container is modified, tdf#100870, tdf#101320Markus Mohrhard1-1/+2
2016-08-02loplugin:countusersofdefaultparams in sfx2Noel Grandin1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-1/+1
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin1-12/+5
2016-05-25because pCW->bCreate is always set to true, the conditional isn't usefulCaolán McNamara1-13/+10
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+1
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin1-52/+41
2016-03-18sfx2: Improve git-grep-ability for at least few toolbars.Jan Holesovsky1-9/+9
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-8/+8
2016-02-09Remove excess newlinesChris Sherlock1-20/+0
2016-01-30these checks for DockingWindows are all wrongCaolán McNamara1-2/+6
2016-01-30strange bit of oddity here, these all call the same thingCaolán McNamara1-33/+3
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-17Fix creation of infobarSamuel Mehrbrodt1-0/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-31/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-32/+32
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-8/+6
2015-11-04loplugin:stringconstantNoel Grandin1-2/+1
2015-10-29com::sun::star->css in sfx2Noel Grandin1-18/+18
2015-10-19cleanup some local var declarationsNoel Grandin1-1/+1