summaryrefslogtreecommitdiff
path: root/include/tools/gen.hxx
AgeCommit message (Expand)Author
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin
2019-07-15make tools::Rectangle::getWidth return 0 when emptyNoel Grandin
2019-07-12make tools::Rectangle::Bottom return Top when emptyNoel Grandin
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin
2019-07-10make tools::Rectangle::setY respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::setX respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustRight respect empty stateNoel Grandin
2019-07-09make tools::Rectangle::shrink respect empty stateNoel Grandin
2019-07-08make tools::Rectangle::expandBy respect empty stateNoel Grandin
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin
2019-06-07improve empty tools::Rectangle (width)Noel Grandin
2019-04-03tdf#124155 change "gradient tab page" - increment & angle sliderTomaž Vajngerl
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-05-19Revert "tools: test Pair"Noel Grandin
2018-05-16tools: test PairChris Sherlock
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-13ofz#6843 Integer-overflowCaolán McNamara
2018-03-08loplugin:unusedmethodsNoel Grandin
2018-03-05drop long& returning methods in PointNoel Grandin
2018-03-03drop old tools/gen methodsNoel Grandin
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin
2018-02-26move MovePoint and MoveRect into Rectangle and PointNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-02-16rename MoveFoo to AdjustFoo in Point/Rect/SizeNoel Grandin
2018-02-15introduce Move/Adjust methods to Point,Rect,SizeNoel Grandin
2018-02-10make Pair protected base in Pair/Size/SelectionNoel Grandin
2018-02-09add setter methods to tools::RectangleNoel Grandin
2018-02-06Avoid signed integer overflow during BrowseBox::AutoSizeLastColumnStephan Bergmann
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin
2018-01-19ofz#5475 Integer-overflowCaolán McNamara
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-07tools: document our favorite rectangle class tooMichael Stahl
2016-11-09Make sure not to compare different subclasses of PairStephan Bergmann
2016-08-23vcl: Adds backend tests to check for correct renderingTomaž Vajngerl
2016-02-09Remove excess newlinesChris Sherlock
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin
2015-08-25simplify some declarationsNoel Grandin
2015-08-25add some comments to Rectangle mutation methodsNoel Grandin
2015-08-20remove dead commentNoel Grandin
2015-07-07vcl: document Rectangle's get vs Get differencesMiklos Vajna
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-05-13Add expand (contract) to Rectangle as it is often used.Tomaž Vajngerl
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna