Lines Matching refs:pDrawView

953 				SdrView* pDrawView = pActiveShell->GetDrawView();  in GetEntryAltText()  local
954 if (pDrawView) in GetEntryAltText()
1046 SdrView* pDrawView = pActiveShell->GetDrawView(); in GetEntryLongDescription() local
1047 if (pDrawView) in GetEntryLongDescription()
1401 SdrView* pDrawView = pActiveShell->GetDrawView(); in RequestingChilds() local
1402 SdrPageView* pPV = pDrawView->/*GetPageViewPvNum*/GetSdrPageView(/*0*/); in RequestingChilds()
1405 sal_Bool Marked = pDrawView->IsObjMarked(pObj); in RequestingChilds()
1432 SdrView* pDrawView = pActiveShell->GetDrawView(); in GetDrawingObjectsByContent() local
1433 if (pDrawView) in GetDrawingObjectsByContent()
2711 SdrView* pDrawView = pActiveShell->GetDrawView(); in KeyInput() local
2712 if (pDrawView) in KeyInput()
2714 pDrawView->SdrEndTextEdit();//Change from "EndTextEdit" to "SdrEndTextEdit" for acc migration in KeyInput()
2725 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput()
2728 sal_Bool bUnMark = pDrawView->IsObjMarked(pObject); in KeyInput()
2729 pDrawView->MarkObj( pObject, pPV, bUnMark); in KeyInput()
2737 sal_Bool bMark = pDrawView->IsObjMarked(pTemp); in KeyInput()
2768 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput()
2771 pDrawView->MarkObj(pTemp, pPV, sal_True); in KeyInput()
3426 SdrView* pDrawView = pActiveShell->GetDrawView(); in GotoContent() local
3427 if (pDrawView) in GotoContent()
3429 pDrawView->SdrEndTextEdit(); in GotoContent()
3430 pDrawView->UnmarkAll(); in GotoContent()
3442 SdrPageView* pPV = pDrawView->GetSdrPageView(); in GotoContent()
3445 pDrawView->MarkObj( pTemp, pPV ); in GotoContent()