summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdxfer.cxx
AgeCommit message (Expand)Author
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin
2023-04-19loplugin::unusedmethodsNoel Grandin
2023-03-07no need to allocate these separatelyNoel Grandin
2023-03-03Related: tdf#94319 object pasted in draw/impress is always centeredCaolán McNamara
2023-01-31Some simplification after 743dd1d3c1142c1c99b0844cc26dd0be91a1de40Mike Kaganski
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl
2023-01-31SdrModel: we never set scale fraction to anything else than 1/1Tomaž Vajngerl
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-20simplify usage of TempFile in sdNoel Grandin
2022-09-10unique_ptr->optional for GraphicNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski
2021-10-11loplugin:moveparam in sdNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-22failure seen in UITest backtraceCaolán McNamara
2021-03-08clean up some more dynamic/static castingNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2020-12-22split SotStorageStream into two classesNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-09-01Fix typoAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-03loplugin:flatten in sdNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-02tdf#118893: avoid nullptr dereferenceMike Kaganski
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann
2019-08-27Move ImageMap related functions to svxSamuel Mehrbrodt
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-03-07tdf#42949 Fix IWYU warnings in sd/source/ui/[a-c]*/*cxxGabor Kelemen
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov
2018-12-05remove unused SdrSwapGraphicsMode enumNoel Grandin
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin