Home
last modified time | relevance | path

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

/trunk/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.cxx2122 void RtfAttributeOutput::CharFontSize( const SvxFontHeightItem& rFontSize) in CharFontSize() argument
2126 switch ( rFontSize.Which() ) in CharFontSize()
2130 m_aStylesEnd.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2134 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2138 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2314 void RtfAttributeOutput::CharFontSizeCJK( const SvxFontHeightItem& rFontSize ) in CharFontSizeCJK() argument
2318 CharFontSize( rFontSize ); in CharFontSizeCJK()
2355 void RtfAttributeOutput::CharFontSizeCTL( const SvxFontHeightItem& rFontSize ) in CharFontSizeCTL() argument
2359 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()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx371 void setFontSize(const SvgNumber& rFontSize = SvgNumber()) { maFontSize = rFontSize; } in setFontSize() argument

Completed in 40 milliseconds