Home
last modified time | relevance | path

Searched refs:ExSoundEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx43 ExSoundEntry::ExSoundEntry( const String& rString ) in ExSoundEntry() function in ppt::ExSoundEntry
61 String ExSoundEntry::ImplGetName() const in ImplGetName()
67 String ExSoundEntry::ImplGetExtension() const in ImplGetExtension()
76 sal_Bool ExSoundEntry::IsSameURL( const String& rURL ) const in IsSameURL()
81 sal_uInt32 ExSoundEntry::GetSize( sal_uInt32 nId ) const in GetSize()
100 void ExSoundEntry::Write( SvStream& rSt, sal_uInt32 nId ) in Write()
161 delete (ExSoundEntry*)pPtr; in ~ExSoundCollection()
176 ExSoundEntry* pEntry = new ExSoundEntry( rString ); in GetId()
189 const ExSoundEntry* ExSoundCollection::ImplGetByIndex( sal_uInt32 nIndex ) const in ImplGetByIndex()
191 return (ExSoundEntry*)List::GetObject( nIndex ); in ImplGetByIndex()
[all …]
H A Dpptexsoundcollection.hxx41 class ExSoundEntry class
54 ExSoundEntry( const String& rSoundURL );
63 const ExSoundEntry* ImplGetByIndex( sal_uInt32 nId ) const;

Completed in 8 milliseconds