Home
last modified time | relevance | path

Searched refs:rQFont (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx99 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() argument
102 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()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1742 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() argument
1745 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 38 milliseconds