Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx746 sal_uInt32 nNamedShowLen = pUString[ i ].getLength(); in ImplCreateDocument() local
747 if ( nNamedShowLen > 31 ) in ImplCreateDocument()
748 nNamedShowLen = 31; in ImplCreateDocument()
749 mpPptEscherEx->AddAtom( nNamedShowLen << 1, EPP_CString ); in ImplCreateDocument()
751 … for ( sal_uInt32 k = 0; k < nNamedShowLen; *mpStrm << (sal_uInt16)( pCustomShowName[ k++ ] ) ) ; in ImplCreateDocument()

Completed in 25 milliseconds