Home
last modified time | relevance | path

Searched refs:nTmpIndex (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx2149 sal_uInt16 nTmpIndex = nIndex; in ImpPaint() local
2150 sal_uInt16 nEnd = nTmpIndex + pTextPortion->GetLen(); in ImpPaint()
2156 … && ( nTmpIndex < pPaintRange->GetStart().GetIndex() ) ) in ImpPaint()
2158 nTmpIndex = pPaintRange->GetStart().GetIndex(); in ImpPaint()
2171 TextPaM aTextStart( nPara, nTmpIndex ); in ImpPaint()
2180 nL = pSelStart->GetIndex() - nTmpIndex; in ImpPaint()
2182 … aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()
2183 … pOutDev->DrawText( aPos, pPortion->GetNode()->GetText(), nTmpIndex, nL ); in ImpPaint()
2184 nTmpIndex = nTmpIndex + nL; in ImpPaint()
2188 nL = nEnd-nTmpIndex; in ImpPaint()
[all …]
/AOO41X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1837 int nTmpIndex = mpLogClusters[c]; local
1839 && (nTmpIndex == mpLogClusters[c]) )
1845 int nTmpIndex = mpLogClusters[ pVI->mnEndCharPos - 1 ]; local
1847 && (nTmpIndex == mpLogClusters[c]) )
/AOO41X/main/sw/source/core/text/
H A Dtxtfly.cxx1337 sal_uLong nTmpIndex = rNewA.GetCntntAnchor()->nNode.GetIndex(); in GetTop() local
1346 if( nIndex >= nTmpIndex ) in GetTop()
/AOO41X/main/sw/source/core/layout/
H A Dflowfrm.cxx362 sal_uLong nTmpIndex = rFmt.GetAnchor().GetCntntAnchor()->nNode.GetIndex(); in BwdMoveNecessary() local
384 if( nIndex < nTmpIndex ) in BwdMoveNecessary()