summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-13tdf#152878 switch off replacment image in picture frameOliver Specht1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann1-16/+16
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-8/+8
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-10-06loplugin:ostr: manual modificationsStephan Bergmann1-27/+27
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-4/+0
2022-07-25use more o3tl::spanNoel Grandin1-17/+9
2022-06-30tdf#137544 only construct SdAnimationInfo when we need itNoel Grandin1-4/+7
2022-05-05use more o3tl::getTokenNoel Grandin1-15/+10
2022-05-01use more string_view in variousNoel Grandin1-4/+4
2022-02-21Recheck modules sd* with IWYUGabor Kelemen1-1/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-6/+7
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski1-1/+1
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski1-1/+1
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-1/+1
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-7/+7
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-2/+2
2021-03-06loplugin:staticdynamic look for static after dynamicNoel1-2/+3
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-15/+15
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-51/+51
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-33/+33
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-15/+15
2020-04-03convert PresObjKind to scoped enumNoel Grandin1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin1-1/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-2/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+5
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski1-8/+6
2019-10-15new loplugin:bufferaddNoel Grandin1-8/+7
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-8/+0
2019-08-27Move ImageMap related functions to svxSamuel Mehrbrodt1-4/+4
2019-08-15loplugin:sequenceloop in sdNoel Grandin1-1/+1
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann1-1/+1
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov1-24/+21
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-17Use indexed getToken()Matteo Casalin1-6/+8
2019-02-15loplugin:flatten in sd/source/ui/[t-u]*Noel Grandin1-79/+79
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin1-2/+1
2018-10-09loplugin:constfields in sdNoel Grandin1-1/+1
2018-09-21tdf#67248 Use localized layer name only for display in UIRegina Henschel1-31/+0
2018-09-08clan-tidy bugprone-throw-keyword-missing in SdXShapeNoel Grandin1-3/+3
2018-08-22new loplugin:conststringfieldNoel Grandin1-67/+50