Searched refs:bKern (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.hxx | 414 const sal_Bool bKern, const sal_Bool bWrong = sal_False, 453 const sal_Bool bKern = sal_False) const; 455 const sal_Bool bKern = sal_False ) const; 457 const sal_Bool bKern, 852 const sal_Bool bKern ) const in DrawText() 854 ((SwTxtPaintInfo*)this)->_DrawText( rText, rPor, nStart, nLength, bKern ); in DrawText() 858 const xub_StrLen nLength, const sal_Bool bKern ) const in DrawText() 860 ((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern ); in DrawText() 865 const sal_Bool bKern, in DrawMarkedText() argument 870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()
|
H A D | inftxt.cxx | 642 const sal_Bool bKern, const sal_Bool bWrong, in _DrawText() argument 745 aDrawInf.SetKern( bKern ? rPor.Width() : 0 ); in _DrawText() 754 if( bKern ) in _DrawText()
|
Completed in 60 milliseconds