Home
last modified time | relevance | path

Searched refs:rEsc (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/editeng/inc/editeng/
H A Descpitem.hxx96 inline SvxEscapementItem& operator=(const SvxEscapementItem& rEsc) in operator =() argument
98 nEsc = rEsc.GetEsc(); in operator =()
99 nProp = rEsc.GetProp(); in operator =()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx2070 void RtfAttributeOutput::CharEscapement( const SvxEscapementItem& rEsc ) in CharEscapement() argument
2078 if( 0 < rEsc.GetEsc() ) in CharEscapement()
2080 else if( 0 > rEsc.GetEsc() ) in CharEscapement()
2088 short nEsc = rEsc.GetEsc(); in CharEscapement()
2089 short nProp = rEsc.GetProp() * 100; in CharEscapement()
2092 nEsc = 100 - rEsc.GetProp(); in CharEscapement()
2097 nEsc = - 100 + rEsc.GetProp(); in CharEscapement()
/aoo41x/main/sw/source/core/txtnode/
H A Dswfont.cxx551 const SvxEscapementItem &rEsc = pAttrSet->GetEscapement(); in SwFont() local
552 SetEscapement( rEsc.GetEsc() ); in SwFont()
554 SetProportion( rEsc.GetProp() ); in SwFont()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx1297 const SvxEscapementItem& rEsc = (const SvxEscapementItem&) rSet.Get( EE_CHAR_ESCAPEMENT ); in CreateFont() local
1299 sal_uInt16 nProp = rEsc.GetProp(); in CreateFont()
1302 short nEsc = rEsc.GetEsc(); in CreateFont()

Completed in 117 milliseconds