Searched refs:nNamedShowLen (Results 1 – 1 of 1) sorted by relevance
746 sal_uInt32 nNamedShowLen = pUString[ i ].getLength(); in ImplCreateDocument() local747 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 12 milliseconds