Lines Matching refs:pActiveShell

181     pActiveShell        ( NULL ),  in SwGlobalTree()
273 pActiveShell->GetGlobalDocContent(*pTempContents); in ExecuteDrop()
369 if(pActiveShell && in CreateContextMenu()
370 !pActiveShell->GetView().GetDocShell()->IsReadOnly()) in CreateContextMenu()
561 sal_Bool bReadonly = !pActiveShell || in SelectHdl()
562 pActiveShell->GetView().GetDocShell()->IsReadOnly(); in SelectHdl()
612 if( pActiveShell->MoveGlobalDocContent( in NotifyMoving()
828 pActiveShell->GetView().GetEditWin().GrabFocus(); in EditContent()
850 pActiveShell->GetView().GetViewFrame()->GetDispatcher()->Execute(nSlot); in EditContent()
879 SfxDispatcher& rDispatch = *pActiveShell->GetView().GetViewFrame()->GetDispatcher(); in ExcecuteContextMenuAction()
905 pActiveShell->UpdateTableOf(*pContent->GetTOX()); in ExcecuteContextMenuAction()
919 pActiveShell->GetLinkManager().UpdateAllLinks(sal_True); in ExcecuteContextMenuAction()
946 pActiveShell->StartAction(); in ExcecuteContextMenuAction()
949 pActiveShell->DeleteGlobalDocContent( in ExcecuteContextMenuAction()
956 pActiveShell->GetGlobalDocContent(*pTempContents); in ExcecuteContextMenuAction()
960 pActiveShell->EndAction(); in ExcecuteContextMenuAction()
970 SfxItemSet aSet(pActiveShell->GetView().GetPool(), in ExcecuteContextMenuAction()
983 *pActiveShell, in ExcecuteContextMenuAction()
992 SwTOXMgr aMgr(pActiveShell); in ExcecuteContextMenuAction()
995 pActiveShell->InsertGlobalDocContent( *pContCopy, *pToInsert ); in ExcecuteContextMenuAction()
1012 SfxViewFrame* pGlobFrm = pActiveShell->GetView().GetViewFrame(); in ExcecuteContextMenuAction()
1075 pActiveShell->InsertGlobalDocContent(*pCont); in ExcecuteContextMenuAction()
1078 pActiveShell->SplitNode(); // leeres Dokument in ExcecuteContextMenuAction()
1079 pActiveShell->Up( sal_False, 1 ); in ExcecuteContextMenuAction()
1081 pActiveShell->GetView().GetEditWin().GrabFocus(); in ExcecuteContextMenuAction()
1118 pActiveShell->EnterStdMode(); in GotoContent()
1123 pActiveShell->GotoGlobalDocContent(*pCont); in GotoContent()
1128 if (!pActiveShell->GotoNextTOXBase(&sName)) in GotoContent()
1129 pActiveShell->GotoPrevTOXBase(&sName); in GotoContent()
1190 if( bMove && pActiveShell->MoveGlobalDocContent( in ExecCommand()
1207 const SwWrtShell* pOldShell = pActiveShell; in Update()
1208 pActiveShell = pActView->GetWrtShellPtr(); in Update()
1209 if(pActiveShell != pOldShell) in Update()
1218 pActiveShell->GetGlobalDocContent(*pSwGlblDocContents); in Update()
1224 pActiveShell->GetGlobalDocContent(*pTempContents); in Update()
1312 SfxStringItem aReferer(SID_REFERER, pActiveShell->GetView().GetDocShell()->GetTitle()); in OpenDoc()
1313 pActiveShell->GetView().GetViewFrame()->GetDispatcher()-> in OpenDoc()
1331 pActiveShell->GetView().GetEditWin().GrabFocus(); in IMPL_LINK()