summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-06 08:20:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-06 08:20:47 +0000
commitffddeeb19c2f2773c3f6fa3401e75cdecf3fe8c5 (patch)
treed773c6237ae3649dd0f3963dc1e3edbb2f342112 /vcl
parenteca97be9121ca42f439f094a0e74e36e6770184e (diff)
INTEGRATION: CWS vcl41 (1.33.82); FILE MERGED
2005/06/24 11:30:47 pl 1.33.82.2: #i49004# support 8 bit grayscale jpeg 2005/06/21 17:45:00 pl 1.33.82.1: #i46253# support 3d borders
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 72472291ee9c..fb77ef2bcca2 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.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: obo $ $Date: 2005-04-20 10:51:34 $
+ * last change: $Author: obo $ $Date: 2005-07-06 09:20:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,6 +240,7 @@ public:
SvMemoryStream* m_pStream;
Bitmap m_aMask;
sal_Int32 m_nObject;
+ bool m_bTrueColor;
JPGEmit() : m_pStream( NULL ) {}
~JPGEmit() { delete m_pStream; }
@@ -763,6 +764,9 @@ private:
sal_Int32 findRadioGroupWidget( sal_Int32 nGroup );
Font replaceFont( const Font& rControlFont, const Font& rAppSetFont );
+ // used for edit and listbox
+ Font drawFieldBorder( PDFWidget&, const PDFWriter::AnyWidget&, const StyleSettings& );
+
void createDefaultPushButtonAppearance( PDFWidget&, const PDFWriter::PushButtonWidget& rWidget );
void createDefaultCheckBoxAppearance( PDFWidget&, const PDFWriter::CheckBoxWidget& rWidget );
void createDefaultRadioButtonAppearance( PDFWidget&, const PDFWriter::RadioButtonWidget& rWidget );
@@ -943,7 +947,7 @@ public:
void drawBitmap( const Point& rDestPoint, const Size& rDestSize, const Bitmap& rBitmap );
void drawBitmap( const Point& rDestPoint, const Size& rDestSize, const BitmapEx& rBitmap );
void drawMask( const Point& rDestPoint, const Size& rDestSize, const Bitmap& rBitmap, const Color& rFillColor );
- void drawJPGBitmap( SvStream& rDCTData, const Size& rSizePixel, const Rectangle& rTargetArea, const Bitmap& rMask );
+ void drawJPGBitmap( SvStream& rDCTData, bool bIsTrueColor, const Size& rSizePixel, const Rectangle& rTargetArea, const Bitmap& rMask );
void drawGradient( const Rectangle& rRect, const Gradient& rGradient );
void drawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );