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/table.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/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 7addb6d6bf89..dda88eacdd81 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -557,6 +557,8 @@ public: bool HasStringCells( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) const; + sc::MultiDataCellState HasMultipleDataCells( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const; + FormulaError GetErrCode( const ScAddress& rPos ) const { return IsColRowValid(rPos.Col(),rPos.Row()) ? |