Home
last modified time | relevance | path

Searched refs:rDefaults (Results 1 – 4 of 4) sorted by path

/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx452 void SetRTFDefaults( const SfxItemSet& rDefaults );
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1439 void SvxRTFItemStackType::SetRTFDefaults( const SfxItemSet& rDefaults ) in SetRTFDefaults() argument
1441 if( rDefaults.Count() ) in SetRTFDefaults()
1443 SfxItemIter aIter( rDefaults ); in SetRTFDefaults()
/trunk/main/sc/inc/
H A Deditutil.hxx128 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 );
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx518 utl::DefaultFontConfiguration& rDefaults = *utl::DefaultFontConfiguration::get(); in GetDefaultFont() local
519 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() local
1697 const String aDefault = rDefaults.getUserInterfaceFont( rLocale ); in ImplFindByLocale()
2072 const DefaultFontConfiguration& rDefaults = *DefaultFontConfiguration::get(); in FindDefaultFont() local
2074 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()

Completed in 64 milliseconds