summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-14remove unused MoveAll from SvxRuler::UpdateType enumNoel Grandin1-1/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-02loplugin:countusersofdefaultparamsNoel Grandin1-4/+4
2016-08-24convert UpdateType to scoped enumNoel Grandin1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-20/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+0
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl1-1/+2
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin1-13/+20
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin1-14/+19
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-1/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+2
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-11/+11
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-11svx: sal_Bool->boolNoel Grandin1-17/+17
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold1-2/+2
2013-09-15Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl1-6/+6
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl1-1/+6
2013-08-29Convert more instance vars to scoped_ptr and scoped_array in rulerTomaž Vajngerl1-5/+9
2013-08-29Use scoped_ptr for items in svxruler and clean-up code.Tomaž Vajngerl1-77/+98
2013-07-26fdo#38144 Enhance snapping to markers, also snap to frame marginsTomaž Vajngerl1-2/+2
2013-07-23fdo#38144 In ruler snap to markers for tab stops, margins, etc.Tomaž Vajngerl1-1/+4
2013-04-23execute move of global headersBjoern Michaelsen1-0/+259