summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/xcl97esc.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-17loplugin:ostr in sc/../filterNoel Grandin1-2/+2
2023-11-09loplugin:fieldcast in XclObjOleNoel Grandin1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-1/+1
2023-09-15reduce casting around ScDocShellNoel Grandin1-0/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-03-02flatten some classes in scNoel Grandin1-2/+2
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-21cid#1515519 Uninitialized pointer fieldCaolán McNamara1-2/+3
2022-09-20simplify usage of TempFile in scNoel Grandin1-7/+4
2022-02-21cid#1500559 silence Dereference before null checkCaolán McNamara1-2/+1
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-7/+7
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski1-2/+2
2021-08-05Remove commented out codeSamuel Mehrbrodt1-1/+0
2021-08-05Format ShapeInteractionHelper::PopulateShapeInteractionInfoSamuel Mehrbrodt1-30/+31
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt1-2/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2020-08-08loplugin:flatten in sc/filterNoel Grandin1-1/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-1/+2
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-6/+6
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+3
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen1-8/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24crashtesting: tdf107162-1.xlsNoel Grandin1-0/+1
2018-07-17loplugin:useuniqueptr in XclEscherExNoel Grandin1-10/+9
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-07-06loplugin:useuniqueptr in XclExpObjListNoel Grandin1-5/+5
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-3/+3
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-06Return std::unique_ptr from some XclEscherEx::Create... functionsStephan Bergmann1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1