summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/zoomsliderctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-2/+1
2019-02-05fix typo in commentsStephan Bergmann1-1/+1
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-3/+3
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-13/+4
2018-10-16loplugin:singlevalfields in vclNoel Grandin1-2/+1
2018-04-15tdf#50507 - zoom slider always looks like disabledheiko tietze1-7/+10
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-10/+10
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-27remove svx bitmaps from .src filesCaolán McNamara1-3/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara1-3/+3
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl1-19/+0
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-31com::sun::star->css in svxNoel Grandin1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-2/+2
2015-09-04tdf#93928 don't hide the zoom slider and its handle with a tooltipLászló Németh1-1/+2
2015-09-04tdf#92843: fix disappearing zoom sliderLászló Németh1-10/+2
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-75/+75
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes1-2/+13
2014-12-26Cleanup zoomsliderctrl & viewlayoutctrlTomaž Vajngerl1-6/+7
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt1-4/+20
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-25zoom slider: remove unneeded whitespacesTomaž Vajngerl1-21/+0
2014-08-25zoom slider: impl as scoped_ptr and reduce code duplicationTomaž Vajngerl1-37/+29
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin1-7/+7
2014-03-11remove osolete ifdefNorbert Thiebaud1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-14protect macosx against the HiDPI hacksNorbert Thiebaud1-1/+2
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-1/+1
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-11/+28
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-09-05convert svx/source/stbctrls/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2