Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1952 List* pSoundList = new List(); in ReadSound() local
1954 GalleryExplorer::FillObjList( GALLERY_THEME_SOUNDS, *pSoundList ); in ReadSound()
1955 GalleryExplorer::FillObjList( GALLERY_THEME_USERSOUNDS, *pSoundList ); in ReadSound()
1957 for( sal_uLong n = 0; ( n < pSoundList->Count() ) && !bSoundExists; n++ ) in ReadSound()
1959 INetURLObject aURL( *(String*)pSoundList->GetObject( n ) ); in ReadSound()
1964 aRetval = *(String*)pSoundList->GetObject( n ); in ReadSound()
1969 for ( void* pPtr = pSoundList->First(); pPtr; pPtr = pSoundList->Next() ) in ReadSound()
1972 delete pSoundList; in ReadSound()

Completed in 24 milliseconds