Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2149 sal_uInt16 nTmpIndex = nIndex; in ImpPaint() local
2171 TextPaM aTextStart( nPara, nTmpIndex ); in ImpPaint()
2184 nTmpIndex = nTmpIndex + nL; in ImpPaint()
2188 nL = nEnd-nTmpIndex; in ImpPaint()
2190 nL = pSelEnd->GetIndex() - nTmpIndex; in ImpPaint()
2196 aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()
2200 nTmpIndex = nTmpIndex + nL; in ImpPaint()
2204 if ( nTmpIndex < nEnd ) in ImpPaint()
2206 nL = nEnd-nTmpIndex; in ImpPaint()
2208 pOutDev->DrawText( aPos, pPortion->GetNode()->GetText(), nTmpIndex, nEnd-nTmpIndex ); in ImpPaint()
[all …]
/trunk/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()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1343 sal_uLong nTmpIndex = rNewA.GetCntntAnchor()->nNode.GetIndex(); in GetTop() local
1352 if( nIndex >= nTmpIndex ) in GetTop()
/trunk/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]) )

Completed in 79 milliseconds