Searched refs:rQFont (Results 1 – 2 of 2) sorted by relevance
99 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() argument102 QFontInfo qFontInfo( rQFont ); in toFont()105 aInfo.m_aFamilyName = String( (const char *) rQFont.family().toUtf8(), RTL_TEXTENCODING_UTF8 ); in toFont()124 int nStretch = rQFont.stretch(); in toFont()160 nPointHeight = rQFont.pointSize(); in toFont()
1742 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() argument1745 QFontInfo qFontInfo( rQFont ); in toFont()1748 aInfo.m_aFamilyName = String( rQFont.family().utf8(), RTL_TEXTENCODING_UTF8 ); in toFont()1767 int nStretch = rQFont.stretch(); in toFont()1803 nPointHeight = rQFont.pointSize(); in toFont()
Completed in 43 milliseconds