Searched refs:bPreferPortionStart (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 205 …Rectangle GetEditCursor( const TextPaM& rPaM, sal_Bool bSpecial, sal_Bool bPreferPortionStart = … 208 …Pos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart = sal_False…
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 978 …e TextEngine::GetEditCursor( const TextPaM& rPaM, sal_Bool bSpecial, sal_Bool bPreferPortionStart ) in GetEditCursor() argument 1030 long nX = ImpGetXPos( rPaM.GetPara(), pLine, rPaM.GetIndex(), bPreferPortionStart ); in GetEditCursor() 1035 …ne::ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart ) in ImpGetXPos() argument 1039 sal_Bool bDoPreferPortionStart = bPreferPortionStart; in ImpGetXPos() 1079 … DBG_ASSERT( !bPreferPortionStart, "ImpGetXPos - How can we this tab portion here???" ); in ImpGetXPos()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 4174 …XPos( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart ) in GetXPos() argument 4179 sal_Bool bDoPreferPortionStart = bPreferPortionStart; in GetXPos() 4216 if ( !bPreferPortionStart ) in GetXPos()
|
H A D | impedit.hxx | 538 …ortion* pParaPortion, EditLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart = sal_False…
|
Completed in 159 milliseconds