diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-25 06:41:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-25 06:41:41 +0000 |
commit | 88be0b6a8d90edaa5e572c8be0136ad7371fce09 (patch) | |
tree | a74e36c89db49090179f4a0ebfaa3cbb1b72a70e /sw | |
parent | 26ebb8dd8f93041e0615be8818ddcb19b4f3af36 (diff) |
INTEGRATION: CWS killarneyfilterteam13 (1.2.4); FILE MERGED
2003/09/08 15:26:27 cmc 1.2.4.1: #112027# #110379# rename and move suitably generic method to nice sensibly documented area
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/writerhelper.hxx | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx index df0b68ba968d..c406672e0cd4 100644 --- a/sw/source/filter/ww8/writerhelper.hxx +++ b/sw/source/filter/ww8/writerhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: writerhelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2003-09-01 12:39:48 $ + * last change: $Author: rt $ $Date: 2003-09-25 07:41:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -387,6 +387,21 @@ namespace sw <a href="mailto:cmc@openoffice.org">Caolán McNamara</a> */ void SortByOutline(ParaStyles &rStyles); + + /** Does a node have a "page break before" applied + + Both text nodes and tables in writer can have "page break before" + This function gives a unified view to both entities + + @param rNode + The SwNode to query the page break of + + @return true if there is a page break, false otherwise + + @author + <a href="mailto:cmc@openoffice.org">Caolán McNamara</a> + */ + bool HasPageBreak(const SwNode &rNode); } namespace hack |