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