Searched refs:nCustomShowNameLen (Results 1 – 1 of 1) sorted by relevance
711 sal_uInt32 nCustomShowNameLen = aCustomShow.getLength(); in ImplCreateDocument() local712 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 43 milliseconds