Searched refs:toFont (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 99 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() function 205 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings() 220 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings() 285 Font aFont = toFont( kapp->font(), rSettings.GetUILocale() ); in UpdateSettings() 340 aFont = toFont( pMenuBar->font(), rSettings.GetUILocale() ); in UpdateSettings()
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1742 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont() function 1860 Font aFont = toFont( pConfig->readFontEntry( pKey ), rSettings.GetUILocale() ); in UpdateSettings() 1931 Font aFont = toFont( kapp->font(), rSettings.GetUILocale() ); in UpdateSettings() 1999 aFont = toFont( pMenuBar->font(), rSettings.GetUILocale() ); in UpdateSettings() 2007 aFont = toFont( pToolBar->font(), rSettings.GetUILocale() ); in UpdateSettings()
|
Completed in 24 milliseconds