Searched refs:getDefaultFont (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | datasettings.cxx | 146 ,m_aFont(::comphelper::getDefaultFont()) in ODataSettings_Base() 176 static ::com::sun::star::awt::FontDescriptor aFD = ::comphelper::getDefaultFont(); in getPropertyDefaultByHandle() 186 _rDefault <<= ::comphelper::getDefaultFont(); in getPropertyDefaultByHandle()
|
/aoo41x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 235 OUString DefaultFontConfiguration::getDefaultFont( const Locale& rLocale, int nType ) const in getDefaultFont() function in DefaultFontConfiguration 268 OUString aUIFont = getDefaultFont( aLocale, DEFAULTFONT_UI_SANS ); in getUserInterfaceFont()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | types.hxx | 140 COMPHELPER_DLLPUBLIC starawt::FontDescriptor getDefaultFont();
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 97 rtl::OUString getDefaultFont( const com::sun::star::lang::Locale& rLocale, int nType ) const;
|
/aoo41x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 142 if( const Font* pDefFont = getStyles().getDefaultFont().get() ) in finalizeImport()
|
H A D | stylesbuffer.cxx | 3357 FontRef StylesBuffer::getDefaultFont() const in getDefaultFont() function in oox::xls::StylesBuffer 3371 FontRef xDefFont = getDefaultFont(); in getDefaultFontModel()
|
/aoo41x/main/forms/source/component/ |
H A D | formcontrolfont.cxx | 503 aReturn <<= ::comphelper::getDefaultFont(); in getPropertyDefaultByHandle()
|
H A D | Grid.cxx | 930 if ( getFont() != getDefaultFont() ) in write()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | types.cxx | 140 FontDescriptor getDefaultFont() in getDefaultFont() function
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 1040 FontRef getDefaultFont() const;
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 520 String aDefault = rDefaults.getDefaultFont( aLocale, nType ); in GetDefaultFont() 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() 2626 …aSearchName = DefaultFontConfiguration::get()->getDefaultFont( aDefaultLocale, DEFAULTFONT_SYMBOL … in ImplFindByFont()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 2010 if (::comphelper::operator!=(aFont, ::comphelper::getDefaultFont())) // ist das der Default in setProperty()
|
Completed in 134 milliseconds