summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-10-10 14:06:37 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-10-10 14:06:37 +0000
commit6e48f8704d00e8f06f735394e609f19a6a8fdbab (patch)
treebdfa97f23ae35635db921408bbf946e5699d31b7 /vcl/source/gdi/pdfwriter_impl.hxx
parent1b7f1d17cad54c3980d7d7627b70f7fafa1fdaa1 (diff)
#103474# add: outline, shadow
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 2d97b8990bd8..f63dc52d7271 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.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: pl $ $Date: 2002-10-08 19:38:58 $
+ * last change: $Author: pl $ $Date: 2002-10-10 15:06:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,6 +170,8 @@ public:
// can be important if the source MapMode is not
// symmetrical) to page length and appends it to the buffer
void appendMappedLength( sal_Int32 nLength, rtl::OStringBuffer& rBuffer, bool bVertical = true );
+ // the same for double values
+ void appendMappedLength( double fLength, rtl::OStringBuffer& rBuffer, bool bVertical = true );
// appends LineInfo
void appendLineInfo( const LineInfo& rInfo, rtl::OStringBuffer& rBuffer );
// appends a horizontal waveline with vertical offset (helper for drawWaveLine)
@@ -393,7 +395,7 @@ private:
/* emits a text object according to the passed layout */
/* TODO: remove rText as soon as SalLayout will change so that rText is not necessary anymore */
- void drawLayout( const SalLayout& rLayout, const String& rText, bool bTextLines );
+ void drawLayout( SalLayout& rLayout, const String& rText, bool bTextLines );
/* writes differences between graphics stack and current real PDF
* state to the file