summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.cxx
AgeCommit message (Expand)Author
2018-10-08loplugin:constfields in svxNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-01Wayland: Make various popups work in the overflow toolbarMaxim Monastirsky
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2016-10-14loplugin:mergeclasses merge SvxListBoxControl with SvxUndoRedoControlNoel Grandin
2016-10-13Use FeatureStateEvent directly for status updatesMaxim Monastirsky
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2015-11-13tdf#86886 Shortcut keys missing in undo and redo tooltipsSamuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-09convert Link<> to typedNoel Grandin
2015-07-16-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara
2014-06-30SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two timesMiklos Vajna
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann