CWS-TOOLING: integrate CWS dba311b_DEV300
2009-07-08 11:52:32 +0200 fs r273825 : #i101701# always Draw (instead of PaintToDevice) when exporting to PDF, there's no reason to care for IsExportFormFields, this is done in higher layers
This commit is contained in:
parent
1729a18855
commit
24365b5de8
1 changed files with 1 additions and 1 deletions
|
@ -2537,7 +2537,7 @@ void VCLXWindow::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno:
|
|||
vcl::PDFExtOutDevData* pPDFExport = dynamic_cast<vcl::PDFExtOutDevData*>(pDev->GetExtOutDevData());
|
||||
bool bDrawSimple = ( pDev->GetOutDevType() == OUTDEV_PRINTER )
|
||||
|| ( pDev->GetOutDevViewType() == OUTDEV_VIEWTYPE_PRINTPREVIEW )
|
||||
|| ( pPDFExport && ! pPDFExport->GetIsExportFormFields() );
|
||||
|| ( pPDFExport != NULL );
|
||||
if ( bDrawSimple )
|
||||
{
|
||||
pWindow->Draw( pDev, aP, aSz, WINDOW_DRAW_NOCONTROLS );
|
||||
|
|
Loading…
Reference in a new issue