diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-11-03 12:37:26 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-11-03 12:37:26 +0100 |
commit | c7bb1a78a3db5a521d9ff225eb134377b1e9f5b2 (patch) | |
tree | af10397f19dbe1dde7593756706363808aa6d2dc /sc/inc | |
parent | c0b1151e425c4467ee8a9defae042497265523c3 (diff) |
dr77: #i113491# repaint in ScStyleSheet::SetParent
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 | ||||
-rw-r--r-- | sc/inc/docuno.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 3b01edc59846..5af1561c6b83 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1512,6 +1512,8 @@ public: BOOL ContinueOnlineSpelling(); // TRUE = etwas gefunden + void RepaintRange( const ScRange& rRange ); + BOOL IsIdleDisabled() const { return bIdleDisabled; } void DisableIdle(BOOL bDo) { bIdleDisabled = bDo; } diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 14c9515dfacb..0c69950083cc 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -134,6 +134,8 @@ public: void AfterXMLLoading(sal_Bool bRet); ScSheetSaveData* GetSheetSaveData(); + void RepaintRange( const ScRange& rRange ); + bool HasChangesListeners() const; void NotifyChanges( const ::rtl::OUString& rOperation, const ScRangeList& rRanges, |