summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
AgeCommit message (Expand)Author
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
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in sdNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov
2019-07-29Fix typosAndrea Gelmini
2019-07-24sd: use OSL_DEBUG_LEVEL instead of DEBUGAshod Nakashian
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-07-20loplugin:referencecasting in sdNoel Grandin
2019-06-06Cosmetics.Ashod Nakashian
2019-06-06ViewShellBase const correctnessAshod Nakashian
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-05-10Use std::queue instead of list for ChangeRequestQueueProcessor (sd)Julien Nabet
2019-04-24tdf#42949 Fix IWYU warnings in sd/source/ui/f*Gabor Kelemen
2019-04-19optimise find/insert patternNoel Grandin