Lines Matching refs:nStt

121                          const xub_StrLen nStt, const xub_StrLen nEnd,  in lcl_MaskRedlines()  argument
143 if ( nRedlineEnd < nStt || nRedlineStart > nEnd ) in lcl_MaskRedlines()
148 if ( nRedlineStart >= nStt && nRedlineStart < nEnd ) in lcl_MaskRedlines()
166 const xub_StrLen nStt, const xub_StrLen nEnd, in lcl_MaskRedlinesAndHiddenText() argument
180 nRedlinesMasked = lcl_MaskRedlines( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText()
190 SwScriptInfo::MaskHiddenRanges( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText()
407 xub_StrLen nStt = rIdx.GetIndex(); in RstTxtAttr() local
408 xub_StrLen nEnd = nStt + nLen; in RstTxtAttr()
411 …const SwTxtInputFld* pTxtInputFld = dynamic_cast<const SwTxtInputFld*>(GetTxtAttrAt( nStt, RES_TXT… in RstTxtAttr()
418 if ( nStt > *(pTxtInputFld->GetStart()) ) in RstTxtAttr()
420 nStt = *(pTxtInputFld->GetStart()); in RstTxtAttr()
433 xub_StrLen nMax = nStt; in RstTxtAttr()
517 if( nStt <= nAttrStart ) // Faelle: 1,3,5 in RstTxtAttr()
578 if( *pAttrEnd > nStt ) // Faelle: 2,4 in RstTxtAttr()
591 *pAttrEnd = nStt; in RstTxtAttr()
597 *pStyleHandle, nStt, nAttrEnd ); in RstTxtAttr()
612 *pAttrEnd = nStt; in RstTxtAttr()
615 if ( pStyleHandle.get() && nStt < nEnd ) in RstTxtAttr()
618 *pStyleHandle, nStt, nEnd ); in RstTxtAttr()
1662 xub_StrLen nStt, xub_StrLen nEnd, in TransliterateText() argument
1665 if (nStt < nEnd && pBreakIt->GetBreakIter().is()) in TransliterateText()
1690 GetTxt(), nStt, in TransliterateText()
1691 pBreakIt->GetLocale( GetLang( nStt ) ), in TransliterateText()
1701 if (aSttBndry.endPos <= nStt) in TransliterateText()
1720 nStt = (xub_StrLen)aCurWordBndry.startPos; in TransliterateText()
1722 sal_Int32 nLen = nEnd - nStt; in TransliterateText()
1725 String aText( GetTxt().Copy( nStt, nLen ) ); in TransliterateText()
1729 … String sChgd( rTrans.transliterate( GetTxt(), GetLang( nStt ), nStt, nLen, &aOffsets )); in TransliterateText()
1731 if (!m_Text.Equals( sChgd, nStt, nLen )) in TransliterateText()
1733 aChgData.nStart = nStt; in TransliterateText()
1759 GetTxt(), nStt, in TransliterateText()
1760 pBreakIt->GetLocale( GetLang( nStt ) ) ); in TransliterateText()
1766 if (nCurrentEnd <= nStt) in TransliterateText()
1815 if (!m_Text.Equals( sChgd, nStt, nLen )) in TransliterateText()
1841 pIter = new SwLanguageIterator( *this, nStt ); in TransliterateText()
1860 xub_StrLen nLen = nEndPos - nStt; in TransliterateText()
1863 String sChgd( rTrans.transliterate( m_Text, nLang, nStt, nLen, &aOffsets )); in TransliterateText()
1865 if (!m_Text.Equals( sChgd, nStt, nLen )) in TransliterateText()
1867 aChgData.nStart = nStt; in TransliterateText()
1874 nStt = nEndPos; in TransliterateText()
1940 xub_StrLen nStt, xub_StrLen nEnd ) const in CountWords() argument
1943 if( nStt < nEnd ) in CountWords()
1953 if ( 0 == nStt && GetTxt().Len() == nEnd && !IsWordCountDirty() ) in CountWords()
1966 lcl_MaskRedlinesAndHiddenText( *this, rCastStr, nStt, nEnd, cChar, false ); in CountWords()
1973 … const sal_uInt32 nExpandBegin = ModelToViewHelper::ConvertToViewPosition( pConversionMap, nStt ); in CountWords()
2036 if ( nStt == 0 && bCount ) in CountWords()
2067 if ( 0 == nStt && GetTxt().Len() == nEnd ) in CountWords()