/aoo42x/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 179 OutputDevice& rTargetOutDev = GetPageWindow().GetPaintWindow().GetTargetOutputDevice(); in DoProcessDisplay() 335 const OutputDevice& rTargetOutDev = GetPageWindow().GetPaintWindow().GetTargetOutputDevice(); in IsAreaVisible() 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() 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() 449 SdrPreRenderDevice* pPreRenderDevice = mrPageWindow.GetPaintWindow().GetPreRenderDevice(); in TryToGetOutputDevice() [all …]
|
H A D | viewobjectcontactofsdrmediaobj.cxx | 83 const SdrPaintWindow* pPaintWindow = &rPageWindow.GetPaintWindow(); in getWindow()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | sdrpagewindow.cxx | 58 …intWindow& rPaintWindow( GetOriginalPaintWindow() ? *GetOriginalPaintWindow() : GetPaintWindow() ); in GetControlContainer() 163 return GetPaintWindow().GetOverlayManager(); in GetOverlayManager() 205 GetPaintWindow().SetRedrawRegion(rReg); in PrepareRedraw() 308 const sal_Bool bPrinter(GetPaintWindow().OutputToPrinter()); in RedrawAll() 312 const Region& rRegion = GetPaintWindow().GetRedrawRegion(); in RedrawAll() 345 impTryTest(GetPageView(), GetPaintWindow().GetOutputDevice()); in RedrawAll() 360 const sal_Bool bPrinter(GetPaintWindow().OutputToPrinter()); in RedrawLayer() 372 const Region& rRegion = GetPaintWindow().GetRedrawRegion(); in RedrawLayer() 404 if(GetPageView().IsVisible() && GetPaintWindow().OutputToWindow()) in InvalidatePageWindow() 407 Window& rWindow(static_cast< Window& >(GetPaintWindow().GetOutputDevice())); in InvalidatePageWindow()
|
H A D | svdpagv.cxx | 75 if(&((*a)->GetPaintWindow()) == &rPaintWindow) in FindPageWindow() 92 ….GetOriginalPaintWindow() ? *rPageWindow.GetOriginalPaintWindow() : rPageWindow.GetPaintWindow() ); in FindPatchedPageWindow() 106 if(&((*a)->GetPaintWindow().GetOutputDevice()) == &rOutDev) in FindPageWindow() 201 AddPaintWindowToPageView(*rNewView.GetPaintWindow(a)); in SdrPageView() 283 AddPaintWindowToPageView(*GetView().GetPaintWindow(a)); in Show() 416 SdrPaintWindow& rExistingPaintWindow = pPreparedTarget->GetPaintWindow(); in DrawLayer() 445 SdrPaintWindow& rExistingPaintWindow = pExistingPageWindow->GetPaintWindow(); in DrawLayer() 811 SdrPaintWindow* pCandidate = GetView().GetPaintWindow(a); in ImpInvalidateHelpLineArea()
|
H A D | svdhdl.cxx | 590 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1043 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1210 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1368 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1427 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1487 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1552 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1671 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 1733 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 2416 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() [all …]
|
H A D | svdpntv.cxx | 103 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplEncirclementOverlay() 155 SdrPaintWindow* SdrPaintView::GetPaintWindow(sal_uInt32 nIndex) const in GetPaintWindow() function in SdrPaintView 189 return &(GetPaintWindow(0)->GetOutputDevice()); in GetFirstOutputDevice() 1093 SdrPaintWindow* pPaintWindow = GetPaintWindow(nWinNum); in GlueInvalidate() 1121 SdrPaintWindow* pPaintWindow = GetPaintWindow(a); in InvalidateAllWin() 1136 SdrPaintWindow* pPaintWindow = GetPaintWindow(a); in InvalidateAllWin()
|
H A D | svdviter.cxx | 240 SdrPaintWindow* pPaintWindow = mpAktView->GetPaintWindow(mnOutDevNum); in ImpFindOutDev() 261 SdrPaintWindow* pPaintWindow = mpAktView->GetPaintWindow(mnOutDevNum); in ImpFindWindow()
|
H A D | svdcrtv.cxx | 75 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplConnectMarkerOverlay() 154 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in CreateAndShowOverlay() 881 SdrPaintWindow* pCandidate = GetPaintWindow(a); in ShowCreateObj()
|
H A D | svdsnpv.cxx | 64 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplPageOriginOverlay() 143 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplHelpLineOverlay()
|
H A D | svddrgv.cxx | 839 SdrPaintWindow* pCandidate = GetPaintWindow(a); in ShowDragObj()
|
H A D | svdedxv.cxx | 578 SdrPaintWindow* pPaintWindow = GetPaintWindow(i); in SdrBeginTextEdit() 721 SdrPaintWindow* pPaintWindow = GetPaintWindow(i); in SdrBeginTextEdit()
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleViewForwarder.cxx | 51 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow(a); in AccessibleViewForwarder() 87 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in GetVisibleArea() 106 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel() 123 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel() 142 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in PixelToLogic() 159 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in PixelToLogic()
|
/aoo42x/main/svx/source/table/ |
H A D | tablehandles.cxx | 179 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject() 285 if(rPageWindow.GetPaintWindow().OutputToWindow()) in CreateB2dIAObject()
|
/aoo42x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 178 m_pWindow( dynamic_cast< Window* >( &_rWindow.GetPaintWindow().GetOutputDevice() ) ) in DBG_NAME() 1235 if( rPageWindow.GetPaintWindow().OutputToWindow()) in implCreateFieldControl() 1237 pOutDev = &rPageWindow.GetPaintWindow().GetOutputDevice(); in implCreateFieldControl() 1388 if( rPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType() == OUTDEV_WINDOW) in implCreateXFormsControl() 1390 pOutDev = &rPageWindow.GetPaintWindow().GetOutputDevice(); in implCreateXFormsControl()
|
H A D | fmview.cxx | 203 if ( !pPageWindow || &pPageWindow->GetPaintWindow().GetOutputDevice() != _pWindow ) in findPageWindow()
|
H A D | navigatortree.cxx | 2229 SdrPaintWindow* pPaintWindow = pFormView->GetPaintWindow( i ); in MarkViewObj() 2304 SdrPaintWindow* pPaintWindow = pFormView->GetPaintWindow( i ); in MarkViewObj()
|
/aoo42x/main/svx/inc/svx/ |
H A D | sdrpagewindow.hxx | 100 SdrPaintWindow& GetPaintWindow() const { return *mpPaintWindow; } in GetPaintWindow() function in SdrPageWindow
|
H A D | svdpntv.hxx | 253 SdrPaintWindow* GetPaintWindow(sal_uInt32 nIndex) const;
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 609 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in Show() 674 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in HighlightInputFld()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | OverlayRanges.cxx | 125 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in CreateOverlayRange()
|
H A D | ShadowOverlayObject.cxx | 184 SdrPaintWindow* pPaintWindow = rDocView.GetDrawView()->GetPaintWindow(0); in ImplPrimitrive2DIDBlock()
|
H A D | AnchorOverlayObject.cxx | 251 SdrPaintWindow* pPaintWindow = rDocView.GetDrawView()->GetPaintWindow(0); in ImplPrimitrive2DIDBlock()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 277 SdrPaintWindow& rPaintWindow = rPageWindow.GetPaintWindow(); in CreateB2dIAObject()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 237 SdrPaintWindow& rPaintWindow = rPageWindow.GetPaintWindow(); in CreateB2dIAObject()
|
/aoo42x/main/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 230 OutputDevice* pOut = &(pView->GetPaintWindow(nNum)->GetOutputDevice()); in ImpGetViewWin()
|