Searched refs:nSoundCount (Results 1 – 1 of 1) sorted by relevance
169 const sal_uInt32 nSoundCount = Count(); in GetId() local171 for( ; nSoundId < nSoundCount; nSoundId++ ) in GetId()174 if ( nSoundId++ == nSoundCount ) in GetId()197 sal_uInt32 i, nSoundCount = Count(); in GetSize() local198 if ( nSoundCount ) in GetSize()201 for ( i = 0; i < nSoundCount; i++ ) in GetSize()209 sal_uInt32 i, nSoundCount = Count(); in Write() local210 if ( nSoundCount ) in Write()216 rSt << (sal_uInt32)( EPP_SoundCollAtom << 16 ) << (sal_uInt32)4 << nSoundCount; in Write()218 for ( i = 0; i < nSoundCount; i++ ) in Write()
Completed in 6 milliseconds