summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2021-09-18cid#1491947 silence Uncaught exceptionCaolán McNamara1-2/+3
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-3/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-3/+3
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin1-2/+2
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen1-5/+0
2019-02-23loplugin:unusedfields in sdNoel Grandin1-2/+0
2019-02-15loplugin:flatten in sd/source/ui/slidesorterNoel Grandin1-54/+54
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin1-1/+1
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-0/+1
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen1-0/+1
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in sd" and reapply the plugin...Noel Grandin1-2/+2
2018-02-15loplugin:changetoolsgen in sdNoel Grandin1-2/+2
2017-11-28coverity#1421075 Uncaught exceptionCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-13/+13
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-07-02loplugin:casttovoid: sdStephan Bergmann1-3/+1
2017-04-06loplugin:singlevalfieldsNoel Grandin1-3/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-11/+11
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-1/+1
2016-03-10loplugin:constantparam in sdNoel Grandin1-2/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+7
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-06-02loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-5/+5
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+2
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-8/+8
2015-03-05V801: Decreased performanceCaolán McNamara1-12/+12
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-49/+0
2014-06-25slide-sorter: re-factor to improve bbox calcuationMichael Meeks1-2/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1