Searched refs:rPosInPara (Results 1 – 2 of 2) sorted by relevance
206 sal_uInt16 ImpFindIndex( sal_uLong nPortion, const Point& rPosInPara, sal_Bool bSmart );
1173 sal_uInt16 TextEngine::ImpFindIndex( sal_uLong nPortion, const Point& rPosInPara, sal_Bool bSmart ) in ImpFindIndex() argument1187 if ( nY > rPosInPara.Y() ) // das war 'se in ImpFindIndex()1195 nCurIndex = GetCharPos( nPortion, nLine, rPosInPara.X(), bSmart ); in ImpFindIndex()
Completed in 27 milliseconds