Searched refs:rDefaults (Results 1 – 4 of 4) sorted by relevance
128 void SetDefaults( const SfxItemSet& rDefaults, sal_Bool bRememberCopy = sal_True );145 const SfxItemSet& rDefaults, sal_Bool bRememberCopy = sal_True );154 const SfxItemSet& rDefaults, sal_Bool bRememberCopy = sal_True );
1439 void SvxRTFItemStackType::SetRTFDefaults( const SfxItemSet& rDefaults ) in SetRTFDefaults() argument1441 if( rDefaults.Count() ) in SetRTFDefaults()1443 SfxItemIter aIter( rDefaults ); in SetRTFDefaults()
518 utl::DefaultFontConfiguration& rDefaults = *utl::DefaultFontConfiguration::get(); in GetDefaultFont() local519 String aSearch = rDefaults.getUserInterfaceFont( aLocale ); // ensure a fallback in GetDefaultFont()520 String aDefault = rDefaults.getDefaultFont( aLocale, nType ); in GetDefaultFont()1696 const DefaultFontConfiguration& rDefaults = *DefaultFontConfiguration::get(); in ImplFindByLocale() local1697 const String aDefault = rDefaults.getUserInterfaceFont( rLocale ); in ImplFindByLocale()2072 const DefaultFontConfiguration& rDefaults = *DefaultFontConfiguration::get(); in FindDefaultFont() local2074 String aFontname = rDefaults.getDefaultFont( aLocale, DEFAULTFONT_SANS_UNICODE ); in FindDefaultFont()2079 aFontname = rDefaults.getDefaultFont( aLocale, DEFAULTFONT_SANS ); in FindDefaultFont()2084 aFontname = rDefaults.getDefaultFont( aLocale, DEFAULTFONT_SERIF ); in FindDefaultFont()2089 aFontname = rDefaults.getDefaultFont( aLocale, DEFAULTFONT_FIXED ); in FindDefaultFont()
452 void SetRTFDefaults( const SfxItemSet& rDefaults );
Completed in 78 milliseconds