summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderPainter.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-21move presenter console from sdext/ to sd/Noel Grandin1-883/+0
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin1-3/+4
2021-10-16Simplify vector initialization in sdextJulien Nabet1-3/+5
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-24/+4
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-3/+3
2020-03-12Revert "loplugin:constfields in sdext"Noel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in sdextNoel Grandin1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-2/+1
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen1-8/+0
2019-07-20loplugin:referencecasting in sdextNoel Grandin1-1/+1
2019-02-12loplugin:flatten in sdextNoel Grandin1-77/+77
2018-11-22remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin1-1/+0
2018-10-21tdf#120703 (PVS): redundant nullptr check; unsafe pointer dereferenceMike Kaganski1-5/+8
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-18/+17
2018-10-09loplugin:constfields in sdextNoel Grandin1-1/+1
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-02loplugin:casttovoid: sdextStephan Bergmann1-2/+0
2017-06-27PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unusedStephan Bergmann1-21/+13
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+0
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin1-5/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-23loplugin:constantparam in sdextNoel Grandin1-28/+5
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin1-6/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29com::sun::star->css in sdextNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-21/+21
2015-09-07Work around bogus warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-10/+10
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-22/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+9
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-12/+10
2012-12-12fdo#57422 - presenter console RTL support needs completionFaisal M. Al-Otaibi1-140/+64
2012-11-20fdo#42070-Fix RTL support in presenter consoleFaisal M. Al-Otaibi1-65/+141
2012-10-02re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe1-2/+2