diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-01 18:48:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-02 07:53:30 +0200 |
commit | 2ad14abcf790002ac6fe09afbc5a2cae46f62085 (patch) | |
tree | ed8b8794995c3fd9f0baf9895731b8ee480ee4db /sc/inc/column.hxx | |
parent | e1e48bba55ff68397d514ab3771850678312f348 (diff) |
tdf#160399 speed up print preview
shave about 2-5% off the cycles here
Change-Id: I23adffa4715d3dd28a92d48603a236115fb7d680
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165647
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 9980ec1724b5..e8dec1fb437a 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -467,6 +467,7 @@ public: ScFormulaCell * const * GetFormulaCellBlockAddress( SCROW nRow, size_t& rBlockSize ) const; CellType GetCellType( SCROW nRow ) const; SCSIZE GetCellCount() const; + bool IsCellCountZero() const; sal_uInt64 GetWeightedCount() const; sal_uInt64 GetWeightedCount(SCROW nStartRow, SCROW nEndRow) const; sal_uInt64 GetCodeCount() const; // RPN-Code in formulas |