Lines Matching refs:nKerning
3437 long nKerning = LogicToLogic( nBig, eOrgUnit, ePntUnit ); in Reset() local
3445 if ( nKerning > 0 ) in Reset()
3449 else if ( nKerning < 0 ) in Reset()
3452 nKerning = -nKerning; in Reset()
3456 nKerning = 0; in Reset()
3463 if(nVal < nKerning) in Reset()
3464 m_aKerningEdit.SetMax( nKerning ); in Reset()
3465 m_aKerningEdit.SetValue( nKerning ); in Reset()
3638 short nKerning = 0; in FillItemSet() local
3645 nKerning = (short)m_aKerningEdit.Denormalize( nVal ); in FillItemSet()
3648 nKerning *= - 1; in FillItemSet()
3654 if ( rItem.GetValue() == nKerning ) in FillItemSet()
3665 rSet.Put( SvxKerningItem( nKerning, nWhich ) ); in FillItemSet()