summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-14fix gdi resource leak with unreleased virtual deviceMarkus Mohrhard1-1/+1
2017-04-27remove svx bitmaps from .src filesCaolán McNamara1-13/+13
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin1-4/+1
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky1-2/+1
2017-04-12convert style menu to .uiCaolán McNamara1-16/+18
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svxStephan Bergmann1-1/+1
2017-03-31use actual UNO enums in svxNoel Grandin1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-03-30Related: tdf#106080 support a 'none' color in search by formatCaolán McNamara1-52/+55
2017-03-29Resolves: tdf#106079 automatic color described as 'white'Caolán McNamara1-2/+2
2017-03-17loplugin:staticaccessStephan Bergmann1-1/+1
2017-03-17tdf#106458 Color widget should have same number of rowsMaxim Monastirsky1-7/+8
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-16/+15
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-13/+8
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-5/+5
2017-02-21Resolves: tdf#106099 tweak to restore old behaviourCaolán McNamara1-25/+36
2017-02-21Use module name when getting labelsMaxim Monastirsky1-3/+3
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar1-1/+1
2017-02-07Always use split button for .uno:CharBackColorMaxim Monastirsky1-0/+1
2017-02-07tdf#105631 Notebookbar doesn't use wide buttonsMaxim Monastirsky1-1/+2
2017-01-27getColorWindow calling itself, so undisposed windows lying aroundCaolán McNamara1-1/+1
2017-01-26Related: tdf#104312 create palette on demandCaolán McNamara1-11/+40
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-29/+11
2017-01-11SvxFontNameBox_Impl was not disposedMaxim Monastirsky1-14/+23
2017-01-08XSubToolbarController is only used by SvxColorToolBoxControlMaxim Monastirsky1-1/+12
2017-01-05Support icon theme change in a floating border controlMaxim Monastirsky1-0/+15
2017-01-05Use command labels for the color popup titleMaxim Monastirsky1-33/+2
2016-12-21unwind RID_SVXIL_FRAME ImageListCaolán McNamara1-29/+22
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+2
2016-11-25Handle cases where last-used palette disappearedStephan Bergmann1-1/+4
2016-11-25convert FRM_VALID constants to o3tl::typed_flagsNoel Grandin1-28/+35
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-6/+6
2016-11-14loplugin:unusedmethodsNoel Grandin1-1/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-3/+1
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-48/+363
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-363/+48
2016-11-04replace OColorPopup with SvxColorWindowCaolán McNamara1-0/+6
2016-11-04drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALIDCaolán McNamara1-9/+1
2016-11-04extensions leaks out details of Color Selector, patch it upCaolán McNamara1-2/+2
2016-11-04unify color selectorsCaolán McNamara1-39/+356
2016-11-02drop SvxColorWindow::ResizeCaolán McNamara1-4/+0
2016-11-02move SvxColorWindow to include/svxCaolán McNamara1-1/+1
2016-11-02rename SvxColorWindow_Impl to SvxColorWindowCaolán McNamara1-21/+21
2016-10-30tdf#103087 Border widget must not have focus initiallyMaxim Monastirsky1-3/+7
2016-10-20SvxColorWindow_Impl: Unify title settingMaxim Monastirsky1-47/+33
2016-10-19Remove RID_SVXITEMS_EXTRAS_CHARCOLOR stringMaxim Monastirsky1-1/+1
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky1-32/+73
2016-10-13Use FeatureStateEvent directly for status updatesMaxim Monastirsky1-56/+50