Searched refs:FontCollectionEntry (Results 1 – 3 of 3) sorted by relevance
213 struct FontCollectionEntry struct224 …FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet … in FontCollectionEntry() argument234 FontCollectionEntry( const String& rName ) : in FontCollectionEntry() function240 ~FontCollectionEntry();244 FontCollectionEntry() {}; in FontCollectionEntry() function258 sal_uInt32 GetId( FontCollectionEntry& rFontDescriptor );260 const FontCollectionEntry* GetById( sal_uInt32 nId );261 FontCollectionEntry& GetLast() { return *(FontCollectionEntry*)List::Last(); }; in GetLast()
309 FontCollectionEntry::~FontCollectionEntry() in ~FontCollectionEntry()315 void FontCollectionEntry::ImplInit( const String& rName ) in ImplInit()333 delete (FontCollectionEntry*)pStr; in ~FontCollection()367 sal_uInt32 FontCollection::GetId( FontCollectionEntry& rEntry ) in GetId()375 const FontCollectionEntry* pEntry = GetById( i ); in GetId()401 List::Insert( new FontCollectionEntry( rEntry ), LIST_APPEND ); in GetId()407 const FontCollectionEntry* FontCollection::GetById( sal_uInt32 nId ) in GetById()409 return (FontCollectionEntry*)List::GetObject( nId ); in GetById()1912 FontCollectionEntry& rFontDesc = rFontCollection.GetLast(); in ImplGetPortionValues()1939 FontCollectionEntry& rFontDesc = rFontCollection.GetLast(); in ImplGetPortionValues()[all …]
149 … FontCollectionEntry aDefaultFontDesc( String( RTL_CONSTASCII_USTRINGPARAM( "Times New Roman" ) ), in PPTWriter()2205 const FontCollectionEntry* pDesc = rFontCollection.GetById( rCharLevel.mnFont ); in SetStyleSheet()2214 const FontCollectionEntry* pDesc = rFontCollection.GetById( rCharLevel.mnFont ); in SetStyleSheet()2261 … FontCollectionEntry aFontDescEntry( aParagraphObj.aFontDesc.Name, aParagraphObj.aFontDesc.Family, in SetStyleSheet()
Completed in 62 milliseconds