Searched refs:IsFontAvailable (Results 1 – 6 of 6) sorted by relevance
74 sal_Bool bIsAvailable = ( pDev ) ? pDev->IsFontAvailable( rFont.GetName() ) : sal_False; in Convert()
888 … if ( Application::GetDefaultDevice()->IsFontAvailable( pOut->GetFont().GetName() ) ) in ReadRecordParams()
457 sal_Bool IsFontAvailable( sal_uInt32 nNum ) const;
524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>()678 sal_Bool SdrEscherImport::IsFontAvailable( sal_uInt32 nNum ) const in IsFontAvailable() function in SdrEscherImport1405 …((SdrEscherImport*)this)->bWingdingsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_USTR… in CheckWingdings()1412 …((SdrEscherImport*)this)->bMonotypeSortsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckMonotypeSorts()1419 …((SdrEscherImport*)this)->bTimesNewRomanAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckTimesNewRoman()
1118 sal_Bool IsFontAvailable( const String& rFontName ) const;
7281 sal_Bool OutputDevice::IsFontAvailable( const String& rFontName ) const in IsFontAvailable() function in OutputDevice
Completed in 205 milliseconds