Home
last modified time | relevance | path

Searched refs:rFontSize (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx345 virtual void CharFontSize( const SvxFontHeightItem& rFontSize );
378 … virtual void CharFontSizeCJK( const SvxFontHeightItem& rFontSize ) { CharFontSize( rFontSize ); } in CharFontSizeCJK() argument
393 … virtual void CharFontSizeCTL( const SvxFontHeightItem& rFontSize ) { CharFontSize( rFontSize ); } in CharFontSizeCTL() argument
H A Drtfattributeoutput.hxx279 virtual void CharFontSize( const SvxFontHeightItem& rFontSize );
312 virtual void CharFontSizeCJK( const SvxFontHeightItem& rFontSize );
327 virtual void CharFontSizeCTL( const SvxFontHeightItem& rFontSize );
H A Drtfattributeoutput.cxx2130 void RtfAttributeOutput::CharFontSize( const SvxFontHeightItem& rFontSize) in CharFontSize() argument
2134 switch ( rFontSize.Which() ) in CharFontSize()
2138 m_aStylesEnd.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2142 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2146 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2322 void RtfAttributeOutput::CharFontSizeCJK( const SvxFontHeightItem& rFontSize ) in CharFontSizeCJK() argument
2326 CharFontSize( rFontSize ); in CharFontSizeCJK()
2363 void RtfAttributeOutput::CharFontSizeCTL( const SvxFontHeightItem& rFontSize ) in CharFontSizeCTL() argument
2367 CharFontSize( rFontSize ); in CharFontSizeCTL()
H A Ddocxattributeoutput.cxx2292 void DocxAttributeOutput::CharFontSize( const SvxFontHeightItem& rFontSize) in CharFontSize() argument
2294 OString fontSize = OString::valueOf( sal_Int32( ( rFontSize.GetHeight() + 5 ) / 10 ) ); in CharFontSize()
2296 switch ( rFontSize.Which() ) in CharFontSize()
/aoo41x/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx367 void setFontSize(const SvgNumber& rFontSize = SvgNumber()) { maFontSize = rFontSize; } in setFontSize() argument

Completed in 55 milliseconds