Searched refs:rEsc (Results 1 – 4 of 4) sorted by relevance
96 inline SvxEscapementItem& operator=(const SvxEscapementItem& rEsc) in operator =() argument98 nEsc = rEsc.GetEsc(); in operator =()99 nProp = rEsc.GetProp(); in operator =()
2062 void RtfAttributeOutput::CharEscapement( const SvxEscapementItem& rEsc ) in CharEscapement() argument2070 if( 0 < rEsc.GetEsc() ) in CharEscapement()2072 else if( 0 > rEsc.GetEsc() ) in CharEscapement()2080 short nEsc = rEsc.GetEsc(); in CharEscapement()2081 short nProp = rEsc.GetProp() * 100; in CharEscapement()2084 nEsc = 100 - rEsc.GetProp(); in CharEscapement()2089 nEsc = - 100 + rEsc.GetProp(); in CharEscapement()
551 const SvxEscapementItem &rEsc = pAttrSet->GetEscapement(); in SwFont() local552 SetEscapement( rEsc.GetEsc() ); in SwFont()554 SetProportion( rEsc.GetProp() ); in SwFont()
1295 const SvxEscapementItem& rEsc = (const SvxEscapementItem&) rSet.Get( EE_CHAR_ESCAPEMENT ); in CreateFont() local1297 sal_uInt16 nProp = rEsc.GetProp(); in CreateFont()1300 short nEsc = rEsc.GetEsc(); in CreateFont()
Completed in 58 milliseconds