Lines Matching refs:nTmpPos
783 xub_StrLen nTmpPos = aPaM.GetIndex(); in ImpInsertText() local
789 rtl::OUString aOldText( mpDoc->GetText( aPaM.GetPara() ).Copy(0, nTmpPos) ); in ImpInsertText()
793 xISC->correctInputSequence( aNewText, nTmpPos - 1, c, nCheckMode ); in ImpInsertText()
820 if (!xISC->checkInputSequence( aOldText, nTmpPos - 1, c, nCheckMode )) in ImpInsertText()
1840 sal_uInt16 nTmpPos = 0; in SplitTextPortion() local
1847 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
1848 if ( nTmpPos >= nPos ) in SplitTextPortion()
1850 if ( nTmpPos == nPos ) // dann braucht nichts geteilt werden in SplitTextPortion()
1859 sal_uInt16 nOverlapp = nTmpPos - nPos; in SplitTextPortion()
2400 sal_uInt16 nTmpPos = nIndex; in CreateLines() local
2416 nPortionStart = nTmpPos; in CreateLines()
2419 if ( pNode->GetText().GetChar( nTmpPos ) == '\t' ) in CreateLines()
2440 pPortion->GetWidth() = (long)CalcTextWidth( nPara, nTmpPos, pPortion->GetLen() ); in CreateLines()
2443 pPortion->GetRightToLeft() = ImpGetRightToLeft( nPara, nTmpPos+1 ); in CreateLines()
2447 nTmpPos = nTmpPos + pPortion->GetLen(); in CreateLines()
2448 nPortionEnd = nTmpPos; in CreateLines()
2456 nPortionEnd = nTmpPos; in CreateLines()
2457 nTmpPos = nTmpPos - pPortion->GetLen(); in CreateLines()
2458 nPortionStart = nTmpPos; in CreateLines()