Lines Matching refs:pDrawView

947 				SdrView* pDrawView = pActiveShell->GetDrawView();  in GetEntryAltText()  local
948 if (pDrawView) in GetEntryAltText()
1040 SdrView* pDrawView = pActiveShell->GetDrawView(); in GetEntryLongDescription() local
1041 if (pDrawView) in GetEntryLongDescription()
1402 SdrView* pDrawView = pActiveShell->GetDrawView(); in RequestingChilds() local
1403 SdrPageView* pPV = pDrawView->/*GetPageViewPvNum*/GetSdrPageView(/*0*/); in RequestingChilds()
1406 sal_Bool Marked = pDrawView->IsObjMarked(pObj); in RequestingChilds()
1433 SdrView* pDrawView = pActiveShell->GetDrawView(); in GetDrawingObjectsByContent() local
1434 if (pDrawView) in GetDrawingObjectsByContent()
2712 SdrView* pDrawView = pActiveShell->GetDrawView(); in KeyInput() local
2713 if (pDrawView) in KeyInput()
2715 pDrawView->SdrEndTextEdit();//Change from "EndTextEdit" to "SdrEndTextEdit" for acc migration in KeyInput()
2726 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput()
2729 sal_Bool bUnMark = pDrawView->IsObjMarked(pObject); in KeyInput()
2730 pDrawView->MarkObj( pObject, pPV, bUnMark); in KeyInput()
2738 sal_Bool bMark = pDrawView->IsObjMarked(pTemp); in KeyInput()
2769 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput()
2772 pDrawView->MarkObj(pTemp, pPV, sal_True); in KeyInput()
3427 SdrView* pDrawView = pActiveShell->GetDrawView(); in GotoContent() local
3428 if (pDrawView) in GotoContent()
3430 pDrawView->SdrEndTextEdit(); in GotoContent()
3431 pDrawView->UnmarkAll(); in GotoContent()
3443 SdrPageView* pPV = pDrawView->GetSdrPageView(); in GotoContent()
3446 pDrawView->MarkObj( pTemp, pPV ); in GotoContent()