summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07convert Link<> to typedNoel Grandin
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl
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-23loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11svx: sal_Bool->boolNoel Grandin
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold
2013-09-15Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
2013-08-29Convert more instance vars to scoped_ptr and scoped_array in rulerTomaž Vajngerl
2013-08-29Use scoped_ptr for items in svxruler and clean-up code.Tomaž Vajngerl
2013-07-26fdo#38144 Enhance snapping to markers, also snap to frame marginsTomaž Vajngerl
2013-07-23fdo#38144 In ruler snap to markers for tab stops, margins, etc.Tomaž Vajngerl
2013-04-23execute move of global headersBjoern Michaelsen