Home
last modified time | relevance | path

Searched refs:GetOutputDevice (Results 1 – 25 of 43) sorted by relevance

12

/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()
408 GDIMetaFile* pMetaFile = mrPageWindow.GetPaintWindow().GetOutputDevice().GetConnectMetaFile(); in isOutputToRecordingMetaFile()
415 return (0 != mrPageWindow.GetPaintWindow().GetOutputDevice().GetPDFWriter()); in isOutputToPDFFile()
421 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeGray()
428 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeBlackWhite()
435 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeHighContrast()
457 return &(mrPageWindow.GetPaintWindow().GetOutputDevice()); in TryToGetOutputDevice()
H A Dviewobjectcontactofsdrmediaobj.cxx93 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in getWindow()
H A Dviewobjectcontactofunocontrol.cxx1119 return rPageWindow.GetOriginalPaintWindow()->GetOutputDevice(); in impl_getPageViewOutputDevice_nothrow()
1121 return rPageWindow.GetPaintWindow().GetOutputDevice(); in impl_getPageViewOutputDevice_nothrow()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx140 if(OUTDEV_WINDOW == GetOutputDevice().GetOutDevType()) in impCreateOverlayManager()
150 mpOverlayManager = new ::sdr::overlay::OverlayManagerBuffered(GetOutputDevice(), true); in impCreateOverlayManager()
158 mpOverlayManager = new ::sdr::overlay::OverlayManager(GetOutputDevice()); in impCreateOverlayManager()
166 Window* pWindow = dynamic_cast<Window*>(&GetOutputDevice()); in impCreateOverlayManager()
220 Size aVisSizePixel(GetOutputDevice().GetOutputSizePixel()); in GetVisibleArea()
221 return Rectangle(GetOutputDevice().PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in GetVisibleArea()
H A Dsdrpagewindow.cxx61 Window& rWindow = dynamic_cast< Window& >( rPaintWindow.GetOutputDevice() ); in GetControlContainer()
109 OutputDevice& rOutDev = rPaintWindow.GetOutputDevice(); in GetControlContainer()
345 impTryTest(GetPageView(), GetPaintWindow().GetOutputDevice()); in RedrawAll()
407 Window& rWindow(static_cast< Window& >(GetPaintWindow().GetOutputDevice())); in InvalidatePageWindow()
H A Dsvdpntv.cxx146 if(&((*a)->GetOutputDevice()) == &rOut) in FindPaintWindow()
189 return &(GetPaintWindow(0)->GetOutputDevice()); in GetFirstOutputDevice()
1097 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in GlueInvalidate()
1125 InvalidateOneWin((Window&)pPaintWindow->GetOutputDevice()); in InvalidateAllWin()
1140 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in InvalidateAllWin()
H A Dsvdviter.cxx241 return &pPaintWindow->GetOutputDevice(); in ImpFindOutDev()
262 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in ImpFindWindow()
H A Dsvdpagv.cxx93 if ( &rPaintWindow.GetOutputDevice() == &_rOutDev ) in FindPatchedPageWindow()
106 if(&((*a)->GetPaintWindow().GetOutputDevice()) == &rOutDev) in FindPageWindow()
815 OutputDevice& rOutDev = pCandidate->GetOutputDevice(); in ImpInvalidateHelpLineArea()
H A Dsvdedxv.cxx327 if(pOLV->GetWindow() == &rPaintWindow.GetOutputDevice()) in TextEditDrawing()
580 if(OUTDEV_WINDOW == pPaintWindow->GetOutputDevice().GetOutDevType()) in SdrBeginTextEdit()
582 pWin = (Window*)(&pPaintWindow->GetOutputDevice()); in SdrBeginTextEdit()
722 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in SdrBeginTextEdit()
H A Dsvdibrow.cxx1115 if(OUTDEV_WINDOW == pCandidate->GetOutputDevice().GetOutDevType()) in ImpGetViewWin()
1117 return (Window*)(&pCandidate->GetOutputDevice()); in ImpGetViewWin()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleViewForwarder.cxx52 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in AccessibleViewForwarder()
107 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel()
124 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel()
143 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic()
160 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic()
/trunk/main/toolkit/source/awt/
H A Dvclxfont.cxx65 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in ImplAssertValidFontMetric()
121 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidth()
140 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidths()
165 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidth()
181 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidthArray()
204 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in hasGlyphs()
H A Dvclxdevice.cxx125 if ( GetOutputDevice() ) in createDevice()
128 VirtualDevice* pVclVDev = new VirtualDevice( *GetOutputDevice() ); in createDevice()
H A Dvclxwindow.cxx967 OutputDevice* pOutDev = GetOutputDevice(); in IMPL_XUNOTUNNEL2()
1457 OutputDevice* pDevice = VCLUnoHelper::GetOutputDevice( xDevice ); in setProperty()
2257 if ( VCLUnoHelper::GetOutputDevice( rxDevice ) ) in setGraphics()
2298 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( mpImpl->mxViewGraphics ); in draw()
2306 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( mpImpl->mxViewGraphics ); in draw()
H A Dvclxtabpagemodel.cxx54 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( getGraphics() ); in draw()
H A Dvclxtabpagecontainer.cxx74 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( getGraphics() ); in draw()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx92 …static OutputDevice* GetOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::s…
93 …static OutputDevice* GetOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::s…
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx170 OutputDevice* VCLUnoHelper::GetOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::st… in GetOutputDevice() function in VCLUnoHelper
175 pOutDev = pDev->GetOutputDevice(); in GetOutputDevice()
179 OutputDevice* VCLUnoHelper::GetOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::st… in GetOutputDevice() function in VCLUnoHelper
184 pOutDev = pGrf->GetOutputDevice(); in GetOutputDevice()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx178 m_pWindow( dynamic_cast< Window* >( &_rWindow.GetPaintWindow().GetOutputDevice() ) ) in DBG_NAME()
1237 pOutDev = &rPageWindow.GetPaintWindow().GetOutputDevice(); in implCreateFieldControl()
1388 if( rPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType() == OUTDEV_WINDOW) in implCreateXFormsControl()
1390 pOutDev = &rPageWindow.GetPaintWindow().GetOutputDevice(); in implCreateXFormsControl()
/trunk/main/svx/inc/svx/
H A Dsdrpaintwindow.hxx105 OutputDevice& GetOutputDevice() const { return mrOutputDevice; } in GetOutputDevice() function in SdrPaintWindow
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx96 OutputDevice* pOut = pDevice ? pDevice->GetOutputDevice() : NULL; in getPrinter()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxdevice.hxx73 OutputDevice* GetOutputDevice() const { return mpOutputDevice; } in GetOutputDevice() function in VCLXDevice
H A Dvclxgraphics.hxx85 OutputDevice* GetOutputDevice() const { return mpOutputDevice; } in GetOutputDevice() function in VCLXGraphics
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx250 mpOutDev = VCLUnoHelper::GetOutputDevice( xDevice ); in _setPropertyValues()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx404 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( xGraphics );; in paint()

Completed in 110 milliseconds

12