Searched refs:rFontSize (Results 1 – 5 of 5) sorted by relevance
345 virtual void CharFontSize( const SvxFontHeightItem& rFontSize );378 … virtual void CharFontSizeCJK( const SvxFontHeightItem& rFontSize ) { CharFontSize( rFontSize ); } in CharFontSizeCJK() argument393 … virtual void CharFontSizeCTL( const SvxFontHeightItem& rFontSize ) { CharFontSize( rFontSize ); } in CharFontSizeCTL() argument
279 virtual void CharFontSize( const SvxFontHeightItem& rFontSize );312 virtual void CharFontSizeCJK( const SvxFontHeightItem& rFontSize );327 virtual void CharFontSizeCTL( const SvxFontHeightItem& rFontSize );
2130 void RtfAttributeOutput::CharFontSize( const SvxFontHeightItem& rFontSize) in CharFontSize() argument2134 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() argument2326 CharFontSize( rFontSize ); in CharFontSizeCJK()2363 void RtfAttributeOutput::CharFontSizeCTL( const SvxFontHeightItem& rFontSize ) in CharFontSizeCTL() argument2367 CharFontSize( rFontSize ); in CharFontSizeCTL()
2292 void DocxAttributeOutput::CharFontSize( const SvxFontHeightItem& rFontSize) in CharFontSize() argument2294 OString fontSize = OString::valueOf( sal_Int32( ( rFontSize.GetHeight() + 5 ) / 10 ) ); in CharFontSize()2296 switch ( rFontSize.Which() ) in CharFontSize()
367 void setFontSize(const SvgNumber& rFontSize = SvgNumber()) { maFontSize = rFontSize; } in setFontSize() argument
Completed in 110 milliseconds