Lines Matching refs:nContent
625 pCrsr->Start()->nContent = pCrsr->End()->nContent; in Ignore()
636 const xub_StrLen nStart = pStt->nContent.GetIndex(); in DelSoftHyph()
637 const xub_StrLen nEnd = rPam.End()->nContent.GetIndex(); in DelSoftHyph()
658 xub_StrLen nLastHyphLen = GetEnd()->nContent.GetIndex() - in InsertSoftHyph()
659 pSttPos->nContent.GetIndex(); in InsertSoftHyph()
674 pSttPos->nContent += nHyphPos; in InsertSoftHyph()
1020 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetCorrection()
1058 xub_StrLen nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection()
1060 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection()
1077 aPos.nContent = nBegin + nLeft; in GetCorrection()
1088 SwIndex& rContent = GetCrsr()->GetPoint()->nContent; in GetCorrection()
1135 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetGrammarCorrection()
1198 xub_StrLen nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection()
1200 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection()
1221 aPos.nContent = nBegin + nLeft; in GetGrammarCorrection()
1232 SwIndex& rContent = GetCrsr()->GetPoint()->nContent; in GetGrammarCorrection()
1370 pCrsr->GetPoint()->nContent = aCurrentOldPosition->nLeft; in ApplyChangedSentence()
1371 pCrsr->GetMark()->nContent = aCurrentOldPosition->nRight; in ApplyChangedSentence()
1412 pCrsr->GetPoint()->nContent = aCurrentStartPosition->nLeft; in ApplyChangedSentence()
1413 pCrsr->GetMark()->nContent = aCurrentEndPosition->nRight; in ApplyChangedSentence()
1477 const xub_StrLen nStartIndex = pStartPos->nContent.GetIndex(); in lcl_CollectDeletedRedlines()
1510 xub_StrLen nEnd = pEndPos->nContent.GetIndex(); in lcl_CutRedlines()
1649 if( pCrsr->End()->nContent.GetIndex() < nSentenceEnd ) in SpellSentence()
1651 pCrsr->End()->nContent.Assign( in SpellSentence()
1813 aPosition.nLeft = pCrsr->Start()->nContent.GetIndex(); in CreatePortion()
1814 aPosition.nRight = pCrsr->End()->nContent.GetIndex(); in CreatePortion()
1849 rDeletedRedlines, aStart.nContent.GetIndex() ); in AddPortion()
1850 if( aNextRedline.nLeft == aStart.nContent.GetIndex() ) in AddPortion()
1853 xub_StrLen nEnd = aEnd.nContent.GetIndex() < aNextRedline.nRight ? in AddPortion()
1854 aEnd.nContent.GetIndex() : aNextRedline.nRight; in AddPortion()
1855 pCrsr->GetPoint()->nContent.Assign( pTxtNode, nEnd ); in AddPortion()
1860 rDeletedRedlines, aStart.nContent.GetIndex() ); in AddPortion()
1870 … xub_Unicode cChar = pTxtNode->GetTxt().GetChar( pCrsr->GetMark()->nContent.GetIndex() ); in AddPortion()
1874 pCrsr->GetMark()->nContent.GetIndex() ); in AddPortion()
1890 bool bRedline = aNextRedline.nLeft == pCrsr->GetPoint()->nContent.GetIndex(); in AddPortion()
1924 xub_StrLen nEnd = aEnd.nContent.GetIndex() < aNextRedline.nRight ? in AddPortion()
1925 aEnd.nContent.GetIndex() : aNextRedline.nRight; in AddPortion()
1926 pCrsr->GetPoint()->nContent.Assign( pTxtNode, nEnd ); in AddPortion()
1931 rDeletedRedlines, aStart.nContent.GetIndex() ); in AddPortion()
1950 xub_StrLen nStart = rErrorPosition.Start()->nContent.GetIndex(); in IgnoreGrammarErrorAt()
1957 nEnd = rErrorPosition.End()->nContent.GetIndex(); in IgnoreGrammarErrorAt()