summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)Author
2022-10-06use more string_view in scNoel Grandin
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák
2022-04-28reduce Calc's INITIALCOLCOUNT to 1Luboš Luňák
2022-03-09change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák
2022-03-04provide MAXCOL/MAXROW also as stringsLuboš Luňák
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-02-14remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák
2022-02-10Deduplicate PutInOrder'sMike Kaganski
2022-02-08make the large-sheet maxrow value pow2-based and not pow10-basedLuboš Luňák
2021-12-06slightly simpler Intersects() checkLuboš Luňák
2021-12-06rename In() to Contains()Luboš Luňák
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-10-11add coverity[uninit_member] to explanationCaolán McNamara
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna
2021-03-26add some nodiscard to address/range validatorsCaolán McNamara
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17provide a ScDocument arg for ScRange::ParseCaolán McNamara
2020-09-15ConvertSingleRef never passed a null ScDocument*Caolán McNamara
2020-09-15ConvertDoubleRef never passed a null ScDocument*Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-13ParseCols never passed a null ScDocument*Caolán McNamara
2020-09-13ParseRows never passed a null ScDocument*Caolán McNamara
2020-08-15tdf#133853 Large spreadsheets have 16385 columns instead of 16384Aron Budea
2020-05-09compact namespace in scNoel Grandin
2020-01-03cid#1456608 Dereference after null checkCaolán McNamara
2019-12-14sc: rowcol: convert mark dataNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin
2019-12-11sc: rowcol: tdf#50916 initial conversion of Valid* methodsNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14Details always dereferences ScDocument argumentCaolán McNamara
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke
2019-11-11cid#1455326 MoveSticky always has a non-nullptr pDocCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-09-30reduce number of calc column constants slightlyNoel Grandin
2019-08-25cid#1242793 Untrusted value as argumentCaolán McNamara
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin
2019-04-05sc hash functions, use 64-bit range when availableNoel Grandin
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann