diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-03 11:47:10 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-03 11:49:21 -0500 |
commit | fc5eefc903529d1c3548c680b3077eee4e2c7a73 (patch) | |
tree | 33e1d5506c7f6067d6dfcf90adcd6b896d2e7f76 /sc/inc/table.hxx | |
parent | e753233e2e8af04048a17c7163ff5d9d3ffbbf3d (diff) |
Add test code to exercise ScColumn::HasEditCells().
Change-Id: Ibacf3585a6d15d541a50cb7bb50905d34a7d598b
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 22720e746b48..2b384739f30d 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -329,6 +329,7 @@ public: void SetEditText( SCCOL nCol, SCROW nRow, EditTextObject* pEditText ); void SetEditText( SCCOL nCol, SCROW nRow, const EditTextObject& rEditText, const SfxItemPool* pEditPool ); + bool HasEditText( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const; void SetEmptyCell( SCCOL nCol, SCROW nRow ); void SetFormula( |