summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)Author
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
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-19Fix typosAndrea Gelmini
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-12Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-10-10use std::swap instead of own implementationMarkus Mohrhard
2017-10-02lok - sc: lift row limit to 500kMarco Cecchetti
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-09-14Add debugging output operator<< for ScRangeTor Lillqvist
2017-08-29Use 1-based numbers in the ScAddress debugging output operator <<Tor Lillqvist
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-16Add note about order or row, column, and tab as fields vs. parametersTor Lillqvist
2017-08-04Add debug output operator<< for ScAddressTor Lillqvist
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann