diff options
author | Serge Krot <Serge.Krot@cib.de> | 2018-10-24 15:38:17 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-10-29 17:53:31 +0100 |
commit | 9c5f3baa657290cca801767f9e5886f6287e2f08 (patch) | |
tree | 13b5ab6d4bf55d6b35a7a663d15195b0d582ffc2 /sc/inc/column.hxx | |
parent | 65d727548740afae7175fb04a12f50e119514497 (diff) |
sc: fix: range/step calculation for progress bar
Change-Id: I733e4003b65b410d44d9a1132be4e9e10ac24c3e
Reviewed-on: https://gerrit.libreoffice.org/62305
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 915b1aa22644..ffa43e12ea94 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -369,7 +369,8 @@ public: ScFormulaCell * const * GetFormulaCellBlockAddress( SCROW nRow, size_t& rBlockSize ) const; CellType GetCellType( SCROW nRow ) const; SCSIZE GetCellCount() const; - sal_uInt32 GetWeightedCount() const; + sal_uLong GetWeightedCount() const; + sal_uLong GetWeightedCount(SCROW nStartRow, SCROW nEndRow) const; sal_uInt32 GetCodeCount() const; // RPN-Code in formulas FormulaError GetErrCode( SCROW nRow ) const; |