Lines Matching refs:nPos

397             const sal_uInt16 nPos = GetRedlinePos(*pSelEntry);  in InitAuthors()  local
398 if ( nPos < nRedlineCount ) in InitAuthors()
400 const SwRedline& rRedln = pSh->GetRedline( nPos ); in InitAuthors()
674 sal_uInt16 nPos; in InsertChilds() local
676 if (pParent->pData->GetSeqNo() && !aUsedSeqNo.Insert(pParent, nPos)) // Gibts schon in InsertChilds()
680 pTable->SetEntryText(sAutoFormat, aUsedSeqNo[nPos]->pTLBParent, 0); in InsertChilds()
760 sal_uInt16 nPos = Min((sal_uInt16)nCount, (sal_uInt16)aRedlineParents.Count()); in RemoveParents() local
762 while( ( pCurEntry == NULL ) && ( nPos > 0 ) ) in RemoveParents()
764 --nPos; in RemoveParents()
765 pCurEntry = aRedlineParents[nPos]->pTLBParent; in RemoveParents()
894 sal_uLong nPos = LONG_MAX; in CallAcceptReject() local
909 if( bSelect && LONG_MAX == nPos ) in CallAcceptReject()
910 nPos = pTable->GetModel()->GetAbsPos( pEntry ); in CallAcceptReject()
972 if( ULONG_MAX != nPos && pTable->GetEntryCount() ) in CallAcceptReject()
974 if( nPos >= pTable->GetEntryCount() ) in CallAcceptReject()
975 nPos = pTable->GetEntryCount() - 1; in CallAcceptReject()
976 pEntry = pTable->GetEntry( nPos ); in CallAcceptReject()
977 if( !pEntry && nPos-- ) in CallAcceptReject()
978 pEntry = pTable->GetEntry( nPos ); in CallAcceptReject()
1142 const sal_uInt16 nPos = GetRedlinePos(*pActEntry); in IMPL_LINK() local
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()
1194 const sal_uInt16 nPos = GetRedlinePos(*pTopEntry); in IMPL_LINK() local
1197 if ((pRed = pSh->GotoRedline(nPos, sal_True)) != 0) in IMPL_LINK()
1238 const sal_uInt16 nPos = GetRedlinePos(*pEntry); in IMPL_LINK() local
1239 if ( nPos >= pSh->GetRedlineCount() ) in IMPL_LINK()
1243 const SwRedline &rRedline = pSh->GetRedline(nPos); in IMPL_LINK()
1353 sal_uInt16 nPos = rExtraData.Search(C2S("AcceptChgDat:")); in Initialize() local
1357 if (nPos != STRING_NOTFOUND) in Initialize()
1359 sal_uInt16 n1 = rExtraData.Search('(', nPos); in Initialize()
1366 String aStr = rExtraData.Copy(nPos, n2 - nPos + 1); in Initialize()
1367 aStr.Erase(0, n1 - nPos + 1); in Initialize()