Lines Matching refs:nTmpPos

816 		sal_uInt16 nTmpPos = nIndex;  in CreateLines()  local
834 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
908 nPortionStart = nTmpPos; in CreateLines()
921 nTmpPos = nTmpPos - pPrev->GetLen(); in CreateLines()
931 if ( pNextFeature && ( pNextFeature->GetStart() == nTmpPos ) ) in CreateLines()
968 aCurrentTab.nCharPos = nTmpPos; in CreateLines()
977 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
996 pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines()
1008 pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines()
1014 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
1028 pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines()
1051 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
1057 …) = aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, pPortion->GetLen… in CreateLines()
1060 if ( ( aTmpFont.GetFixKerning() > 0 ) && ( ( nTmpPos + pPortion->GetLen() ) < pNode->Len() ) ) in CreateLines()
1070 sal_uInt16 nPos = nTmpPos - pLine->GetStart(); in CreateLines()
1076 …ImplCalcAsianCompression( pNode, pPortion, nTmpPos, (sal_Int32*)pLine->GetCharPosArray().GetData()… in CreateLines()
1080 pPortion->SetRightToLeft( GetRightToLeft( nPara, nTmpPos+1 ) ); in CreateLines()
1082 sal_uInt16 _nPortionEnd = nTmpPos + pPortion->GetLen(); in CreateLines()
1122 String aText = GetSelected( EditSelection( EditPaM( pParaPortion->GetNode(), nTmpPos ), in CreateLines()
1123 EditPaM( pParaPortion->GetNode(), nTmpPos + pPortion->GetLen() ) ) ); in CreateLines()
1128 … += aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL ).… in CreateLines()
1147 nTmpPos = nTmpPos + pPortion->GetLen(); in CreateLines()
1148 nPortionEnd = nTmpPos; in CreateLines()
1163 nPortionEnd = nTmpPos; in CreateLines()
1164 nTmpPos -= pPortion ? pPortion->GetLen() : 0; in CreateLines()
1165 nPortionStart = nTmpPos; in CreateLines()
1172 nTmpPos++; in CreateLines()
1180 sal_uInt16 nP = SplitTextPortion( pParaPortion, nTmpPos, pLine ); in CreateLines()
1188 nPortionEnd = nTmpPos; in CreateLines()
1189 nTmpPos -= pPortion ? pPortion->GetLen() : 0; in CreateLines()
1190 nPortionStart = nTmpPos; in CreateLines()
2241 sal_uInt16 nTmpPos = 0; in SplitTextPortion() local
2247 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
2248 if ( nTmpPos >= nPos ) in SplitTextPortion()
2250 if ( nTmpPos == nPos ) // dann braucht nichts geteilt werden in SplitTextPortion()
2266 sal_uInt16 nOverlapp = nTmpPos - nPos; in SplitTextPortion()