summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
AgeCommit message (Expand)Author
2021-05-31no need to allocate these on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-08lok: remove event listener when disposingHenry Castro
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-02-21loplugin:refcounting in sdNoel
2021-02-15loplugin:referencecasting in sdNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin
2020-05-09compact namespace in sdNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin
2020-02-11Avoid needless ListenerList temporaryStephan Bergmann
2020-02-10Avoid additional search in case of insertionMuhammet Kara
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-29cid#1401342 silence Uncaught exceptionCaolán McNamara
2020-01-28remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in sdNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-22sal_Char->char in sdNoel Grandin
2019-12-16sd: for_each -> range-forAshod Nakashian
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-22Comparison between css::uno::WeakReference and css::uno::ReferenceStephan Bergmann
2019-10-17tdf#128166 sd: Fix canvas initialization argsMichael Weghorn
2019-09-29loplugin:constmethod in sdNoel Grandin
2019-09-26tdf#42949 Fix IWYU warnings in sd/Gabor Kelemen
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-03Missing includeMike Kaganski
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin