summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+2
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-3/+3
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin1-2/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-02-12Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-3/+3
2017-10-10use std::swap instead of own implementationMarkus Mohrhard1-4/+1
2017-10-02lok - sc: lift row limit to 500kMarco Cecchetti1-1/+1
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti1-0/+3
2017-09-14Add debugging output operator<< for ScRangeTor Lillqvist1-0/+19
2017-08-29Use 1-based numbers in the ScAddress debugging output operator <<Tor Lillqvist1-3/+3
2017-08-24loplugin:constparam in sc part3Noel Grandin1-3/+3
2017-08-23loplugin:constparam in sc part2Noel Grandin1-5/+5
2017-08-16Add note about order or row, column, and tab as fields vs. parametersTor Lillqvist1-1/+6