summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/titledockwin.cxx
AgeCommit message (Expand)Author
2022-01-24move titledockwin to the one place it's usedCaolán McNamara
2022-01-24can use a forward decl hereCaolán McNamara
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-22do not use delayed layout in TitledDockingWindowLuboš Luňák
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2020-11-02toolbox always has flat styleNoel Grandin
2020-01-22inline some construction methodsNoel Grandin
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-08-15tdf#100864 Assign a tooltip to the button to close paneTakeshi Abe
2017-07-21loplugin:unusedfields in sfx2Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-19sfx2: load BitmapEx resources instead of Image onesCaolán McNamara
2016-10-27loplugin:expandablemethods in sfx2Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-09loplugin:constantparam in sfx2Noel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14refactor TitledDockingWindow to use RenderContextTomaž Vajngerl
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-22de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOWCaolán McNamara
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin