summaryrefslogtreecommitdiff
path: root/include/svtools/toolbarmenu.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin1-1/+1
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen1-1/+0
2021-02-22rename to DropdownDockingWindowCaolán McNamara1-1/+1
2021-02-20merge together interimdockparent usageCaolán McNamara1-2/+1
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov1-4/+1
2020-09-29tdf#136520 allow color popdowns to be tearable againCaolán McNamara1-1/+1
2020-09-02drop some unused methodsCaolán McNamara1-2/+0
2020-08-13Merge toolbar popup classesMaxim Monastirsky1-42/+11
2020-04-24loplugin:unusedmethodsNoel Grandin1-1/+0
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-1/+2
2020-01-28remove newly unused ToolbarPopup ctorCaolán McNamara1-3/+0
2020-01-28ToolbarMenu is now unusedCaolán McNamara1-79/+0
2020-01-14weld SfxCharmapCtrlCaolán McNamara1-4/+3
2020-01-10weld CellAppearancePropertyPanelCaolán McNamara1-0/+1
2020-01-10make welded toolbars on-demand that were previously on-demandCaolán McNamara1-3/+28
2020-01-08add a scheme to host welded toolbar dropdown windows in unwelded toolbarsCaolán McNamara1-0/+40
2019-08-22loplugin:constmethod in svtoolsNoel Grandin1-1/+1
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-9/+5
2018-06-25weld SwWatermarkDialogCaolán McNamara1-11/+19
2018-03-09give color picker explicit parentCaolán McNamara1-1/+1
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky1-0/+5
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-1/+1
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svtoolsStephan Bergmann1-0/+1
2016-10-18loplugin:unusedmethodsNoel Grandin1-2/+0
2016-10-11loplugin:unnnecessaryoverride in svtoolsNoel Grandin1-1/+0
2016-10-05Split some stuff from ToolbarMenu to a base classMaxim Monastirsky1-15/+26
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-06-01tdf#89329: use unique_ptr for pImpl in toolbarmenuXisco Fauli1-1/+1
2016-05-12use unique_ptrDavid Tardon1-1/+2
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-14/+14
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-15convert Link<> to typedNoel Grandin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-06-28coverity#1308503 Uncaught exceptionCaolán McNamara1-1/+1
2015-05-13refactor ToolBarMenu to use RenderContextTomaž Vajngerl1-10/+10
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-17svtools: convert new to ::Create.Noel Grandin1-1/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-0/+1
2014-12-24callcatcher: update unusedcodeCaolán McNamara1-8/+0