Lines Matching refs:pParent

39 	Window* pWindow = pParent->GetWindow();  in IMPL_LINK_INLINE_START()
53 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_END()
59 ScrollBar* pHScroll = pParent->GetHScroll(); in IMPL_LINK_INLINE_END()
60 ScrollBar* pVScroll = pParent->GetVScroll(); in IMPL_LINK_INLINE_END()
84 pParent->DoScroll( pHScroll ); in IMPL_LINK_INLINE_END()
86 pParent->DoScroll( pVScroll ); in IMPL_LINK_INLINE_END()
96 DlgEdFunc::pParent = pParent_; in DlgEdFunc()
135 SdrView* pView = pParent->GetView(); in KeyInput()
136 Window* pWindow = pParent->GetWindow(); in KeyInput()
329 ScrollBar* pScrollBar = ( nX != 0 ) ? pParent->GetHScroll() : pParent->GetVScroll(); in KeyInput()
340 pParent->DoScroll( pScrollBar ); in KeyInput()
371 pParent->GetView()->SetEditMode( sal_True ); in ~DlgEdFuncInsert()
381 SdrView* pView = pParent->GetView(); in MouseButtonDown()
382 Window* pWindow= pParent->GetWindow(); in MouseButtonDown()
408 if ( pView->IsMarkedHit(aPos, nHitLog) && pParent->GetMode() != DLGED_READONLY ) in MouseButtonDown()
409 pParent->ShowProperties(); in MouseButtonDown()
421 SdrView* pView = pParent->GetView(); in MouseButtonUp()
422 Window* pWindow= pParent->GetWindow(); in MouseButtonUp()
456 SdrView* pView = pParent->GetView(); in MouseMove()
457 Window* pWindow= pParent->GetWindow(); in MouseMove()
493 SdrView* pView = pParent->GetView(); in MouseButtonDown()
494 Window* pWindow = pParent->GetWindow(); in MouseButtonDown()
545 if ( pView->IsMarkedHit(aMDPos, nHitLog) && pParent->GetMode() != DLGED_READONLY ) in MouseButtonDown()
546 pParent->ShowProperties(); in MouseButtonDown()
559 SdrView* pView = pParent->GetView(); in MouseButtonUp()
560 Window* pWindow= pParent->GetWindow(); in MouseButtonUp()
612 SdrView* pView = pParent->GetView(); in MouseMove()
613 Window* pWindow= pParent->GetWindow(); in MouseMove()