Searched refs:bPreferPortionStart (Results 1 – 4 of 4) sorted by relevance
/trunk/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…
|
/trunk/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()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 4177 …XPos( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart ) in GetXPos() argument 4182 sal_Bool bDoPreferPortionStart = bPreferPortionStart; in GetXPos() 4219 if ( !bPreferPortionStart ) in GetXPos()
|
H A D | impedit.hxx | 538 …ortion* pParaPortion, EditLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferPortionStart = sal_False…
|
Completed in 51 milliseconds