Lines Matching refs:nEnd

688     sal_uInt16 nEnd = pO ? pO->Count() : 0;  in GetCurrentItems()  local
689 for (sal_uInt16 nI = 0; nI < nEnd; ++nI) in GetCurrentItems()
1235 bool WW8SwAttrIter::IsRedlineAtEnd( xub_StrLen nEnd ) const in IsRedlineAtEnd()
1245 if( pEnd->nContent.GetIndex() == nEnd ) in IsRedlineAtEnd()
1675 const xub_StrLen nEnd, in GetBookmarks() argument
1697 … bIsStartOk = ( pMark->GetMarkStart().nNode == nNd ) && ( nBStart >= nStt ) && ( nBStart <= nEnd ); in GetBookmarks()
1699 …nst bool bIsEndOk = ( pMark->GetMarkEnd().nNode == nNd ) && ( nBEnd >= nStt ) && ( nBEnd <= nEnd ); in GetBookmarks()
1767 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in GetSortedBookmarks() local
1772 …if ( nEnd > nAktPos && nEnd <= ( nAktPos + nLen ) && (pMark->GetMarkEnd().nNode == rNode.GetIndex(… in GetSortedBookmarks()
1861 xub_StrLen const nEnd = aStr.Len(); in OutputTextNode() local
1876 if( nNextAttr > nEnd ) in OutputTextNode()
1877 nNextAttr = nEnd; in OutputTextNode()
1975 if (0 != nEnd) in OutputTextNode()
1986 if ( nNextAttr == nEnd ) in OutputTextNode()
1991 if ( aAttrIter.IsRedlineAtEnd( nEnd ) ) in OutputTextNode()
1996 aAttrIter.OutFlys( nEnd ); in OutputTextNode()
1998 AppendBookmarks( rNode, nEnd, 1 ); in OutputTextNode()
2016 if (0 == nEnd) in OutputTextNode()
2027 if ( nNextAttr == nEnd ) in OutputTextNode()
2032 if ( nAktPos != nEnd ) in OutputTextNode()
2034 nOpenAttrWithRange += aAttrIter.OutAttrWithRange(nEnd); in OutputTextNode()
2044 aAttrIter.OutFlys( nEnd ); in OutputTextNode()
2046 AppendBookmarks( rNode, nEnd, 1 ); in OutputTextNode()
2063 AttrOutput().Redline( aAttrIter.GetRedline( nEnd ) ); in OutputTextNode()
2072 UpdatePosition( &aAttrIter, nAktPos, nEnd ); in OutputTextNode()
2075 while ( nAktPos < nEnd ); in OutputTextNode()
2658 nEnd = pNodeIndex->GetNode().EndOfSectionIndex(); in OutWW6FlyFrmsInCntnt() local
2660 if( (nStt < nEnd) && !pDoc->GetNodes()[ nStt ]->IsNoTxtNode() ) in OutWW6FlyFrmsInCntnt()
2670 SaveData( nStt, nEnd ); in OutWW6FlyFrmsInCntnt()
2729 sal_uLong nEnd = pNodeIndex ? pNodeIndex->GetNode().EndOfSectionIndex() : 0; in OutputFlyFrame_Impl() local
2731 if( nStt >= nEnd ) // kein Bereich, also kein gueltiger Node in OutputFlyFrame_Impl()
2751 m_rWW8Export.SaveData( nStt, nEnd ); in OutputFlyFrame_Impl()