Searched refs:nCommentLen (Results 1 – 3 of 3) sorted by relevance
126 sal_uInt8 nNameLen, nCommentLen, nUserLen; in importScenario() local131 rStrm >> nNameLen >> nCommentLen >> nUserLen; in importScenario()137 if( nCommentLen > 0 ) in importScenario()
780 sal_Int16 nCommentLen; in readCEN() local806 aMemGrabber >> nCommentLen; in readCEN()816 if ( nCommentLen < 0 ) in readCEN()830 aMemGrabber.skipBytes( aEntry.nPathLen + aEntry.nExtraLen + nCommentLen ); in readCEN()
2965 sal_uInt16 nCommentLen = dumpDec< sal_uInt8 >( "comment-len" ); in implDumpRecordBody() local2969 if( nCommentLen > 0 ) dumpUniString( "comment" ); // repeated string length in implDumpRecordBody()
Completed in 49 milliseconds