Lines Matching refs:nEnd

239         const xub_StrLen nStart, const xub_StrLen nEnd)  in MakeTxtAttrNesting()  argument
242 *rNode.GetDoc(), rNesting.GetAttr(), nStart, nEnd ) ); in MakeTxtAttrNesting()
1001 xub_StrLen const nEnd, in MakeTxtAttr() argument
1013 return MakeTxtAttr( rDoc, aItemSet, nStt, nEnd ); in MakeTxtAttr()
1024 SwTxtAttr* pNew = MakeTxtAttr( rDoc, *pNewSet, nStt, nEnd ); in MakeTxtAttr()
1044 pNew = new SwTxtCharFmt( rFmtCharFmt, nStt, nEnd ); in MakeTxtAttr()
1048 pNew = new SwTxtINetFmt( (SwFmtINetFmt&)rNew, nStt, nEnd ); in MakeTxtAttr()
1073 new SwTxtInputFld( static_cast<SwFmtFld &>(rNew), nStt, nEnd, rDoc.IsClipBoard() ); in MakeTxtAttr()
1095 pNew = nStt == nEnd in MakeTxtAttr()
1097 : new SwTxtRefMark( (SwFmtRefMark&)rNew, nStt, &nEnd ); in MakeTxtAttr()
1100 pNew = new SwTxtTOXMark( (SwTOXMark&)rNew, nStt, &nEnd ); in MakeTxtAttr()
1103 pNew = new SwTxtRuby( (SwFmtRuby&)rNew, nStt, nEnd ); in MakeTxtAttr()
1108 static_cast<SwFmtMeta&>(rNew), nStt, nEnd, bIsCopy ); in MakeTxtAttr()
1112 pNew = new SwTxtAttrEnd( rNew, nStt, nEnd ); in MakeTxtAttr()
1120 xub_StrLen nStt, xub_StrLen nEnd ) in MakeTxtAttr() argument
1126 SwTxtAttr* pNew = MakeTxtAttr( rDoc, aNewAutoFmt, nStt, nEnd ); in MakeTxtAttr()
1239 const xub_StrLen nEnd, in InsertItem() argument
1251 nEnd, in InsertItem()
1506 xub_StrLen nEnd = nStart; in InsertHint() local
1532 nEnd = *pEnd; in InsertHint()
1548 nEnd = *pEnd; in InsertHint()
1561 nEnd = *pEnd; in InsertHint()
1622 && (nEnd - nStart) > 0 ) in InsertHint()
1625 EraseText( aIdx, (nEnd - nStart) ); in InsertHint()
1630 && (nEnd - nStart) > 0 ) in InsertHint()
1632 SwIndex aIdx( this, nEnd - 1 ); in InsertHint()
1703 const xub_StrLen nEnd ) in DeleteAttributes() argument
1755 else if( *pEndIdx == nEnd ) in DeleteAttributes()
1779 void SwTxtNode::DelSoftHyph( const xub_StrLen nStt, const xub_StrLen nEnd ) in DelSoftHyph() argument
1781 xub_StrLen nFndPos = nStt, nEndPos = nEnd; in DelSoftHyph()
1869 const xub_StrLen nEnd, in SetAttr() argument
1880 if ( !nStt && (nEnd == m_Text.Len()) && in SetAttr()
1948 RstTxtAttr( aIndex, nEnd - nStt, RES_TXTATR_CHARFMT, 0 ); in SetAttr()
1962 const_cast<SfxPoolItem&>(*pItem), nStt, nEnd ); in SetAttr()
1965 if ( nEnd != nStt && !pNew->GetEnd() ) in SetAttr()
1987 SwTxtAttr* pTmpNew = MakeTxtAttr( *GetDoc(), aCharSet, nStt, nEnd ); in SetAttr()
2089 sal_Bool SwTxtNode::GetAttr( SfxItemSet& rSet, xub_StrLen nStt, xub_StrLen nEnd, in GetAttr() argument
2126 if( nStt == nEnd ) // kein Bereich: in GetAttr()
2132 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr()
2160 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr()
2173 if( nEnd <= *pAttrEnd ) // hinter oder genau Ende in GetAttr()
2180 else if( nAttrStart < nEnd // reicht in den Bereich in GetAttr()
2281 if( nEnd <= rItemPair.mnEndPos ) // hinter oder genau Ende in GetAttr()
2981 for( sal_uInt16 n = 0, nEnd = Count(); n < nEnd; ++n ) in TryInsertHint() local
3015 --nEnd; in TryInsertHint()
3263 const xub_StrLen nEnd = nBegin + nLen; in GetLang() local
3269 if( nEnd < nAttrStart ) in GetLang()
3281 nLen ? ( nAttrStart < nEnd && nBegin < *pEndIdx ) in GetLang()
3292 if( nAttrStart <= nBegin && nEnd <= *pEndIdx ) in GetLang()