Lines Matching refs:nIndex

281 LanguageType SvxOutlinerForwarder::GetLanguage( sal_uInt32 nPara, sal_uInt16 nIndex ) const  in GetLanguage()
283 return rOutliner.GetLanguage(nPara, nIndex); in GetLanguage()
301 Rectangle SvxOutlinerForwarder::GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
311 if( nIndex >= GetTextLen(nPara) ) in GetCharBounds()
315 if( nIndex ) in GetCharBounds()
318 aLast = rOutliner.GetEditEngine().GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
344 …rceHelper::EEToUserSpace( rOutliner.GetEditEngine().GetCharacterBounds( EPosition(nPara, nIndex) ), in GetCharBounds()
382 …utlinerForwarder::GetIndexAtPoint( const Point& rPos, sal_uInt32& nPara, sal_uInt16& nIndex ) const in GetIndexAtPoint()
394 nIndex = aDocPos.nIndex; in GetIndexAtPoint()
399 sal_Bool SvxOutlinerForwarder::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nSt… in GetWordIndices() argument
401 …ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com… in GetWordIndices()
414 …uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPara, sal_uInt16 nIndex, sal_Bool bInCell … in GetAttributeRun() argument
416 …lper::GetAttributeRun( nStartIndex, nEndIndex, rOutliner.GetEditEngine(), nPara, nIndex, bInCell ); in GetAttributeRun()
434 sal_uInt16 SvxOutlinerForwarder::GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetLineNumberAtIndex()
436 return rOutliner.GetEditEngine().GetLineNumberAtIndex( nPara, nIndex ); in GetLineNumberAtIndex()