summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 13:10:42 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 13:10:42 +0000
commitd0a000cffdd9d0856cfee25204d7ae37864ce20a (patch)
treed5cb86abcabbe1b204141375f0bdb17df4786271 /sw/source/filter/ww8/writerhelper.hxx
parent17e2bc032041f7547771eeb66a2ecc7e3ed7b793 (diff)
INTEGRATION: CWS westportfilterteam26 (1.7.36); FILE MERGED
2004/03/02 11:16:37 mmaher 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/17 11:46:55 cmc 1.7.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx17
1 files changed, 14 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 6f6b8ea9cb2e..faad1c110bed 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 12:48:13 $
+ * last change: $Author: obo $ $Date: 2004-04-27 14:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -849,6 +849,18 @@ namespace sw
*/
Polygon PolygonFromPolyPolygon(const PolyPolygon &rPolyPoly);
+ /** Determine if the font is the special Star|Open Symbol font
+
+ @param rFontName
+ The FontName to test for being Star|Open Symbol
+
+ @return true if this is Star|Open Symbol
+
+ @author
+ <a href="mailto:cmc@openoffice.org">Caol&aacute;n McNamara</a>
+ */
+ bool IsStarSymbol(const String &rFontName);
+
/** Make setting a drawing object's layer in a Writer document easy
@@ -1046,7 +1058,6 @@ namespace sw
*/
const OutlinerParaObject* GetOutlinerParaObject(const SdrTextObj &rObj);
-
#ifdef DEBUGDUMP
/** Create a SvStream to dump data to during debugging