Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dscenariobuffer.cxx126 sal_uInt8 nNameLen, nCommentLen, nUserLen; in importScenario() local
131 rStrm >> nNameLen >> nCommentLen >> nUserLen; in importScenario()
137 if( nCommentLen > 0 ) in importScenario()
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx882 sal_Int16 nCommentLen; in readCEN() local
910 aMemGrabber >> nCommentLen; // file comment length in readCEN()
920 if ( nCommentLen < 0 ) in readCEN()
943 for ( const sal_Int8* pCommentEnd = pCommentStart + nCommentLen; in readCEN()
971 aMemGrabber.skipBytes( nCommentLen ); in readCEN()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx2965 sal_uInt16 nCommentLen = dumpDec< sal_uInt8 >( "comment-len" ); in implDumpRecordBody() local
2969 if( nCommentLen > 0 ) dumpUniString( "comment" ); // repeated string length in implDumpRecordBody()