Searched refs:ImpGetXPos (Results 1 – 2 of 2) sorted by relevance
/trunk/main/svtools/source/edit/ |
H A D | texteng.cxx | 1030 long nX = ImpGetXPos( rPaM.GetPara(), pLine, rPaM.GetIndex(), bPreferPortionStart ); in GetEditCursor() 1035 long TextEngine::ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferP… in ImpGetXPos() function in TextEngine 1080 nX = ImpGetXPos( nPara, pLine, nIndex, sal_True ); in ImpGetXPos() 3282 nX = ImpGetXPos( nPara, pLine, nIndex, nIndex == nPortionStart ); in ImpGetOutputOffset() 3285 long nX2 = ImpGetXPos( nPara, pLine, nIndex2, sal_False ); in ImpGetOutputOffset()
|
/trunk/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 208 …long ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPre…
|
Completed in 30 milliseconds