Lines Matching refs:pSh
149 SwWrtShell* pSh = pView->GetWrtShellPtr(); in Activate() local
153 sal_Bool bMod = pSh->IsModified(); in Activate()
155 pSh->GetView().GetViewFrame()->GetDispatcher()->Execute( in Activate()
158 pSh->ResetModified(); in Activate()
343 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in InitAuthors() local
353 const sal_uInt16 nRedlineCount = pSh->GetRedlineCount(); in InitAuthors()
363 const SwRedline& rRedln = pSh->GetRedline(i); in InitAuthors()
390 …sal_Bool bEnable = pTable->GetEntryCount() != 0 && !pSh->getIDocumentRedlineAccess()->GetRedlinePa… in InitAuthors()
400 const SwRedline& rRedln = pSh->GetRedline( nPos ); in InitAuthors()
497 SwWrtShell* pSh = pView->GetWrtShellPtr(); in Activate() local
498 sal_uInt16 nCount = pSh->GetRedlineCount(); in Activate()
506 const SwRedline& rRedln = pSh->GetRedline(i); in Activate()
562 const SwRedline& rRedln = pSh->GetRedline(i); in Activate()
595 SwWrtShell* pSh = pView->GetWrtShellPtr(); in CalcDiff() local
598 const SwRedline& rRedln = pSh->GetRedline(nStart); in CalcDiff()
639 sal_uInt16 nCount = pSh->GetRedlineCount(); in CalcDiff()
644 if (&pSh->GetRedline(i).GetRedlineData() == pRedlineData) in CalcDiff()
747 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in RemoveParents() local
748 sal_uInt16 nCount = pSh->GetRedlineCount(); in RemoveParents()
826 SwWrtShell* pSh = pView->GetWrtShellPtr(); in InsertParents() local
830 const sal_uInt16 nCount = pSh->GetRedlineCount(); in InsertParents()
842 pCurrRedline = pSh->GetCurrRedline(); in InsertParents()
845 pSh->SwCrsrShell::Push(); in InsertParents()
846 if( 0 == (pCurrRedline = pSh->SelNextRedline())) in InsertParents()
847 pCurrRedline = pSh->SelPrevRedline(); in InsertParents()
848 pSh->SwCrsrShell::Pop( sal_False ); in InsertParents()
856 const SwRedline& rRedln = pSh->GetRedline(i); in InsertParents()
892 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in CallAcceptReject() local
925 SwWait aWait( *pSh->GetView().GetDocShell(), true ); in CallAcceptReject()
926 pSh->StartAction(); in CallAcceptReject()
942 pSh->StartUndo(bAccept? UNDO_ACCEPT_REDLINE : UNDO_REJECT_REDLINE, in CallAcceptReject()
958 (pSh->*FnAccRej)( nPosition ); in CallAcceptReject()
964 pSh->EndUndo(); in CallAcceptReject()
967 pSh->EndAction(); in CallAcceptReject()
995 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in GetRedlinePos() local
996 return pSh->FindRedlineOfData( *((SwRedlineDataParent*)((RedlinData *) in GetRedlinePos()
1104 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in IMPL_LINK() local
1122 pSh->StartAction(); in IMPL_LINK()
1123 pSh->EnterStdMode(); in IMPL_LINK()
1124 pSh->SetCareWin(pParentDlg); in IMPL_LINK()
1143 if ( nPos < pSh->GetRedlineCount() ) in IMPL_LINK()
1146 const SwRedline& rRedln = pSh->GetRedline( nPos ); in IMPL_LINK()
1149 if (pSh->GotoRedline(nPos, sal_True)) in IMPL_LINK()
1151 pSh->SetInSelect(); in IMPL_LINK()
1152 pSh->EnterAddMode(); in IMPL_LINK()
1159 pSh->LeaveAddMode(); in IMPL_LINK()
1160 pSh->EndAction(); in IMPL_LINK()
1161 pSh->SetCareWin(NULL); in IMPL_LINK()
1163 sal_Bool bEnable = !pSh->getIDocumentRedlineAccess()->GetRedlinePassword().getLength(); in IMPL_LINK()
1183 SwWrtShell* pSh = ::GetActiveView()->GetWrtShellPtr(); in IMPL_LINK() local
1197 if ((pRed = pSh->GotoRedline(nPos, sal_True)) != 0) in IMPL_LINK()
1199 if( pSh->IsCrsrPtAtEnd() ) in IMPL_LINK()
1200 pSh->SwapPam(); in IMPL_LINK()
1201 pSh->SetInSelect(); in IMPL_LINK()
1239 if ( nPos >= pSh->GetRedlineCount() ) in IMPL_LINK()
1243 const SwRedline &rRedline = pSh->GetRedline(nPos); in IMPL_LINK()
1258 SfxItemSet aSet( pSh->GetAttrPool(), fnGetRange() ); in IMPL_LINK()
1294 pSh->SetCareWin(pDlg->GetWindow()); in IMPL_LINK()
1302 pSh->SetRedlineComment(sMsg); in IMPL_LINK()
1308 pSh->SetCareWin(NULL); in IMPL_LINK()