summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
AgeCommit message (Expand)Author
2019-08-22loplugin:constmethod in svtoolsNoel Grandin
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-12-05remove unused RulerBorderStyle enum valueNoel Grandin
2018-11-27remove unused RulerBorderStyle enum valuesNoel Grandin
2018-11-13loplugin:singlevalfields in svtoolsNoel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-03loplugin:constfields in svtoolsNoel Grandin
2018-09-06svtools: less text layout calls in RulerMiklos Vajna
2018-04-29loplugin:useuniqueptr in RulerNoel Grandin
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17implementing callback for ruler invalidationAditya Dewan
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-14remove unused Border from RulerIndentStyle enumNoel Grandin
2017-01-23use rtl::Reference in RulerNoel Grandin
2016-10-07loplugin:staticmethods: svtoolsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05loplugin:countusersofdefaultparamsNoel Grandin
2016-05-12Convert RulerType to scoped enumNoel Grandin
2016-05-11Convert RulerExtra to scoped enumNoel Grandin
2016-05-11Convert RULER_MARGIN to scoped enumNoel Grandin
2016-05-11Convert RULER_BORDER to scoped enumNoel Grandin
2016-05-11Convert RULER_DRAGSIZE to scoped enumNoel Grandin
2016-05-11convert RULER_INDENT to scoped enumNoel Grandin
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31convert Link<> to typedNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks