Lines Matching refs:pDrViewSh
96 pDrViewSh(pViewSh), in TabControl()
121 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select()
142 pDrViewSh->FreshNavigatrEntry(); in MouseButtonDown()
146 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in MouseButtonDown()
158 pDrViewSh->SwitchPage (GetPageId (rMEvt.GetPosPixel()) - 1); in MouseButtonDown()
188 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in DoubleClick()
232 if( !pDrViewSh->GetDocSh()->IsReadOnly() ) in AcceptDrop()
234 SdDrawDocument* pDoc = pDrViewSh->GetDoc(); in AcceptDrop()
239 if( rEvt.mbLeaving || ( pDrViewSh->GetEditMode() == EM_MASTERPAGE ) ) in AcceptDrop()
255 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop()
272 SdDrawDocument* pDoc = pDrViewSh->GetDoc(); in ExecuteDrop()
283 if( pDrViewSh->IsSwitchPageAllowed() && pDoc->MovePages( nPageId ) ) in ExecuteDrop()
285 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop()
298 if (pDrViewSh->IsSwitchPageAllowed()) in ExecuteDrop()
304 pDrViewSh->SwitchPage (nPageNumOfCopy); in ExecuteDrop()
318 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop()
336 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in ExecuteDrop()
356 sal_Bool bGraphicShell = pDrViewSh->ISA(GraphicViewShell); in Command()
359 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Command()
372 if (pDrViewSh->GetPageKind() == PK_STANDARD) in StartRenaming()
376 ::sd::View* pView = pDrViewSh->GetView(); in StartRenaming()
399 if( pDrViewSh->GetDocSh()->CheckPageName( this, aNewName ) ) in AllowRenaming()
419 pDrViewSh->RenameSlide( GetEditPageId(), GetEditText() ); in EndRenaming()
429 if ( /*IsInSwitching && */ pDrViewSh->IsSwitchPageAllowed() ) in ActivatePage()
431 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ActivatePage()
444 return pDrViewSh->IsSwitchPageAllowed(); in DeactivatePage()