summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-13 22:34:23 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 15:35:54 -0400
commitf4c54749cfeca8703c8335a7310dbed24e8a9cf5 (patch)
tree7445f506da8e57b40a9dc4a3c75fe433e0eef77c /sc/inc/column.hxx
parentFirst cut on column text width iterator implementation. Untested. (diff)
downloadcore-f4c54749cfeca8703c8335a7310dbed24e8a9cf5.tar.gz
core-f4c54749cfeca8703c8335a7310dbed24e8a9cf5.zip
IdleCalcTextWidth() now sets cell text widths to the new container.
No more direct access to ScBaseCell's nTextWidth. Change-Id: I5a0a5fd24555d9fa8e1de895f0f9d8b710cc8094
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index f1996f1b9bab..0a699d3dfb0a 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -244,6 +244,8 @@ public:
bool HasValueData( SCROW nRow ) const;
bool HasStringCells( SCROW nStartRow, SCROW nEndRow ) const;
+ bool IsFormulaDirty( SCROW nRow ) const;
+
void SetDirty();
void SetDirty( const ScRange& );
void SetDirtyVar();