| /aoo42x/main/sw/source/core/txtnode/ | 
| H A D | fntcache.cxx | 201            OUTDEV_WINDOW != rRefDev.GetOutDevType() &&  in lcl_IsFontAdjustNecessary()202            ( OUTDEV_PRINTER != rRefDev.GetOutDevType() ||  in lcl_IsFontAdjustNecessary()
 203              OUTDEV_PRINTER != rOutDev.GetOutDevType() );  in lcl_IsFontAdjustNecessary()
 898     if ( OUTDEV_PRINTER == rInf.GetOut().GetOutDevType() )  in DrawText()
 901         if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() )  in DrawText()
 905         else if ( OUTDEV_VIRDEV == rRefDev.GetOutDevType() )  in DrawText()
 917         if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() )  in DrawText()
 921         else if ( OUTDEV_VIRDEV == rRefDev.GetOutDevType() )  in DrawText()
 934         if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() )  in DrawText()
 938         else if ( OUTDEV_VIRDEV == rRefDev.GetOutDevType() )  in DrawText()
 [all …]
 
 | 
| /aoo42x/main/canvas/source/cairo/ | 
| H A D | cairo_xlib_cairo.cxx | 322         if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW )  in createSurface()325         else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV )  in createSurface()
 340             if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW )  in createBitmapSurface()
 342             else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV )  in createBitmapSurface()
 
 | 
| H A D | cairo_win32_cairo.cxx | 240         if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW )  in createSurface()247         else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV )  in createSurface()
 
 | 
| H A D | cairo_quartz_cairo.cxx | 295         if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW )   in createSurface()302         else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV )  in createSurface()
 
 | 
| H A D | cairo_os2_cairo.cxx | 261         if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW )  in createSurface()270         else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV )  in createSurface()
 
 | 
| /aoo42x/main/svx/inc/svx/ | 
| H A D | sdrpaintwindow.hxx | 117 	sal_Bool OutputToPrinter() const { return (OUTDEV_PRINTER == mrOutputDevice.GetOutDevType()); }  in OutputToPrinter()120 	sal_Bool OutputToWindow() const { return (OUTDEV_WINDOW == mrOutputDevice.GetOutDevType()); }  in OutputToWindow()
 123 …sal_Bool OutputToVirtualDevice() const { return (OUTDEV_VIRDEV == mrOutputDevice.GetOutDevType());…  in OutputToVirtualDevice()
 
 | 
| /aoo42x/main/sfx2/source/doc/ | 
| H A D | objembed.cxx | 264 	if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER )  in DoDraw_Impl()274 		if( pMtf->IsRecord() && pDev->GetOutDevType() != OUTDEV_PRINTER )  in DoDraw_Impl()
 280 	if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER )  in DoDraw_Impl()
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | salgdilayout.cxx | 114     if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()150     if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()
 187     if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()
 313     if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()
 342     if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()
 372     if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in mirror()
 
 | 
| H A D | impanmvw.cxx | 86 	if( mpOut->GetOutDevType() == OUTDEV_WINDOW )  in ImplAnimView()309 			if( mpOut->GetOutDevType() == OUTDEV_WINDOW )  in ImplDraw()
 321 	if( mpOut->GetOutDevType() == OUTDEV_WINDOW )  in ImplRepaint()
 
 | 
| H A D | outdev.cxx | 88 	if ( (pOutDev->GetOutDevType() != OUTDEV_DONTKNOW) &&  in DBG_NAME()89 		 (pOutDev->GetOutDevType() != OUTDEV_WINDOW) &&  in DBG_NAME()
 90 		 (pOutDev->GetOutDevType() != OUTDEV_PRINTER) &&  in DBG_NAME()
 91 		 (pOutDev->GetOutDevType() != OUTDEV_VIRDEV) )  in DBG_NAME()
 960 	if ( GetOutDevType() == OUTDEV_WINDOW )  in ImplInitClipRegion()
 1002                                               && GetOutDevType() != OUTDEV_PRINTER );  in ImplInitClipRegion()
 1120 	if ( GetOutDevType() == OUTDEV_WINDOW )  in GetActiveClipRegion()
 
 | 
| H A D | outdev2.cxx | 157 			if ( (GetOutDevType() != pSrcDev->GetOutDevType()) ||  in ImplDrawOutDevDirect()158 				 (GetOutDevType() != OUTDEV_WINDOW) )  in ImplDrawOutDevDirect()
 219 …if( (GetOutDevType() != OUTDEV_WINDOW) && pGraphics2 && (pGraphics2->GetLayout() & SAL_LAYOUT_BIDI…  in ImplDrawOutDevDirect()
 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()
 
 | 
| H A D | virdev.cxx | 96 	if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER )  in ImplInitVirDev()98 	else if ( pOutDev->GetOutDevType() == OUTDEV_VIRDEV )  in ImplInitVirDev()
 
 | 
| /aoo42x/main/svx/source/sdr/contact/ | 
| H A D | objectcontactofpageview.cxx | 390 			return (OUTDEV_PRINTER == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType());  in isOutputToPrinter()396 			return (OUTDEV_WINDOW == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType());  in isOutputToWindow()
 402 			return (OUTDEV_VIRDEV == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType());  in isOutputToVirtualDevice()
 
 | 
| /aoo42x/main/svtools/source/control/ | 
| H A D | ctrltool.cxx | 251 	if ( pDevice->GetOutDevType() != OUTDEV_PRINTER )  in ImplInsertFonts()366 	if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) )  in FontList()
 373 		 (pDevice2->GetOutDevType() != pDevice->GetOutDevType()) )  in FontList()
 
 | 
| /aoo42x/main/sd/source/ui/docshell/ | 
| H A D | docshel2.cxx | 117 	if (pOut->GetOutDevType() != OUTDEV_WINDOW)  in Draw()121 		if (pOut->GetOutDevType() == OUTDEV_PRINTER)  in Draw()
 134 		if (pOut->GetOutDevType() == OUTDEV_PRINTER)  in Draw()
 
 | 
| /aoo42x/main/vcl/source/window/ | 
| H A D | decoview.cxx | 582 		 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) )  in DrawSymbol()642 		 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) )  in DrawHighlightFrame()
 741     if( pDev->GetOutDevType() == OUTDEV_WINDOW )  in ImplDrawFrame()
 766 		 (pDev->GetOutDevType() == OUTDEV_PRINTER) ||  in ImplDrawFrame()
 1018 			if ( pDev->GetOutDevType() == OUTDEV_PRINTER )  in ImplDrawButton()
 1150 			if ( pDev->GetOutDevType() == OUTDEV_PRINTER )  in ImplDrawButton()
 
 | 
| /aoo42x/main/svx/source/sdr/overlay/ | 
| H A D | overlaymanager.cxx | 156 				if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType())  in getCurrentViewInformation2D()307 			if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType())  in invalidateRange()
 
 | 
| H A D | overlaymanagerbuffered.cxx | 198 			if(OUTDEV_WINDOW == rSource.GetOutDevType())  in ImpSaveBackground()318                 const bool bTargetIsWindow(OUTDEV_WINDOW == rmOutputDevice.GetOutDevType());
 
 | 
| /aoo42x/main/vcl/source/control/ | 
| H A D | spinfld.cxx | 195     if( pOutDev->GetOutDevType() == OUTDEV_WINDOW )  in ImplDrawSpinButton()703 		if ( (pDev->GetOutDevType() == OUTDEV_WINDOW) &&  in ImplCalcButtonAreas()
 1040 		OutDevType eOutDevType = pDev->GetOutDevType();  in Draw()
 
 | 
| /aoo42x/main/sw/source/core/doc/ | 
| H A D | notxtfrm.cxx | 779                    OUTDEV_WINDOW == pSh->GetOut()->GetOutDevType() )  in Modify()988 							 OUTDEV_VIRDEV == pOut->GetOutDevType() )  in PaintPicture()
 993                     ASSERT( OUTDEV_VIRDEV != pOut->GetOutDevType() ||  in PaintPicture()
 
 | 
| /aoo42x/main/svx/source/svdraw/ | 
| H A D | svdview.cxx | 517 				if(pActualOutDev && pActualOutDev->GetOutDevType() == OUTDEV_WINDOW)  in PickAnything()858 						sal_Bool bRet2(pActualOutDev && OUTDEV_WINDOW == pActualOutDev->GetOutDevType() &&  in DoMouseEvent()
 949 			bRet = pActualOutDev && OUTDEV_WINDOW == pActualOutDev->GetOutDevType()&&  in DoMouseEvent()
 962 	if (bRet && pActualOutDev!=NULL && pActualOutDev->GetOutDevType()==OUTDEV_WINDOW) {  in DoMouseEvent()
 
 | 
| H A D | svdedxv.cxx | 580 			if(OUTDEV_WINDOW == pPaintWindow->GetOutputDevice().GetOutDevType())  in SdrBeginTextEdit()724 					if(&rOutDev != pWin && OUTDEV_WINDOW == rOutDev.GetOutDevType())  in SdrBeginTextEdit()
 1809 	if(mxTextEditObj.is() && !bTextEditOnlyOneView && pNewWin->GetOutDevType()==OUTDEV_WINDOW)   in AddWindowToPaintView()
 1820 	if(mxTextEditObj.is() && !bTextEditOnlyOneView && pOldWin->GetOutDevType()==OUTDEV_WINDOW)   in DeleteWindowFromPaintView()
 
 | 
| /aoo42x/main/toolkit/source/awt/ | 
| H A D | vclxdevice.cxx | 145 		OutDevType eDevType = mpOutputDevice->GetOutDevType();  in getInfo()180 		if ( mpOutputDevice->GetOutDevType() != OUTDEV_PRINTER )   in getInfo()
 
 | 
| /aoo42x/main/svx/source/form/ | 
| H A D | fmvwimp.cxx | 703 …mShell() && m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDevType() == OUTDEV_WI…1221 		if (m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDevType() == OUTDEV_WINDOW)  in implCreateFieldControl()
 1374 		if (m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDevType() == OUTDEV_WINDOW)  in implCreateXFormsControl()
 1388 					if( rPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType() == OUTDEV_WINDOW)  in implCreateXFormsControl()
 
 | 
| /aoo42x/main/starmath/source/ | 
| H A D | rect.cxx | 163 	if (aFM.GetIntLeading() < 5  &&  rDev.GetOutDevType() == OUTDEV_PRINTER)  in BuildRect()708 	if (rDev.GetOutDevType() != OUTDEV_PRINTER)  in SmGetGlyphBoundRect()
 
 |