Searched refs:nAutoKern (Results 1 – 1 of 1) sorted by relevance
100 inline void SetAutoKern( const sal_uInt8 nAutoKern );211 inline void SetAutoKern( sal_uInt8 nAutoKern );586 inline void SwSubFont::SetAutoKern( const sal_uInt8 nAutoKern ) in SetAutoKern() argument589 Font::SetKerning( nAutoKern ); in SetAutoKern()592 inline void SwFont::SetAutoKern( sal_uInt8 nAutoKern ) in SetAutoKern() argument595 aSub[1].SetAutoKern( nAutoKern ); in SetAutoKern()596 if( nAutoKern ) in SetAutoKern()597 nAutoKern = KERNING_FONTSPECIFIC; in SetAutoKern()598 aSub[0].SetAutoKern( nAutoKern ); in SetAutoKern()599 aSub[2].SetAutoKern( nAutoKern ); in SetAutoKern()
Completed in 15 milliseconds