summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)Author
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
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-19Resolves: tdf#90799 generate absolute sheet for pointer-selected referencesEike Rathke
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin
2017-04-05Bin obsolete commentTor Lillqvist
2017-04-05loplugin:constantparamNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-13LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti
2017-02-11Clarify what this method does. Also remove inaccuracies.Kohei Yoshida
2017-02-10Revert "LOK - Calc: Increase the row limit to 10.000 rows."Eike Rathke
2017-02-10LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti
2017-02-09sc lok: Limit number of row with LOK to 1000 rows.Henry Castro
2017-01-23signs match, so don't need to castCaolán McNamara
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-11-30ScAddress::operator<() is not what we need here, tdf#48140 follow-up fixEike Rathke
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-10-01Fix typosAndrea Gelmini
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-06sc: drop most osl/endian.h includesJochen Nitschke
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-14recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-19loplugin:unusedmethods in sc/Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke