Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx111 sal_uInt16 i, nSoundNameLen = aSoundName.Len(); in Write() local
112 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 12 milliseconds