/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleViewForwarder.cxx | 51 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow(a); in AccessibleViewForwarder() local 52 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in AccessibleViewForwarder() 87 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in GetVisibleArea() local 88 aVisibleArea = pPaintWindow->GetVisibleArea(); in GetVisibleArea() 106 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel() local 107 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() 123 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel() local 124 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() 142 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in PixelToLogic() local 143 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic() [all …]
|
H A D | AccessibleOutlineEditSource.cxx | 133 SdrPaintWindow* pPaintWindow = mrView.FindPaintWindow(mrWindow); in GetVisArea() local 136 if(pPaintWindow) in GetVisArea() 138 aVisArea = pPaintWindow->GetVisibleArea(); in GetVisArea()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpntv.cxx | 844 EndCompleteRedraw(*pPaintWindow, true); in CompleteRedraw() 907 if(pPaintWindow) in BeginCompleteRedraw() 911 pPaintWindow->PreparePreRenderDevice(); in BeginCompleteRedraw() 917 pPaintWindow = new SdrPaintWindow(*this, *pOut); in BeginCompleteRedraw() 918 pPaintWindow->setTemporaryTarget(true); in BeginCompleteRedraw() 921 return pPaintWindow; in BeginCompleteRedraw() 1042 return pPaintWindow; in BeginDrawLayers() 1095 if(pPaintWindow->OutputToWindow()) in GlueInvalidate() 1121 SdrPaintWindow* pPaintWindow = GetPaintWindow(a); in InvalidateAllWin() local 1123 if(pPaintWindow->OutputToWindow()) in InvalidateAllWin() [all …]
|
H A D | svdviter.cxx | 240 SdrPaintWindow* pPaintWindow = mpAktView->GetPaintWindow(mnOutDevNum); in ImpFindOutDev() local 241 return &pPaintWindow->GetOutputDevice(); in ImpFindOutDev() 261 SdrPaintWindow* pPaintWindow = mpAktView->GetPaintWindow(mnOutDevNum); in ImpFindWindow() local 262 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in ImpFindWindow()
|
H A D | svdedxv.cxx | 578 SdrPaintWindow* pPaintWindow = GetPaintWindow(i); in SdrBeginTextEdit() local 580 if(OUTDEV_WINDOW == pPaintWindow->GetOutputDevice().GetOutDevType()) in SdrBeginTextEdit() 582 pWin = (Window*)(&pPaintWindow->GetOutputDevice()); in SdrBeginTextEdit() 721 SdrPaintWindow* pPaintWindow = GetPaintWindow(i); in SdrBeginTextEdit() local 722 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in SdrBeginTextEdit()
|
/aoo41x/main/svx/source/dialog/ |
H A D | contwnd.cxx | 317 SdrPaintWindow* pPaintWindow = pView->BeginCompleteRedraw(this); in Paint() local 318 OutputDevice& rTarget = pPaintWindow->GetTargetOutputDevice(); in Paint() 350 pView->DoCompleteRedraw(*pPaintWindow, aRepaintRegion); in Paint() 351 pView->EndCompleteRedraw(*pPaintWindow, true); in Paint()
|
H A D | graphctl.cxx | 330 SdrPaintWindow* pPaintWindow = pView->BeginCompleteRedraw(this); in Paint() local 334 OutputDevice& rTarget = pPaintWindow->GetTargetOutputDevice(); in Paint() 343 pView->DoCompleteRedraw(*pPaintWindow, aRepaintRegion); in Paint() 344 pView->EndCompleteRedraw(*pPaintWindow, true); in Paint()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrmediaobj.cxx | 83 const SdrPaintWindow* pPaintWindow = &rPageWindow.GetPaintWindow(); in getWindow() local 90 pPaintWindow = rPageWindow.GetOriginalPaintWindow(); in getWindow() 93 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in getWindow()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | ShadowOverlayObject.cxx | 184 SdrPaintWindow* pPaintWindow = rDocView.GetDrawView()->GetPaintWindow(0); in ImplPrimitrive2DIDBlock() local 185 if( pPaintWindow ) in ImplPrimitrive2DIDBlock() 187 sdr::overlay::OverlayManager* pOverlayManager = pPaintWindow->GetOverlayManager(); in ImplPrimitrive2DIDBlock()
|
H A D | AnchorOverlayObject.cxx | 251 SdrPaintWindow* pPaintWindow = rDocView.GetDrawView()->GetPaintWindow(0); in ImplPrimitrive2DIDBlock() local 252 if( pPaintWindow ) in ImplPrimitrive2DIDBlock() 254 sdr::overlay::OverlayManager* pOverlayManager = pPaintWindow->GetOverlayManager(); in ImplPrimitrive2DIDBlock()
|
/aoo41x/main/svx/source/table/ |
H A D | celleditsource.cxx | 808 SdrPaintWindow* pPaintWindow = mpView->FindPaintWindow(*mpWindow); in GetVisArea() local 811 if(pPaintWindow) in GetVisArea() 813 aVisArea = pPaintWindow->GetVisibleArea(); in GetVisArea()
|
H A D | tablecontroller.cxx | 1965 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow(nIndex); in updateSelectionOverlay() local 1966 if( pPaintWindow ) in updateSelectionOverlay() 1968 ::sdr::overlay::OverlayManager* pOverlayManager = pPaintWindow->GetOverlayManager(); in updateSelectionOverlay()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 946 SdrPaintWindow* pPaintWindow = mpView->FindPaintWindow(*mpWindow); in GetVisArea() local 949 if(pPaintWindow) in GetVisArea() 951 aVisArea = pPaintWindow->GetVisibleArea(); in GetVisArea()
|
/aoo41x/main/svx/source/form/ |
H A D | fmview.cxx | 489 SdrPaintWindow* pPaintWindow = E3dView::BeginCompleteRedraw( pOut ); in BeginCompleteRedraw() local 491 return pPaintWindow; in BeginCompleteRedraw()
|
H A D | navigatortree.cxx | 2229 SdrPaintWindow* pPaintWindow = pFormView->GetPaintWindow( i ); in MarkViewObj() local 2230 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in MarkViewObj() 2304 SdrPaintWindow* pPaintWindow = pFormView->GetPaintWindow( i ); in MarkViewObj() local 2305 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in MarkViewObj()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | GraphCtlAccessibleContext.cxx | 973 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow(0L); in GetVisibleArea() local 974 aVisArea = pPaintWindow->GetVisibleArea(); in GetVisibleArea()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 561 SdrPaintWindow* pPaintWindow = GetPaintWindow(a); in MarkListHasChanged() local 562 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in MarkListHasChanged()
|