Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx711 sal_uInt32 nCustomShowNameLen = aCustomShow.getLength(); in ImplCreateDocument() local
712 if ( nCustomShowNameLen > 31 ) in ImplCreateDocument()
713 nCustomShowNameLen = 31; in ImplCreateDocument()
714 if ( nCustomShowNameLen ) // named show identifier in ImplCreateDocument()
717 for ( i = 0; i < nCustomShowNameLen; i++ ) in ImplCreateDocument()
722 for ( i = nCustomShowNameLen; i < 32; i++, *mpStrm << (sal_uInt16)0 ) ; in ImplCreateDocument()

Completed in 20 milliseconds