Lines Matching refs:pSh

44 	pSh(pShell)  in SwTOXMgr()
57 return pSh->GetCurTOXMarks(aCurMarks); in GetTOXMarks()
74 pNext = (SwTOXMark*)&pSh->GotoTOXMark( *pCurTOXMark, TOX_NXT ); in DeleteTOXMark()
78 pSh->DeleteTOXMark( pCurTOXMark ); in DeleteTOXMark()
79 pSh->SetModified(); in DeleteTOXMark()
96 pMark = new SwTOXMark(pSh->GetTOXType(TOX_CONTENT, 0)); in InsertTOXMark()
105 pMark = new SwTOXMark(pSh->GetTOXType(TOX_INDEX, 0)); in InsertTOXMark()
133 pMark = new SwTOXMark(pSh->GetTOXType(TOX_USER, nId)); in InsertTOXMark()
142 pSh->StartAllAction(); in InsertTOXMark()
143 pSh->SwEditShell::Insert(*pMark); in InsertTOXMark()
144 pSh->EndAllAction(); in InsertTOXMark()
155 pSh->StartAllAction(); in UpdateTOXMark()
207 pSh->DeleteTOXMark(pCurTOXMark); in UpdateTOXMark()
209 pSh->SwEditShell::Insert( aCpy ); in UpdateTOXMark()
213 pSh->SetModified(); in UpdateTOXMark()
214 pSh->EndAllAction(); in UpdateTOXMark()
218 pSh->Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in UpdateTOXMark()
219 pSh->GetCurTOXMarks(aCurMarks); in UpdateTOXMark()
232 sal_uInt16 nSize = pSh->GetTOXTypeCount(TOX_USER); in GetUserTypeID()
235 const SwTOXType* pTmp = pSh->GetTOXType(TOX_USER, i); in GetUserTypeID()
240 pSh->InsertTOXType(aUserType); in GetUserTypeID()
255 pCurTOXMark = (SwTOXMark*)&pSh->GotoTOXMark( *pCurTOXMark, eDir ); in NextTOXMark()
266 pCurTOXMark = (SwTOXMark*)&pSh->GotoTOXMark(*pCurTOXMark, eDir ); in PrevTOXMark()
275 return pSh->GetCurTOX(); in GetCurTOX()
280 return pSh->GetTOXType(eTyp, nId); in GetTOXType()
296 SwWait aWait( *pSh->GetView().GetDocShell(), true ); in UpdateOrInsertTOX()
307 if(pCurTOX && !ppBase && pSh->HasSelection()) in UpdateOrInsertTOX()
308 pSh->EnterStdMode(); in UpdateOrInsertTOX()
316 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
322 pSh->SetTOIAutoMarkURL(rDesc.GetAutoMarkURL()); in UpdateOrInsertTOX()
323 pSh->ApplyAutoMark(); in UpdateOrInsertTOX()
330 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
343 sal_uInt16 nSize = pSh->GetTOXTypeCount(eCurTOXType); in UpdateOrInsertTOX()
345 { const SwTOXType* pType = pSh->GetTOXType(TOX_USER, i); in UpdateOrInsertTOX()
351 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, nPos); in UpdateOrInsertTOX()
373 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in UpdateOrInsertTOX()
375 pFType = (SwAuthorityFieldType*)pSh->InsertFldType( in UpdateOrInsertTOX()
376 SwAuthorityFieldType(pSh->GetDoc())); in UpdateOrInsertTOX()
394 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
402 if((!ppBase || !(*ppBase)) && pSh->HasSelection()) in UpdateOrInsertTOX()
403 pSh->DelRight(); in UpdateOrInsertTOX()
441 pSh->InsertTableOf(*pNewTOX, pSet); in UpdateOrInsertTOX()
447 SwDoc * pDoc = pSh->GetDoc(); in UpdateOrInsertTOX()
463 bRet = pSh->UpdateTableOf(*pTOX, pSet); in UpdateOrInsertTOX()