summaryrefslogtreecommitdiff
path: root/sc/inc/externalrefmgr.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs1-0/+10
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-09-26Fix typo in codeAndrea Gelmini1-1/+1
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-2/+2
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-5/+5
2020-09-14getDoubleRefTokensFromSrcDoc never called with a nullptr argCaolán McNamara1-4/+4
2020-08-23Fix typo in codeAndrea Gelmini1-1/+1
2020-03-16-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+4
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin1-9/+2
2020-01-04ofz#19796 Indirect-leakCaolán McNamara1-3/+3
2020-01-03cid#1456607 Uncaught exceptionCaolán McNamara1-1/+1
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-0/+4
2019-12-05make some classes module privateNoel Grandin1-2/+2
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-2/+2
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-29revert bits of "loplugin:sequentialassign"Noel Grandin1-1/+2
2019-07-29loplugin:sequentialassignNoel Grandin1-2/+1
2019-07-24Fix typoAndrea Gelmini1-2/+2
2019-04-08improve combining in hash functionsNoel Grandin1-1/+8
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-02-23loplugin:unusedfields in scNoel Grandin1-2/+1
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen1-13/+3
2018-04-06weld linkeditdialogCaolán McNamara1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-08-24loplugin:constparam in sc part5Noel Grandin1-3/+3
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-2/+2
2017-02-16drop ReferencedFlag enumNoel Grandin1-11/+1
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke1-0/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-2/+2
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke1-4/+23
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+2
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-15store external range names in the cache, td#88179Markus Mohrhard1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3