Home
last modified time | relevance | path

Searched refs:nTextPortion (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1065 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in CursorVisualStartEnd()
4091 for ( sal_uInt16 i = pLine->GetStartPortion(); i < nTextPortion; i++ ) in GetPortionXOffset()
4111 TextPortion* pDestPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in GetPortionXOffset()
4117 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset()
4128 nTmpPortion = nTextPortion; in GetPortionXOffset()
4142 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset()
4153 nTmpPortion = nTextPortion; in GetPortionXOffset()
4192 …DBG_ASSERT( ( nTextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion… in GetXPos()
4194 TextPortion* pPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in GetXPos()
4196 long nX = GetPortionXOffset( pParaPortion, pLine, nTextPortion ); in GetXPos()
[all …]
H A Dimpedit.cxx699 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTextPorti… in ShowCursor() local
700 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ShowCursor()
870 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTextPorti… in ShowCursor() local
871 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ShowCursor()
H A Dimpedit.hxx539 … GetPortionXOffset( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nTextPortion );
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1051 …DBG_ASSERT( ( nTextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion… in ImpGetXPos()
1053 TETextPortion* pPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpGetXPos()
1055 long nX = ImpGetPortionXOffset( nPara, pLine, nTextPortion ); in ImpGetXPos()
1072 … TETextPortion* pNextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion+1 ); in ImpGetXPos()
3155 long TextEngine::ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion ) in ImpGetPortionXOffset() argument
3161 for ( sal_uInt16 i = pLine->GetStartPortion(); i < nTextPortion; i++ ) in ImpGetPortionXOffset()
3167 TETextPortion* pDestPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpGetPortionXOffset()
3173 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset()
3184 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
3198 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset()
[all …]
H A Dtextview.cxx1813 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTextPorti… in ImpShowCursor() local
1814 TETextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpShowCursor()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx207 …g ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion );

Completed in 67 milliseconds