summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/externalrefmgr.cxx
AgeCommit message (Expand)Author
2023-10-06Related: cool#7373 add an SfxHintId::ThisIsAnSfxEventHintCaolán McNamara
2023-09-29rename SfxMedium::GetError -> GetErrorIgnoreWarningNoel Grandin
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-02-08osl::Mutex->std::mutex in ScExternalRefCacheNoel Grandin
2022-12-19sc: check ScDocShell::GetViewData()Xisco Fauli
2022-08-18loplugin:moveitNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-14loplugin:moveitNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-16create getter for ScCellValue::mfValueNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2022-03-17tdf#148040: allow external link update for css.sheet.FunctionAccessMike Kaganski
2022-03-08don't provide non-const iterators to ScRangeName internal dataLuboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2021-12-06rename In() to Contains()Luboš Luňák
2021-12-03Related: ofz#41376 reuse ScExternalRefManager ScDocument in ScExternalRefCacheCaolán McNamara
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-18cid#1492880 avoid Improper use of negative valueCaolán McNamara
2021-10-16cid#1492880 make Improper use of negative value explicitCaolán McNamara
2021-10-14ofz: leak of ScDocumentCaolán McNamara
2021-10-11tdf#144397 tdf#144636 XLSX: cache external named ranges and their formulasBalazs Varga
2021-10-08Fix iteration in sc/source/ui/docshell/externalrefmgr.cxxJulien Nabet
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-17rather return ref from GetTransliterationNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2020-12-22more jumbo sheet workNoel Grandin
2020-12-09tdf#138741 XLSX export: fix crash in setSkipUnusedFileIdsAttila Szűcs
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-14lcl_fillEmptyMatrix always dereferences it ScDocument* argCaolán McNamara
2020-09-14getDoubleRefTokensFromSrcDoc never called with a nullptr argCaolán McNamara
2020-09-14convertToTokenArray always dereferences pSrcDocCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-08-23Fix typo in codeAndrea Gelmini
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-06-05add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann