Home
last modified time | relevance | path

Searched refs:pPgView (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6979 SdrPageView *pPgView = pView->ShowSdrPage(pView->GetModel()->GetPage(0)); in MakeGraphic() local
6980 pView->MarkObj( pObj, pPgView ); in MakeGraphic()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx513 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 Dsdview2.cxx141 SdrPageView* pPgView = GetSdrPageView(); in CreateClipboardDataObject() local
142 SdPage* pOldPage = pPgView ? ( (SdPage*) pPgView->GetPage() ) : NULL; in CreateClipboardDataObject()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx327 SdrPageView* pPgView = mpSdView->GetSdrPageView(); in CreateData() local
328 SdPage* pOldPage = (SdPage*) pPgView->GetPage(); in CreateData()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1425 SdrPageView* pPgView = pView->GetSdrPageView(); in RemoveUnnecessaryMasterPages() local
1426 if (pPgView) in RemoveUnnecessaryMasterPages()
1428 SdrPage* pShownPage = pPgView->GetPage(); in RemoveUnnecessaryMasterPages()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx169 SdrPageView* pPgView = GetSdrPageView(); in ObjectRemovedInAliveMode() local
171 MarkObj( pSdrObj, pPgView, sal_True ); in ObjectRemovedInAliveMode()
H A DReportSection.cxx149 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()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx177 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/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx994 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()

Completed in 93 milliseconds