diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 19:01:55 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 19:01:55 +0200 |
commit | 834e0a54701f7511159b84cd1dc1203f8f8846b4 (patch) | |
tree | c577104ff9e1f6477439c13037aa7bb508e225e3 /sw/inc/crsrsh.hxx | |
parent | 78b298eba8bb9d99361bac845fa1b042db2d06a6 (diff) | |
parent | 9298050e22cddecf42d5b541d92f5ded5ec7ba3c (diff) |
resyncing to master
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index b24d29742db2..3dc677e81e54 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -190,6 +190,7 @@ private: SwShellCrsr* pCurCrsr; // current cursor SwShellCrsr* pCrsrStk; // stack for the cursor SwVisCrsr *pVisCrsr; // the visible cursor + SwShellCrsr* pCrsrBack; // Backup cursor for header/footer edit mode IBlockCursor *pBlockCrsr; // interface of cursor for block (=rectangular) selection @@ -495,6 +496,8 @@ public: void SetReadOnlyAvailable( sal_Bool bFlag ); sal_Bool IsOverReadOnlyPos( const Point& rPt ) const; + sal_Bool IsOverHeaderFooterPos( const Point& rPt ) const; + // Methods for aFlyMacroLnk. void SetFlyMacroLnk( const Link& rLnk ) { aFlyMacroLnk = rLnk; } const Link& GetFlyMacroLnk() const { return aFlyMacroLnk; } @@ -848,6 +851,8 @@ public: String GetCrsrDescr() const; SwRect GetRectOfCurrentChar(); + + virtual void ToggleHeaderFooterEdit( ); }; // Cursor Inlines: |