Lines Matching refs:OUTDEV_PRINTER
238 …DBG_ASSERT( meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::DrawOutDev(...) with printer … in DrawOutDev()
243 if ( meOutDevType == OUTDEV_PRINTER ) in DrawOutDev()
313 …DBG_ASSERT( meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::DrawOutDev(...) with printer … in DrawOutDev()
314 …DBG_ASSERT( rOutDev.meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::DrawOutDev(...) with … in DrawOutDev()
316 …if ( (meOutDevType == OUTDEV_PRINTER) || (rOutDev.meOutDevType == OUTDEV_PRINTER) || ImplIsRecordL… in DrawOutDev()
385 …DBG_ASSERT( meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::CopyArea(...) with printer de… in CopyArea()
387 if ( meOutDevType == OUTDEV_PRINTER || ImplIsRecordLayout() ) in CopyArea()
843 const bool bPrinter(OUTDEV_PRINTER == meOutDevType); in DrawTransformedBitmapEx()
1118 if( OUTDEV_PRINTER == meOutDevType ) in ImplDrawBitmapEx()
1407 if ( OUTDEV_PRINTER == meOutDevType ) in ImplDrawMask()
1453 …DBG_ASSERT( GetOutDevType() != OUTDEV_PRINTER, "DrawImage(): Images can't be drawn on any mprinter… in DrawImage()
1490 …DBG_ASSERT( GetOutDevType() != OUTDEV_PRINTER, "DrawImage(): Images can't be drawn on any mprinter… in DrawImage()
1527 …OSL_ENSURE(OUTDEV_PRINTER != GetOutDevType(), "OutputDevice::GetBitmap with sorce type OUTDEV_PRIN… in GetBitmap()