summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/hffrm.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-06 11:16:01 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-06 11:28:10 +0200
commitec6905bf855a9226aa0e3143fdbf15bff306cb69 (patch)
tree9bd3ff8c59c846fa80a98651045a53561a8bbbf0 /sw/source/core/inc/hffrm.hxx
parentcb3c09c32367a5b0c4c765ba0da75291c9367aa9 (diff)
Header/Footer: enhanced the document subsidiary lines
+ Implemented http://wiki.services.openoffice.org/wiki/DocumentBorder#Option_3 + Show the text boundaries for the currently edited area, e.g. don't show the header and footer boundaries when editing the main body + Included the footnote boundaries into the main body ones as it's the same editing area + Reimplemented the painting of the manual page breaks. These are hidden when editing headers/footers and are be toggled with the non-printing characters instead of the document boundaries.
Diffstat (limited to 'sw/source/core/inc/hffrm.hxx')
-rw-r--r--sw/source/core/inc/hffrm.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/hffrm.hxx b/sw/source/core/inc/hffrm.hxx
index 39f09e9bd45a..dcf9a2bdd561 100644
--- a/sw/source/core/inc/hffrm.hxx
+++ b/sw/source/core/inc/hffrm.hxx
@@ -46,6 +46,7 @@ public:
sal_Bool bTst = sal_False, sal_Bool bInfo = sal_False );
virtual SwTwips ShrinkFrm( SwTwips,
sal_Bool bTst = sal_False, sal_Bool bInfo = sal_False );
+ virtual void PaintSubsidiaryLines( const SwPageFrm*, const SwRect& ) const;
};
class SwHeaderFrm: public SwHeadFootFrm