summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxruler.cxx
AgeCommit message (Expand)Author
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-14svx: hack around LogicToPixel assert in SvxRuler::UpdateTabsMichael Stahl
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclref: protect vs. double disposes.Michael Meeks
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-14HiDPI changes to ruler to respect screen DPIdbeurle
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-26coverity#705258 Missing break in switchCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-07rhbz#1072607: (hopefully) fix crash in SvxRuler::MouseMove()Michael Stahl
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-20typo fixesAndras Timar
2013-09-15use rtl::math::round for rounding, std:round is C++11Tomaž Vajngerl
2013-09-15include cmathTomaž Vajngerl
2013-09-15Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl
2013-09-15Fix ruler margin dragging in vertical modeTomaž Vajngerl
2013-09-15ruler: RTL fixes for indents in tables and columnsTomaž Vajngerl
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin
2013-09-03Ruler: minimal unit 1/16 inch, 1/10 cm, dynamic tick draw, variousTomaž Vajngerl
2013-08-29Convert more instance vars to scoped_ptr and scoped_array in rulerTomaž Vajngerl
2013-08-29fdo#67033 fix default tab drawing on rulerTomaž Vajngerl
2013-08-29Remove paragraph border drawing in ruler as it is not useful.Tomaž Vajngerl
2013-08-29Use scoped_ptr for items in svxruler and clean-up code.Tomaž Vajngerl