Searched refs:rAutoKern (Results 1 – 3 of 3) sorted by relevance
62 inline SvxAutoKernItem& operator=(const SvxAutoKernItem& rAutoKern) in operator =() argument64 SetValue( rAutoKern.GetValue() ); in operator =()
2257 void RtfAttributeOutput::CharAutoKern( const SvxAutoKernItem& rAutoKern) in CharAutoKern() argument2262 m_aStyles.append((sal_Int32) (rAutoKern.GetValue() ? 1 : 0)); in CharAutoKern()
1188 void WW8AttributeOutput::CharAutoKern( const SvxAutoKernItem& rAutoKern ) in CharAutoKern() argument1195 m_rWW8Export.InsUInt16( rAutoKern.GetValue() ? 1 : 0 ); in CharAutoKern()
Completed in 60 milliseconds