diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-05-01 19:43:16 -0400 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-05-03 02:36:51 +0200 |
commit | 93f5cb55349e6de5003182462bfee434dc51f6ad (patch) | |
tree | 5c2366da342a93fce034ada2ad7a497610a87c27 /sc/inc/column.hxx | |
parent | 6d424f07701bf26d8fb173563b567d5f097c33e2 (diff) |
tdf#107255: detect whether the range has only one data cell.
Change-Id: I030961d9d38b092ffdc966baa10decae0c2d070d
Reviewed-on: https://gerrit.libreoffice.org/37178
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index e7a81e877f13..564b6ff8114a 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -381,6 +381,9 @@ public: bool HasValueData( SCROW nRow ) const; bool HasStringCells( SCROW nStartRow, SCROW nEndRow ) const; + sc::MultiDataCellState::StateType HasDataCellsInRange( + SCROW nRow1, SCROW nRow2, SCROW* pRow1 = nullptr ) const; + bool IsFormulaDirty( SCROW nRow ) const; void CheckVectorizationState(); |