Searched refs:nTextPortion (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1060 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in CursorVisualStartEnd() 4088 for ( sal_uInt16 i = pLine->GetStartPortion(); i < nTextPortion; i++ ) in GetPortionXOffset() 4108 TextPortion* pDestPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in GetPortionXOffset() 4114 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() 4125 nTmpPortion = nTextPortion; in GetPortionXOffset() 4139 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() 4150 nTmpPortion = nTextPortion; in GetPortionXOffset() 4189 …DBG_ASSERT( ( nTextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion… in GetXPos() 4191 TextPortion* pPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in GetXPos() 4193 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 );
|
/aoo41x/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 | 1809 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTextPorti… in ImpShowCursor() local 1810 TETextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpShowCursor()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 207 …g ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion );
|
Completed in 64 milliseconds