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