Lines Matching refs:xub_StrLen

193 	void InsertSoftHyph( const xub_StrLen nHyphPos );
636 const xub_StrLen nStart = pStt->nContent.GetIndex(); in DelSoftHyph()
637 const xub_StrLen nEnd = rPam.End()->nContent.GetIndex(); in DelSoftHyph()
647 void SwHyphIter::InsertSoftHyph( const xub_StrLen nHyphPos ) in InsertSoftHyph()
658 xub_StrLen nLastHyphLen = GetEnd()->nContent.GetIndex() - in InsertSoftHyph()
967 void SwEditShell::InsertSoftHyph( const xub_StrLen nHyphPos ) in InsertSoftHyph()
1020 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetCorrection()
1021 xub_StrLen nLen = 1; in GetCorrection()
1058 xub_StrLen nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection()
1060 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection()
1069 xub_StrLen nLeft = 0; in GetCorrection()
1073 xub_StrLen nRight = 0; in GetCorrection()
1083 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetCorrection()
1085xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection()
1135 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetGrammarCorrection()
1136 xub_StrLen nLen = 1; in GetGrammarCorrection()
1198 xub_StrLen nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection()
1200 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection()
1213 xub_StrLen nLeft = 0; in GetGrammarCorrection()
1217 xub_StrLen nRight = 0; in GetGrammarCorrection()
1227 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetGrammarCorrection()
1229xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection()
1477 const xub_StrLen nStartIndex = pStartPos->nContent.GetIndex(); in lcl_CollectDeletedRedlines()
1487 xub_StrLen nStart, nEnd; in lcl_CollectDeletedRedlines()
1510 xub_StrLen nEnd = pEndPos->nContent.GetIndex(); in lcl_CutRedlines()
1523 xub_StrLen nSearchFrom ) in lcl_FindNextDeletedRedline()
1645xub_StrLen nSentenceEnd = (xub_StrLen)ModelToViewHelper::ConvertToViewPosition( pConversionMap, aG… in SpellSentence()
1853 xub_StrLen nEnd = aEnd.nContent.GetIndex() < aNextRedline.nRight ? in AddPortion()
1924 xub_StrLen nEnd = aEnd.nContent.GetIndex() < aNextRedline.nRight ? in AddPortion()
1950 xub_StrLen nStart = rErrorPosition.Start()->nContent.GetIndex(); in IgnoreGrammarErrorAt()
1951 xub_StrLen nEnd = STRING_LEN; in IgnoreGrammarErrorAt()