summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-08-11 13:21:33 +0200
committerKurt Zenker <kz@openoffice.org>2010-08-11 13:21:33 +0200
commit68e7d26cd5c56f47fed357e4d4764b9c6cdc0ecc (patch)
tree9b8335cd30847f88cd969f930a6b6550c574d8df /sc/inc
parent48018b48b69b584bf3e97ee797c0dbd2c49385ca (diff)
parent86b36edc50929b3d42c63d3f78bf8812282cd7c2 (diff)
CWS-TOOLING: integrate CWS calc57
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 5f42a2f37247..63cefe22626a 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -683,6 +683,8 @@ public:
void UpdatePageBreaks( const ScRange* pUserArea );
void RemoveManualBreaks();
BOOL HasManualBreaks() const;
+ void SetRowManualBreaks( const ::std::set<SCROW>& rBreaks );
+ void SetColManualBreaks( const ::std::set<SCCOL>& rBreaks );
void GetAllRowBreaks(::std::set<SCROW>& rBreaks, bool bPage, bool bManual) const;
void GetAllColBreaks(::std::set<SCCOL>& rBreaks, bool bPage, bool bManual) const;