Lines Matching refs:GetView

304     sd::View* pView = GetView();  in Exit()
482 sal_Int32 OriCount = GetView()->GetMarkedObjectList().GetMarkCount(); in KeyInput()
493 if( GetView() ) in KeyInput()
494 bConsumed = GetView()->getSmartTags().KeyInput(rKEvt); in KeyInput()
499 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in KeyInput()
512 sal_Int32 EndCount = GetView()->GetMarkedObjectList().GetMarkCount(); in KeyInput()
560 if (GetView() != NULL) in MouseButtonDown()
561 GetView()->SetMouseEvent(rMEvt); in MouseButtonDown()
564 if( GetView() ) in MouseButtonDown()
565 bConsumed = GetView()->getSmartTags().MouseButtonDown( rMEvt ); in MouseButtonDown()
569 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonDown()
605 if (GetView() != NULL) in MouseMove()
606 GetView()->SetMouseEvent(rMEvt); in MouseMove()
610 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseMove()
633 if (GetView() != NULL) in MouseButtonUp()
634 GetView()->SetMouseEvent(rMEvt); in MouseButtonUp()
638 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonUp()
677 if( GetView() ) in Command()
679 bConsumed = GetView()->getSmartTags().Command(rCEvt); in Command()
941 ::sd::View* pView = GetView(); in Resize()
1147 ::sd::View* pView = pMainViewShell->GetView(); in ImpGetUndoManager()
1705 ::sd::View* pView = mrViewShell.GetView(); in CreateShell()