Searched refs:SgaObjectSound (Results 1 – 3 of 3) sorted by relevance
366 DBG_NAME(SgaObjectSound) in DBG_NAME() argument368 SgaObjectSound::SgaObjectSound() : in DBG_NAME()371 DBG_CTOR(SgaObjectSound,NULL); in DBG_NAME()377 SgaObjectSound::SgaObjectSound( const INetURLObject& rURL ) : in SgaObjectSound() function in SgaObjectSound380 DBG_CTOR(SgaObjectSound,NULL); in SgaObjectSound()394 SgaObjectSound::~SgaObjectSound() in ~SgaObjectSound()397 DBG_DTOR(SgaObjectSound,NULL); in ~SgaObjectSound()402 BitmapEx SgaObjectSound::GetThumbBmp() const in GetThumbBmp()429 void SgaObjectSound::WriteData( SvStream& rOut, const String& rDestDir ) const in WriteData()437 void SgaObjectSound::ReadData( SvStream& rIn, sal_uInt16& rReadVersion ) in ReadData()
185 case( SGA_OBJ_SOUND ): pSgaObj = new SgaObjectSound(); break; in ImplReadSgaObject()606 SgaObjectSound aObjSound( aURL ); in Actualize()697 case (SGA_OBJ_SOUND): pObj = new SgaObjectSound(); break; in Actualize()1206 pNewObj = (SgaObject*) new SgaObjectSound( rURL ); in InsertURL()
116 class SgaObjectSound : public SgaObject class129 SgaObjectSound();130 SgaObjectSound( const INetURLObject& rURL );131 virtual ~SgaObjectSound();
Completed in 62 milliseconds