summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-10-23 17:30:55 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-10-23 17:30:55 +0000
commitba782db486aa6440ee075f6c110e58dd223b852f (patch)
tree0ce0a5c825147f1dbfeebe004f00bc808100dcfd /vcl/source/gdi/pdfwriter_impl.hxx
parent00b2477ed930ac1e0e6a654e7035a87e08a9d9b7 (diff)
#103474# added empasis marks to pdf export
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index f63dc52d7271..abc12185f13f 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdfwriter_impl.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: pl $ $Date: 2002-10-10 15:06:37 $
+ * last change: $Author: pl $ $Date: 2002-10-23 18:30:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -464,6 +464,9 @@ private:
void beginCompression();
void endCompression();
void endPage();
+
+ /* draws an emphasis mark */
+ void drawEmphasisMark( long nX, long nY, const PolyPolygon& rPolyPoly, BOOL bPolyLine, const Rectangle& rRect1, const Rectangle& rRect2 );
public:
PDFWriterImpl( const rtl::OUString& rTargetFile, PDFWriter::PDFVersion eVersion = PDFWriter::PDF_1_4, PDFWriter::Compression eCompression = PDFWriter::Screen );
~PDFWriterImpl();
@@ -480,7 +483,7 @@ public:
void getFontMetric( ImplFontSelectData* pFont, ImplFontMetricData* pMetric ) const;
- /* for documentation of public fucntions please see pdfwriter.hxx */
+ /* for documentation of public functions please see pdfwriter.hxx */
OutputDevice* getReferenceDevice();