Searched refs:pPgView (Results 1 – 9 of 9) sorted by relevance
/trunk/main/basctl/source/dlged/ |
H A D | dlged.cxx | 177 SdrPageView* pPgView = pDlgEdView->GetSdrPageView(); in UnmarkDialog() local 182 pDlgEdView->MarkObj( pDlgObj, pPgView, sal_True ); in UnmarkDialog() 192 SdrPageView* pPgView = pDlgEdView->GetSdrPageView(); in RemarkDialog() local 197 pDlgEdView->MarkObj( pDlgObj, pPgView, sal_False ); in RemarkDialog() 472 SdrPageView* pPgView = pDlgEdView->GetSdrPageView(); in ResetDialog() local 479 pDlgEdView->MarkObj( pDlgEdForm, pPgView, sal_False ); in ResetDialog() 620 SdrPageView* pPgView = pDlgEdView->GetSdrPageView(); in IMPL_LINK() local 628 if(pPgView) in IMPL_LINK() 643 if(pPgView) in IMPL_LINK() 646 pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, true); in IMPL_LINK() [all …]
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 149 SdrPageView* pPgView = m_pView->GetSdrPageView(); in Paint() local 156 if(pPgView) in Paint() 158 pTargetPaintWindow = pPgView->GetView().BeginDrawLayers(this, aPaintRectRegion); in Paint() 162 rTargetOutDev.DrawWallpaper(rRect, Wallpaper(pPgView->GetApplicationDocumentColor())); in Paint() 166 if(pPgView) in Paint() 168 pPgView->DrawLayer(0, this); in Paint() 169 pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, true); in Paint()
|
H A D | SectionView.cxx | 169 SdrPageView* pPgView = GetSdrPageView(); in ObjectRemovedInAliveMode() local 171 MarkObj( pSdrObj, pPgView, sal_True ); in ObjectRemovedInAliveMode()
|
/trunk/main/basctl/source/accessibility/ |
H A D | accessibledialogwindow.cxx | 994 SdrPageView* pPgView = pSdrView->GetSdrPageView(); in selectAccessibleChild() local 995 if ( pPgView ) in selectAccessibleChild() 996 pSdrView->MarkObj( pDlgEdObj, pPgView ); in selectAccessibleChild() 1111 SdrPageView* pPgView = pSdrView->GetSdrPageView(); in deselectAccessibleChild() local 1112 if ( pPgView ) in deselectAccessibleChild() 1113 pSdrView->MarkObj( pDlgEdObj, pPgView, sal_True ); in deselectAccessibleChild()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview.cxx | 513 SdrPageView* pPgView = GetSdrPageView(); in CompleteRedraw() local 515 if (pPgView) in CompleteRedraw() 517 SdPage* pPage = (SdPage*) pPgView->GetPage(); in CompleteRedraw() 539 rOutl.SetBackgroundColor( pPage->GetPageBackgroundColor(pPgView, bScreenDisplay) ); in CompleteRedraw()
|
H A D | sdview2.cxx | 141 SdrPageView* pPgView = GetSdrPageView(); in CreateClipboardDataObject() local 142 SdPage* pOldPage = pPgView ? ( (SdPage*) pPgView->GetPage() ) : NULL; in CreateClipboardDataObject()
|
/trunk/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 327 SdrPageView* pPgView = mpSdView->GetSdrPageView(); in CreateData() local 328 SdPage* pOldPage = (SdPage*) pPgView->GetPage(); in CreateData()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1425 SdrPageView* pPgView = pView->GetSdrPageView(); in RemoveUnnecessaryMasterPages() local 1426 if (pPgView) in RemoveUnnecessaryMasterPages() 1428 SdrPage* pShownPage = pPgView->GetPage(); in RemoveUnnecessaryMasterPages()
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6979 SdrPageView *pPgView = pView->ShowSdrPage(pView->GetModel()->GetPage(0)); in MakeGraphic() local 6980 pView->MarkObj( pObj, pPgView ); in MakeGraphic()
|
Completed in 68 milliseconds