summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-29loplugin:unusedmethodsNoel Grandin1-7/+0
2023-05-20loplugin:unusedmethodsNoel Grandin1-101/+0
2023-05-20loplugin:unusedfieldsNoel Grandin1-12/+2
2023-04-19loplugin::unusedmethodsNoel Grandin1-13/+0
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara1-11/+4
2022-08-05tdf#117388 use native scrollbar under gtk in impress/draw documentsCaolán McNamara1-6/+6
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-10/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-4/+4
2020-01-24loplugin:makeshared in sdNoel Grandin1-4/+4
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin1-2/+2
2019-09-03Missing includeMike Kaganski1-0/+2
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen1-5/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-02-15loplugin:flatten in sd/source/ui/slidesorterNoel Grandin1-18/+18
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+1
2018-08-30Remove redundant asserts after newMike Kaganski1-13/+1
2018-08-13loplugin:returnconstant in sdNoel Grandin1-3/+1
2018-04-20loplugin:constantparamNoel Grandin1-3/+1
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-2/+0
2017-12-04silence coverity#1405937 Uncaught exceptionCaolán McNamara1-2/+5
2017-10-31loplugin:constantparam in sdNoel Grandin1-2/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-17/+17
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-30fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorterBernhard Widl1-6/+6
2017-06-22loplugin:unusedfields in sd part2Noel Grandin1-4/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-7/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann1-5/+1
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-3/+3
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-28loplugin:expandablemethods in sdNoel Grandin1-6/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-6/+6
2015-09-20convert Link<> to typedNoel Grandin1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-6/+6
2015-09-17boost->stdCaolán McNamara1-6/+6
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-12/+12
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-36/+24
2015-04-20sd: convert new to ::Create.Noel Grandin1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-16/+16