summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 6896e9ee4638..1c5eddb2a5f5 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -572,6 +572,14 @@ public:
bool IsShowHeaderFooterSeparator( FrameControlType eControl ) { return (eControl == Header)? mbShowHeaderSeparator: mbShowFooterSeparator; }
virtual void SetShowHeaderFooterSeparator( FrameControlType eControl, bool bShow ) { if ( eControl == Header ) mbShowHeaderSeparator = bShow; else mbShowFooterSeparator = bShow; }
bool IsSelectAll() { return mbSelectAll; }
+ SwViewShell* GetNext()
+ { return GetNextInRing(); }
+ const SwViewShell* GetNext() const
+ { return GetNextInRing(); }
+ SwViewShell* GetPrev()
+ { return GetPrevInRing(); }
+ const SwViewShell* GetPrev() const
+ { return GetPrevInRing(); }
};
// manages global ShellPointer