Lines Matching refs:mxStrm

137     lclDumpDffClientRect( mxOut, mxStrm );  in implDumpClientAnchor()
164 mxStrm->seek( mnStartPos ); in implDump()
165 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, mnLength ) ); in implDump()
730 lclDumpDffClientRect( mxOut, mxStrm ); in dumpDffClientRect()
808 sal_Int64 nStartPos = mxStrm->tell(); in implDump()
809 sal_Int64 nEndPos = ::std::min< sal_Int64 >( nStartPos + mnSize, mxStrm->size() ); in implDump()
817 while( bValid && !mxStrm->isEof() && (mxStrm->tell() < nEndPos) ) in implDump()
820 writeHexItem( EMPTY_STRING, static_cast< sal_uInt16 >( mxStrm->tell() - nStartPos ) ); in implDump()
898 bValid = nEndPos == mxStrm->tell(); in implDump()
906 dumpBinary( OOX_DUMP_ERRASCII( "formula-error" ), nEndPos - mxStrm->tell(), false ); in implDump()
1023 return (getBiff() >= BIFF4) ? mxStrm->readuInt16() : mxStrm->readuInt8(); in readFuncId()
1305 *mxStrm >> nParamCount; in dumpFuncVarToken()
2852 StringHelper::appendToken( aItemList, mxStrm->readInt16() ); in implDumpRecordBody()
3477 …opCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) && !mxStrm->isEof(); ++nStop ) in dumpXfExtProp()
4497 aDateTime.Year = mxStrm->readuInt16(); in implDumpRecordBody()
4498 aDateTime.Month = mxStrm->readuInt16(); in implDumpRecordBody()
4499 aDateTime.Day = mxStrm->readuInt8(); in implDumpRecordBody()
4500 aDateTime.Hours = mxStrm->readuInt8(); in implDumpRecordBody()
4501 aDateTime.Minutes = mxStrm->readuInt8(); in implDumpRecordBody()
4502 aDateTime.Seconds = mxStrm->readuInt8(); in implDumpRecordBody()