Home
last modified time | relevance | path

Searched refs:FontCollectionEntry (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx213 struct FontCollectionEntry struct
224FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet … in FontCollectionEntry() argument
234 FontCollectionEntry( const String& rName ) : in FontCollectionEntry() function
240 ~FontCollectionEntry();
244 FontCollectionEntry() {}; in FontCollectionEntry() function
258 sal_uInt32 GetId( FontCollectionEntry& rFontDescriptor );
260 const FontCollectionEntry* GetById( sal_uInt32 nId );
261 FontCollectionEntry& GetLast() { return *(FontCollectionEntry*)List::Last(); }; in GetLast()
H A Depptso.cxx309 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 …]
H A Deppt.cxx149FontCollectionEntry 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()
2261FontCollectionEntry aFontDescEntry( aParagraphObj.aFontDesc.Name, aParagraphObj.aFontDesc.Family, in SetStyleSheet()

Completed in 62 milliseconds