Searched refs:mxStrm (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/oox/source/dump/ |
| H A D | oledumper.cxx | 56 return dumpCharArray( rName, mxStrm->readInt32(), RTL_TEXTENCODING_MS_1252 ); in dumpAnsiString32() 61 return dumpUnicodeArray( rName, mxStrm->readInt32() ); in dumpUniString32() 71 sal_Int32 nLen = mxStrm->readInt32(); in dumpAnsiString32OrStdClip() 77 sal_Int32 nLen = mxStrm->readInt32(); in dumpUniString32OrStdClip() 89 sal_uInt32 nOleColor = mxStrm->readuInt32(); in dumpOleColor() 109 dumpCharArray( "name", mxStrm->readuInt8(), RTL_TEXTENCODING_ASCII_US ); in implDump() 197 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpUrlMoniker() 199 if( mxStrm->tell() + 24 == nEndPos ) in dumpUrlMoniker() 216 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpFileMoniker() 229 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker() [all …]
|
| H A D | xlsbdumper.cxx | 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() [all …]
|
| H A D | dumperbase.cxx | 1767 … mxStrm( InputOutputHelper::openTextOutputStream( rxContext, rFileName, RTL_TEXTENCODING_UTF8 ) ), in Output() 1774 if( mxStrm.is() ) in Output() 1775 mxStrm->writeString( OUString( OOX_DUMP_BOM ) ); in Output() 1784 mxStrm->writeString( maIndent ); in newLine() 1786 mxStrm->writeString( maLine.makeStringAndClear() ); in newLine() 1795 mxStrm->writeString( OUString( sal_Unicode( '\n' ) ) ); in emptyLine() 2059 return mxStrm.is(); in implIsValid() 2506 mxStrm = rxStrm; in construct() 2512 mxStrm = rxStrm; in construct() 2522 return mxStrm.get() && OutputObjectBase::implIsValid(); in implIsValid() [all …]
|
| H A D | biffdumper.cxx | 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() [all …]
|
| H A D | dffdumper.cxx | 140 for( sal_uInt32 nCluster = 1; !mxStrm->isEof() && (nCluster < nClusters); ++nCluster ) in implDumpRecordBody() 225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt() 229 sal_uInt32 nValue = mxStrm->readuInt32(); in dumpDffOpt() 282 …for( PropInfoVector::iterator aIt = aPropInfos.begin(), aEnd = aPropInfos.end(); !mxStrm->isEof() … in dumpDffOpt()
|
| /AOO41X/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 1160 ::com::sun::star::uno::Reference< ::com::sun::star::io::XTextOutputStream > mxStrm; 1652 BinaryInputStreamRef mxStrm; member in oox::dump::InputObjectBase 1663 *mxStrm >> nData; in dumpName() 1672 *mxStrm >> nData; in dumpDec() 1681 *mxStrm >> nData; in dumpHex() 1690 *mxStrm >> nData; in dumpBin() 1699 *mxStrm >> nData; in dumpFix() 1708 *mxStrm >> nData; in dumpBool() 1717 *mxStrm >> nData; in dumpValue() 1768 *mxStrm >> nData1 >> nData2; in dumpDecPair() [all …]
|
| H A D | oledumper.hxx | 434 …mxStrm->skip( (sizeof( Type ) - ((mxStrm->tell() - mnPropertiesStart) % sizeof( Type ))) % sizeof(… in alignInput()
|