Kaydet (Commit) 6698140f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS vcl90 (1.45.50); FILE MERGED

2008/06/18 18:36:26 pl 1.45.50.2: RESYNC: (1.45-1.46); FILE MERGED
2008/05/30 14:02:40 pl 1.45.50.1: #i88359# fix an ancient bug in drawPolyPolgon
üst 6c5890c9
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salgdi.h,v $
* $Revision: 1.47 $
* $Revision: 1.48 $
*
* This file is part of OpenOffice.org.
*
......@@ -145,7 +145,9 @@ protected:
GC SelectBrush();
void DrawLines( ULONG nPoints,
const SalPolyLine &rPoints,
GC pGC );
GC pGC,
bool bClose
);
BOOL GetDitherPixmap ( SalColor nSalColor );
inline GC GetMonoGC( Pixmap hPixmap );
......@@ -281,6 +283,7 @@ public:
virtual void drawPixel( long nX, long nY, SalColor nSalColor );
virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
void drawPolyLine( ULONG nPoints, const SalPoint* pPtAry, bool bClose );
virtual void drawPolyLine( ULONG nPoints, const SalPoint* pPtAry );
virtual void drawPolygon( ULONG nPoints, const SalPoint* pPtAry );
virtual void drawPolyPolygon( sal_uInt32 nPoly,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment