summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxruler.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-27svx: Simplify SvxRuler_Impl's ctor&dtor with std::unique_ptrTakeshi Abe1-12/+5
2017-08-17implementing callback for ruler invalidationAditya Dewan1-1/+12
2017-08-01loplugin:checkunusedparamsNoel Grandin1-26/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+12
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin1-9/+9
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-27loplugin:oncevar in svxNoel Grandin1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-11convert ruler menu to .uiCaolán McNamara1-11/+14
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-14remove unused MoveAll from SvxRuler::UpdateType enumNoel Grandin1-3/+0
2017-01-25move Image ctor variant with mask color to callersCaolán McNamara1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-6/+3
2016-09-18tdf#54860 make indention handles on the ruler movable inside the table.Mark Hung1-2/+1
2016-08-24convert UpdateType to scoped enumNoel Grandin1-9/+9
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-12/+12
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-14/+14
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-4/+4
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-3/+3
2016-05-12Convert RulerType to scoped enumNoel Grandin1-46/+47
2016-05-11Convert RulerExtra to scoped enumNoel Grandin1-3/+3
2016-05-11Convert RULER_MARGIN to scoped enumNoel Grandin1-7/+7
2016-05-11Convert RULER_BORDER to scoped enumNoel Grandin1-6/+6
2016-05-11Convert RULER_DRAGSIZE to scoped enumNoel Grandin1-10/+10
2016-05-11convert RULER_INDENT to scoped enumNoel Grandin1-12/+7
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-6/+11
2015-12-21tdf#95846: fix not-relative-to-indent tab stop positionsMike Kaganski1-73/+32
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-10coverity#1323753 Logically dead codeCaolán McNamara1-54/+47
2015-09-07convert Link<> to typedNoel Grandin1-4/+4
2015-08-31convert Link<> to typedNoel Grandin1-3/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-17/+0
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl1-27/+19
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-13/+13
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin1-17/+17
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin1-41/+39
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-10/+22
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+22
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann1-6/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2