Lines Matching refs:mxStrm

108     *mxStrm >> orAddress.mnRow >> orAddress.mnCol;  in readAddress()
113 …*mxStrm >> orRange.maFirst.mnRow >> orRange.maLast.mnRow >> orRange.maFirst.mnCol >> orRange.maLas… in readRange()
119 *mxStrm >> nCount; in readRangeList()
123 …for( RangeList::iterator aIt = orRanges.begin(), aEnd = orRanges.end(); !mxStrm->isEof() && (aIt !… in readRangeList()
180 *mxStrm >> nBool; in dumpBoolean()
188 *mxStrm >> nErrCode; in dumpErrorCode()
243 aDateTime.Year = mxStrm->readuInt16(); in dumpPivotDateTime()
244 aDateTime.Month = mxStrm->readuInt16(); in dumpPivotDateTime()
245 aDateTime.Day = mxStrm->readuInt8(); in dumpPivotDateTime()
246 aDateTime.Hours = mxStrm->readuInt8(); in dumpPivotDateTime()
247 aDateTime.Minutes = mxStrm->readuInt8(); in dumpPivotDateTime()
248 aDateTime.Seconds = mxStrm->readuInt8(); in dumpPivotDateTime()
256 *mxStrm >> nCol; in dumpColIndex()
264 *mxStrm >> nRow; in dumpRowIndex()
272 *mxStrm >> nCol1 >> nCol2; in dumpColRange()
280 *mxStrm >> nRow1 >> nRow2; in dumpRowRange()
366 sal_Int64 nStartPos = mxStrm->tell(); in implDump()
367 sal_Int64 nEndPos = ::std::min< sal_Int64 >( nStartPos + mnSize, mxStrm->size() ); in implDump()
375 while( bValid && (mxStrm->tell() < nEndPos) ) in implDump()
378 writeHexItem( EMPTY_STRING, static_cast< sal_uInt16 >( mxStrm->tell() - nStartPos ) ); in implDump()
453 if( nEndPos == mxStrm->tell() ) in implDump()
464 …OX_DUMP_ERRASCII( "formula-error" ), static_cast< sal_Int32 >( nEndPos - mxStrm->tell() ), false ); in implDump()
475 *mxStrm >> mnSize; in dumpFormula()
769 *mxStrm >> nFuncId; in dumpFuncToken()
782 *mxStrm >> nParamCount >> nFuncId; in dumpFuncVarToken()
805 *mxStrm >> nCol1 >> nCol2; in dumpTableToken()
888 …sal_Int32 nAddDataSize = (mxStrm->size() - mxStrm->tell() >= 4) ? dumpDec< sal_Int32 >( "add-data-… in dumpAddTokenData()
889 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nAddDataSize, mxStrm->size() ); in dumpAddTokenData()
890 …= maAddData.begin(), aEnd = maAddData.end(); (aIt != aEnd) && !mxStrm->isEof() && (mxStrm->tell() … in dumpAddTokenData()
1145 if( mxStrm->getRemaining() >= 8 ) in implDumpRecordBody()
1147 if( mxStrm->getRemaining() >= 8 ) in implDumpRecordBody()
1149 if( mxStrm->getRemaining() >= 8 ) in implDumpRecordBody()
1302 if( mxStrm->getRemaining() >= 4 ) dumpString( "menu-text" ); in implDumpRecordBody()
1303 if( mxStrm->getRemaining() >= 4 ) dumpString( "description-text" ); in implDumpRecordBody()
1304 if( mxStrm->getRemaining() >= 4 ) dumpString( "help-text" ); in implDumpRecordBody()
1305 if( mxStrm->getRemaining() >= 4 ) dumpString( "statusbar-text" ); in implDumpRecordBody()
1327 …for( sal_uInt16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "subrec-count" ); !mxStrm->isEof() && … in implDumpRecordBody()
1330 sal_Int64 nStartPos = mxStrm->tell(); in implDumpRecordBody()
1479 for( sal_Int32 nRefId = 0; !mxStrm->isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody()
1501 …for( sal_Int32 nSheet = 0, nCount = dumpDec< sal_Int32 >( "sheet-count" ); !mxStrm->isEof() && (nS… in implDumpRecordBody()
1517 …opCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) && !mxStrm->isEof(); ++nStop ) in implDumpRecordBody()
1888 while( mxStrm->getRemaining() >= 4 ) in implDumpRecordBody()
1997 while( mxStrm->getRemaining() >= 4 ) in implDumpRecordBody()
2015 …nt32 nSpan = 0, nSpanCount = dumpDec< sal_Int32 >( "row-spans-count" ); !mxStrm->isEof() && (nSpan… in implDumpRecordBody()