Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dscenariobuffer.cxx126 sal_uInt8 nNameLen, nCommentLen, nUserLen; in importScenario() local
131 rStrm >> nNameLen >> nCommentLen >> nUserLen; in importScenario()
134 if( nUserLen > 0 ) in importScenario()
/aoo41x/main/sc/source/core/tool/
H A Daddincol.cxx1517 long nUserLen = aArgs.getLength(); in ExecuteCall() local
1519 if (nCallPos>nUserLen) // should not happen in ExecuteCall()
1522 nCallPos = nUserLen; in ExecuteCall()
1525 long nDestLen = nUserLen + 1; in ExecuteCall()
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx2966 sal_uInt16 nUserLen = dumpDec< sal_uInt8 >( "user-len" ); in implDumpRecordBody() local
2968 if( nUserLen > 0 ) dumpUniString( "user" ); // repeated string length in implDumpRecordBody()

Completed in 72 milliseconds