/aoo41x/main/oox/source/xls/ |
H A D | condformatcontext.cxx | 82 void CondFormatContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord() argument 87 mxCondFmt = getCondFormats().importCondFormatting( rStrm ); in onStartRecord() 90 if( mxCondFmt.get() ) mxCondFmt->importCfRule( rStrm ); in onStartRecord()
|
H A D | formulabase.cxx | 107 void BinSingleRef2d::readBiff12Data( SequenceInputStream& rStrm, bool bRelativeAsOffset ) in readBiff12Data() argument 111 rStrm >> nRow >> nCol; in readBiff12Data() 115 void BinSingleRef2d::readBiff2Data( BiffInputStream& rStrm, bool bRelativeAsOffset ) in readBiff2Data() argument 119 rStrm >> nRow >> nCol; in readBiff2Data() 123 void BinSingleRef2d::readBiff8Data( BiffInputStream& rStrm, bool bRelativeAsOffset ) in readBiff8Data() argument 126 rStrm >> nRow >> nCol; in readBiff8Data() 136 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff12Data() 141 void BinComplexRef2d::readBiff2Data( BiffInputStream& rStrm, bool bRelativeAsOffset ) in readBiff2Data() argument 145 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff2Data() 150 void BinComplexRef2d::readBiff8Data( BiffInputStream& rStrm, bool bRelativeAsOffset ) in readBiff8Data() argument [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 140 SfxPoolItem* SvxFieldItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument 143 SvPersistStream aPStrm( GetClassManager(), &rStrm ); in Create() 157 SvStream& SvxFieldItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() argument 160 SvPersistStream aPStrm( GetClassManager(), &rStrm ); in Store() 163 if ( ( rStrm.GetVersion() <= SOFFICE_FILEFORMAT_31 ) && pField && in Store() 173 return rStrm; in Store()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 1737 SvStream& rStrm = *rWrt.pDataStrm; in InsertSpecialChar() local 1763 rStrm.Seek( nLinkPosInDataStrm ); in InsertSpecialChar() 1766 rStrm.Write( nLen, 4 ); in InsertSpecialChar() 1767 rStrm.Seek( nCurrPos ); in InsertSpecialChar() 3515 SvStream& rStrm = Strm(); in ReplaceCr() local 3524 rStrm >> nUCode; in ReplaceCr() 3527 rStrm >> nBCode; in ReplaceCr() 3538 rStrm >> nUCode; in ReplaceCr() 3541 rStrm >> nUCode; in ReplaceCr() 3567 rStrm.Seek( nPos ); in ReplaceCr() [all …]
|
H A D | ww8glsy.cxx | 46 : pGlossary(0), rStrm(refStrm), xStg(pStg), nStrings(0) in WW8Glossary() 214 rStrm->Seek(0); in Load() 223 xStg, &rStrm, *pD, rBlocks.GetBaseURL(), true); in Load()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | exp_op.hxx | 110 ExportBiff5( XclExpRootData& rExpData, SvStream& rStrm ); 121 ExportBiff8( XclExpRootData& rExpData, SvStream& rStrm ); 135 ExportXml2007( XclExpRootData& rExpData, SvStream& rStrm );
|
H A D | XclImpChangeTrack.hxx | 51 inline XclImpStream& operator>>( XclImpStream& rStrm, XclImpChTrRecHeader& rRecHeader ) in operator >>() argument 53 rStrm >> rRecHeader.nSize >> rRecHeader.nIndex >> rRecHeader.nOpCode >> rRecHeader.nAccept; in operator >>() 54 return rStrm; in operator >>()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiformula.cxx | 42 const XclTokenArray& rXclTokArr, XclImpStream& rStrm ); 111 const XclTokenArray& rXclTokArr, XclImpStream& rStrm ) in CreateRangeList() argument 113 mxImpl->CreateRangeList( rScRanges, eType, rXclTokArr, rStrm ); in CreateRangeList()
|
/aoo41x/main/editeng/source/rtf/ |
H A D | rtfgrf.cxx | 422 sal_uInt32 nPos = rStrm.Tell(); in ReadBmpData() 424 rStrm.SeekRel(-1); in ReadBmpData() 433 rStrm.Read(aData, nSize); in ReadBmpData() 439 nPos = rStrm.Tell(); in ReadBmpData()
|
/aoo41x/main/sw/inc/ |
H A D | shellio.hxx | 524 SvStream& OutLong( SvStream& rStrm, long nVal ); 525 SvStream& OutULong( SvStream& rStrm, sal_uLong nVal ); 528 SvStream& OutHex( SvStream& rStrm, sal_uLong nHex, sal_uInt8 nLen = 2 ); 530 inline SvStream& OutHex4( SvStream& rStrm, sal_uInt16 nHex ) in OutHex4() argument 531 { return OutHex( rStrm, nHex, 4 ); } in OutHex4()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtox.cxx | 360 SvStream& rStrm = *aMedium.GetInStream(); in ApplyAutoMark() local 401 while( !rStrm.GetError() && !rStrm.IsEof() ) in ApplyAutoMark() 404 rStrm.ReadLine( aRdLine ); in ApplyAutoMark()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffcodec.hxx | 167 static BiffDecoderRef implReadFilePass( BiffInputStream& rStrm, BiffType eBiff ); 170 bool importFilePass( BiffInputStream& rStrm ); 172 void cloneDecoder( BiffInputStream& rStrm );
|
H A D | condformatcontext.hxx | 45 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ); 46 virtual void onStartRecord( SequenceInputStream& rStrm );
|
H A D | querytablefragment.hxx | 45 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ); 61 virtual void importRecord( BiffInputStream& rStrm );
|
H A D | commentsfragment.hxx | 46 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ); 55 void importComment( SequenceInputStream& rStrm );
|
H A D | chartsheetfragment.hxx | 45 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ); 55 void importDrawing( SequenceInputStream& rStrm );
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 2537 SvStream& endlu( SvStream& rStrm ) in endlu() argument 2539 switch ( rStrm.GetLineDelimiter() ) in endlu() 2542 rStrm << sal_Unicode(_CR); in endlu() 2545 rStrm << sal_Unicode(_LF); in endlu() 2548 rStrm << sal_Unicode(_CR) << sal_Unicode(_LF); in endlu() 2550 return rStrm; in endlu() 2553 SvStream& endlub( SvStream& rStrm ) in endlub() argument 2555 if ( rStrm.GetStreamCharSet() == RTL_TEXTENCODING_UNICODE ) in endlub() 2556 return endlu( rStrm ); in endlub() 2558 return endl( rStrm ); in endlub()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 107 rStrm ( rSt ) in EscherExContainer() 110 nContPos = rStrm.Tell(); in EscherExContainer() 118 rStrm.Seek( nContPos - 4 ); in ~EscherExContainer() 119 rStrm << nSize; in ~EscherExContainer() 120 rStrm.Seek( nPos ); in ~EscherExContainer() 125 rStrm ( rSt ) in EscherExAtom() 128 nContPos = rStrm.Tell(); in EscherExAtom() 136 rStrm.Seek( nContPos - 4 ); in ~EscherExAtom() 137 rStrm << nSize; in ~EscherExAtom() 138 rStrm.Seek( nPos ); in ~EscherExAtom() [all …]
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 70 String WW8ReadPString( SvStream& rStrm, rtl_TextEncoding eEnc, 78 String WW8Read_xstz(SvStream& rStrm, 89 void WW8ReadSTTBF( sal_Bool bVer8, SvStream& rStrm, 799 sal_uInt16 WW8ReadString( SvStream& rStrm, String& rStr, 1214 WW8Fib( SvStream& rStrm, sal_uInt8 nWantedVersion,sal_uInt32 nOffset=0 ); 1218 sal_Bool Write( SvStream& rStrm ); 1444 sal_Bool Write( SvStream& rStrm, WW8Fib& rFib );
|
/aoo41x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 378 void CreateMtfReplacementAction( GDIMetaFile& rMtf, SvStream& rStrm, sal_uInt32 nOrigPos, sal_uInt3… in CreateMtfReplacementAction() argument 396 rStrm.Seek( nOrigPos + nPosWMF ); in CreateMtfReplacementAction() 397 rStrm.Read( pBuf, nSizeWMF ); in CreateMtfReplacementAction() 404 rStrm.Seek( nOrigPos + nPosTIFF ); in CreateMtfReplacementAction() 405 rStrm.Read( pBuf, nSizeTIFF ); in CreateMtfReplacementAction()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 174 sal_Bool StgDirEntry::Store( StgDirStrm& rStrm ) in Store() argument 176 void* pEntry = rStrm.GetEntry( nEntry, sal_True ); in Store() 182 if( !((StgDirEntry*) pLeft)->Store( rStrm ) ) in Store() 185 if( !((StgDirEntry*) pRight)->Store( rStrm ) ) in Store() 188 if( !pDown->Store( rStrm ) ) in Store()
|
H A D | stg.cxx | 440 Storage::Storage( UCBStorageStream& rStrm, sal_Bool bDirect ) in Storage() argument 445 if ( rStrm.GetError() != SVSTREAM_OK ) in Storage() 447 SetError( rStrm.GetError() ); in Storage() 452 SvStream* pStream = rStrm.GetModifySvStream(); in Storage() 464 pIo->SetStrm( &rStrm ); in Storage()
|
/aoo41x/main/svx/source/form/ |
H A D | fmitems.cxx | 50 SvStream& FmInterfaceItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument 53 return rStrm; in Store()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 119 void lcl_html_outEvents( SvStream& rStrm, in SV_IMPL_OP_PTRARR_SORT() 212 rStrm << sOut.GetBuffer(); in SV_IMPL_OP_PTRARR_SORT() 213 HTMLOutFuncs::Out_String( rStrm, pDescs[i].ScriptCode, eDestEnc, pNonConvertableChars ); in SV_IMPL_OP_PTRARR_SORT() 214 rStrm << '\"'; in SV_IMPL_OP_PTRARR_SORT() 222 rStrm << sOut.GetBuffer(); in SV_IMPL_OP_PTRARR_SORT() 223 HTMLOutFuncs::Out_String( rStrm, pDescs[i].AddListenerParam, in SV_IMPL_OP_PTRARR_SORT() 225 rStrm << '\"'; in SV_IMPL_OP_PTRARR_SORT()
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1260 sal_Bool BasicManager::ImplEncryptStream( SvStream& rStrm ) const in ImplEncryptStream() 1262 sal_uIntPtr nPos = rStrm.Tell(); in ImplEncryptStream() 1264 rStrm >> nCreator; in ImplEncryptStream() 1265 rStrm.Seek( nPos ); in ImplEncryptStream() 1271 rStrm.SetKey( szCryptingKey ); in ImplEncryptStream() 1272 rStrm.RefreshBuffer(); in ImplEncryptStream() 1279 sal_Bool BasicManager::ImplLoadBasic( SvStream& rStrm, StarBASICRef& rOldBasic ) const in ImplLoadBasic() argument 1281 sal_Bool bProtected = ImplEncryptStream( rStrm ); in ImplLoadBasic() 1282 SbxBaseRef xNew = SbxBase::Load( rStrm ); in ImplLoadBasic() 1314 rStrm.SetKey( ByteString() ); in ImplLoadBasic()
|