summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-04Add debug output operator<< for ScAddressTor Lillqvist1-0/+14
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann1-2/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-8/+8
2017-04-19Resolves: tdf#90799 generate absolute sheet for pointer-selected referencesEike Rathke1-0/+2
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-4/+4
2017-04-05Bin obsolete commentTor Lillqvist1-9/+0
2017-04-05loplugin:constantparamNoel Grandin1-3/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-46/+46
2017-02-13LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti1-1/+1
2017-02-11Clarify what this method does. Also remove inaccuracies.Kohei Yoshida1-1/+9
2017-02-10Revert "LOK - Calc: Increase the row limit to 10.000 rows."Eike Rathke1-1/+1
2017-02-10LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti1-1/+1
2017-02-09sc lok: Limit number of row with LOK to 1000 rows.Henry Castro1-0/+2
2017-01-23signs match, so don't need to castCaolán McNamara1-4/+4
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-12-23loplugin:unusedmethodsNoel Grandin1-7/+0
2016-11-30ScAddress::operator<() is not what we need here, tdf#48140 follow-up fixEike Rathke1-3/+24
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-2/+24
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-7/+7
2016-08-06sc: drop most osl/endian.h includesJochen Nitschke1-1/+0
2016-05-24loplugin:unusedmethods in scNoel Grandin1-7/+0
2016-05-14recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke1-1/+3
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke1-2/+4
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+9
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-37/+54
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-3/+2
2016-02-08loplugin:unusedmethodsNoel Grandin1-31/+0
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-10/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-25/+1
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke1-0/+5
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-5/+19
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke1-0/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-01loplugin:unusedmethodsNoel Grandin1-5/+0
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-2/+1
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-09SCROWS64K is not used anywhereTor Lillqvist1-2/+0
2015-03-09SC_ROWLIMIT_MORE_THAN_64K is not used anywhereTor Lillqvist1-10/+0
2015-03-09SC_LIMIT_ROWS is not defined anywhereTor Lillqvist1-11/+0