Searched refs:nTextPortion (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1065 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 D | impedit.cxx | 699 …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 D | impedit.hxx | 539 … GetPortionXOffset( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nTextPortion );
|
/aoo42x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1051 …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 D | textview.cxx | 1813 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTextPorti… in ImpShowCursor() local 1814 TETextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpShowCursor()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 207 …g ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion );
|
Completed in 117 milliseconds