Lines Matching refs:xub_StrLen

290 xub_StrLen SwTxtNode::Len() const  in Len()
379 const xub_StrLen nSplitPos = rPos.nContent.GetIndex(); in SplitCntntNode()
380 const xub_StrLen nTxtLen = m_Text.Len(); in SplitCntntNode()
484 const xub_StrLen* const pEnd = pHt->GetEnd(); in SplitCntntNode()
567 const xub_StrLen* const pEnd = pHt->GetEnd(); in SplitCntntNode()
629 const xub_StrLen* pHtEndIdx = pHt->GetEnd(); in MoveTxtAttr_To_AttrSet()
658 xub_StrLen nOldLen = m_Text.Len(); in JoinNext()
753 xub_StrLen nLen = pTxtNode->Len(); in JoinPrev()
864 const xub_StrLen nChangeLen, in Update()
871 const xub_StrLen nChangePos = rPos.GetIndex(); in Update()
877 const xub_StrLen nChangeEnd = nChangePos + nChangeLen; in Update()
883 xub_StrLen * const pStart = pHint->GetStart(); in Update()
897 xub_StrLen * const pEnd = pHint->GetEnd(); in Update()
941 xub_StrLen * const pStart = pHint->GetStart(); in Update()
942 xub_StrLen * const pEnd = pHint->GetEnd(); in Update()
1189 const xub_StrLen nIdx = rIdx.GetIndex(); in DontExpandFmt()
1203 xub_StrLen *pEnd = pTmp->GetEnd(); in DontExpandFmt()
1220 static bool lcl_GetTxtAttrDefault(xub_StrLen const nIndex, in lcl_GetTxtAttrDefault()
1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault()
1225 static bool lcl_GetTxtAttrExpand(xub_StrLen const nIndex, in lcl_GetTxtAttrExpand()
1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand()
1230 static bool lcl_GetTxtAttrParent(xub_StrLen const nIndex, in lcl_GetTxtAttrParent()
1231 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent()
1241 xub_StrLen const nIndex, in lcl_GetTxtAttrs()
1246 xub_StrLen nPreviousIndex(0); // index of last hint with nWhich in lcl_GetTxtAttrs()
1247 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs()
1259 xub_StrLen const nHintStart( *(pHint->GetStart()) ); in lcl_GetTxtAttrs()
1270 xub_StrLen const*const pEndIdx = pHint->GetEnd(); in lcl_GetTxtAttrs()
1301 SwTxtNode::GetTxtAttrsAt(xub_StrLen const nIndex, RES_TXTATR const nWhich, in GetTxtAttrsAt()
1310 SwTxtNode::GetTxtAttrAt(xub_StrLen const nIndex, RES_TXTATR const nWhich, in GetTxtAttrAt()
1342 const xub_StrLen nIndex, in GetFldTxtAttrAt()
1520 void SwTxtNode::CopyAttr( SwTxtNode *pDest, const xub_StrLen nTxtStartIdx, in CopyAttr()
1521 const xub_StrLen nOldPos ) in CopyAttr()
1531 xub_StrLen const nAttrStartIdx = *pHt->GetStart(); in CopyAttr()
1535 const xub_StrLen *const pEndIdx = pHt->GetEnd(); in CopyAttr()
1587 const xub_StrLen nLen, in CopyText()
1598 xub_StrLen nLen, in CopyText()
1601 xub_StrLen nTxtStartIdx = rStart.GetIndex(); in CopyText()
1602 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CopyText()
1649 const xub_StrLen oldLen = pDest->m_Text.Len(); in CopyText()
1696 const xub_StrLen nEnd = nTxtStartIdx + nLen; in CopyText()
1715 const xub_StrLen nAttrStartIdx = *(*m_pSwpHints)[n]->GetStart(); in CopyText()
1720 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CopyText()
1755 xub_StrLen nAttrStt; in CopyText()
1756 xub_StrLen nAttrEnd; in CopyText()
1864 xub_StrLen aPos = rIdx.GetIndex(); in InsertText()
1865 xub_StrLen nLen = m_Text.Len() - aPos; in InsertText()
1894 xub_StrLen * const pEndIdx = pHt->GetEnd(); in InsertText()
1967 const SwIndex & rStart, const xub_StrLen nLen ) in CutText()
1984 const SwIndex & rStart, /*const*/ xub_StrLen nLen, const bool bUpdate ) in CutImpl()
2012 xub_StrLen nTxtStartIdx = rStart.GetIndex(); in CutImpl()
2013 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CutImpl()
2014 const xub_StrLen nInitSize = pDest->m_Text.Len(); in CutImpl()
2024 const xub_StrLen nEnd = rStart.GetIndex() + nLen; in CutImpl()
2038 const xub_StrLen nAttrStartIdx = *pHt->GetStart(); in CutImpl()
2041 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CutImpl()
2108 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CutImpl()
2136 xub_StrLen * const pEndIdx = pNewHt->GetEnd(); in CutImpl()
2167 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CutImpl()
2177 const xub_StrLen nEnd = rStart.GetIndex() + nLen; in CutImpl()
2216 const xub_StrLen nAttrStartIdx = *pHt->GetStart(); in CutImpl()
2219 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CutImpl()
2309 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CutImpl()
2347 void SwTxtNode::EraseText(const SwIndex &rIdx, const xub_StrLen nCount, in EraseText()
2352 const xub_StrLen nStartIdx = rIdx.GetIndex(); in EraseText()
2353 const xub_StrLen nCnt = (STRING_LEN == nCount) in EraseText()
2355 const xub_StrLen nEndIdx = nStartIdx + nCnt; in EraseText()
2367 const xub_StrLen nHintStart = *pHt->GetStart(); in EraseText()
2375 const xub_StrLen* pHtEndIdx = pHt->GetEnd(); in EraseText()
2474 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in GCAttr()
2774 const xub_StrLen nIndex, in GetTxtAttrForCharAt()
2782 const xub_StrLen nStartPos = *pHint->GetStart(); in GetTxtAttrForCharAt()
3049 xub_StrLen& rTxtStt, in Replace0xFF()
3050 xub_StrLen nEndPos, in Replace0xFF()
3058 xub_StrLen nPos = rTxt.Search( cSrchChr ); in Replace0xFF()
3122 XubString SwTxtNode::GetExpandTxt( const xub_StrLen nIdx, in GetExpandTxt()
3123 const xub_StrLen nLen, in GetExpandTxt()
3129 xub_StrLen nTxtStt = nIdx; in GetExpandTxt()
3167 xub_StrLen nIdx, xub_StrLen nLen, sal_Bool bWithNum, in GetExpandTxt()
3176 xub_StrLen nDestStt = aDestIdx.GetIndex(); in GetExpandTxt()
3200 xub_StrLen nInsPos = nDestStt - nIdx; in GetExpandTxt()
3204 const xub_StrLen nAttrStartIdx = *pHt->GetStart(); in GetExpandTxt()
3209 const xub_StrLen *pEndIdx = pHt->End(); in GetExpandTxt()
3301 xub_StrLen nIndex = aDestIdx.GetIndex(); in GetExpandTxt()
3323 xub_StrLen nPos = 0; in BuildConversionMap()
3335 const xub_StrLen nFieldPos = *pAttr->GetStart(); in BuildConversionMap()
3355 XubString SwTxtNode::GetRedlineTxt( xub_StrLen nIdx, xub_StrLen nLen, in GetRedlineTxt()
3379 aRedlArr.Insert( xub_StrLen(0), aRedlArr.Count() ); in GetRedlineTxt()
3402 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt()
3405 xub_StrLen nStt = aRedlArr[ n ], nEnd = aRedlArr[ n+1 ]; in GetRedlineTxt()
3411 xub_StrLen nDelCnt = nEnd - nStt; in GetRedlineTxt()
3430 void SwTxtNode::ReplaceText( const SwIndex& rStart, const xub_StrLen nDelLen, in ReplaceText()
3436 const xub_StrLen nStartPos = rStart.GetIndex(); in ReplaceText()
3437 xub_StrLen nEndPos = nStartPos + nDelLen; in ReplaceText()
3438 xub_StrLen nLen = nDelLen; in ReplaceText()
3439 for ( xub_StrLen nPos = nStartPos; nPos < nEndPos; ++nPos ) in ReplaceText()
4356 xub_StrLen nStartPos; in CalcHiddenCharFlags()
4357 xub_StrLen nEndPos; in CalcHiddenCharFlags()
5099 const xub_StrLen nEnd = Len(); in HasPageNumberField()
5100 for( xub_StrLen nStart = 0; nStart < nEnd; ++nStart ) in HasPageNumberField()