diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-27 19:43:08 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-27 19:44:31 -0500 |
commit | be877a9fafc799e6d21f56f3b0b727b344a37eaf (patch) | |
tree | b9cfbd841b63c07c2c6aaf167b49d605e8cc1602 /sc/inc | |
parent | 0fb33f60ac08c853f14d19e6158994d092a82670 (diff) |
Clear column data array cache when the document content changes.
Change-Id: I09ffa455e79199e37ca6168753ec9ef4d5aa33dc
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 0546ef0d376e..e283b3d2f8c3 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2018,6 +2018,11 @@ public: formula::VectorRefArray FetchVectorRefArray( const ScAddress& rPos, SCROW nLength ); + /** + * Called whenever the value of a cell inside the document is modified. + */ + void CellContentModified(); + SvtBroadcaster* GetBroadcaster( const ScAddress& rPos ); const SvtBroadcaster* GetBroadcaster( const ScAddress& rPos ) const; void DeleteBroadcasters( sc::ColumnBlockPosition& rBlockPos, const ScAddress& rTopPos, SCROW nLength ); |