Home
last modified time | relevance | path

Searched refs:GetOutDevType (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx201 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 …]
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx322 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 Dcairo_win32_cairo.cxx240 if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW ) in createSurface()
247 else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV ) in createSurface()
H A Dcairo_quartz_cairo.cxx295 if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW ) in createSurface()
302 else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV ) in createSurface()
H A Dcairo_os2_cairo.cxx261 if( rRefDevice.GetOutDevType() == OUTDEV_WINDOW ) in createSurface()
270 else if( rRefDevice.GetOutDevType() == OUTDEV_VIRDEV ) in createSurface()
/trunk/main/svx/inc/svx/
H A Dsdrpaintwindow.hxx117 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()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx264 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()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx114 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 Dimpanmvw.cxx86 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 Doutdev.cxx88 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 Doutdev2.cxx157 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 Dvirdev.cxx96 if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplInitVirDev()
98 else if ( pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in ImplInitVirDev()
/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx390 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()
/trunk/main/svtools/source/control/
H A Dctrltool.cxx251 if ( pDevice->GetOutDevType() != OUTDEV_PRINTER ) in ImplInsertFonts()
366 if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) ) in FontList()
373 (pDevice2->GetOutDevType() != pDevice->GetOutDevType()) ) in FontList()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx117 if (pOut->GetOutDevType() != OUTDEV_WINDOW) in Draw()
121 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
134 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx582 (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()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx156 if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType()) in getCurrentViewInformation2D()
307 if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType()) in invalidateRange()
H A Doverlaymanagerbuffered.cxx198 if(OUTDEV_WINDOW == rSource.GetOutDevType()) in ImpSaveBackground()
318 const bool bTargetIsWindow(OUTDEV_WINDOW == rmOutputDevice.GetOutDevType());
/trunk/main/vcl/source/control/
H A Dspinfld.cxx195 if( pOutDev->GetOutDevType() == OUTDEV_WINDOW ) in ImplDrawSpinButton()
703 if ( (pDev->GetOutDevType() == OUTDEV_WINDOW) && in ImplCalcButtonAreas()
1040 OutDevType eOutDevType = pDev->GetOutDevType(); in Draw()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx779 OUTDEV_WINDOW == pSh->GetOut()->GetOutDevType() ) in Modify()
988 OUTDEV_VIRDEV == pOut->GetOutDevType() ) in PaintPicture()
993 ASSERT( OUTDEV_VIRDEV != pOut->GetOutDevType() || in PaintPicture()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx517 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 Dsvdedxv.cxx580 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()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx145 OutDevType eDevType = mpOutputDevice->GetOutDevType(); in getInfo()
180 if ( mpOutputDevice->GetOutDevType() != OUTDEV_PRINTER ) in getInfo()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx703 …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()
/trunk/main/starmath/source/
H A Drect.cxx163 if (aFM.GetIntLeading() < 5 && rDev.GetOutDevType() == OUTDEV_PRINTER) in BuildRect()
708 if (rDev.GetOutDevType() != OUTDEV_PRINTER) in SmGetGlyphBoundRect()

Completed in 129 milliseconds

1234