Searched refs:nSoundNameLen (Results 1 – 1 of 1) sorted by relevance
111 sal_uInt16 i, nSoundNameLen = aSoundName.Len(); in Write() local112 if ( nSoundNameLen ) in Write()115 rSt << (sal_uInt32)( EPP_CString << 16 ) << (sal_uInt32)( nSoundNameLen * 2 ); in Write()116 for ( i = 0; i < nSoundNameLen; i++ ) in Write()
Completed in 21 milliseconds