Home
last modified time | relevance | path

Searched refs:rStrm (Results 251 – 275 of 302) sorted by relevance

1...<<111213

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx123 void Write( SvStream& rStrm );
890 void WW8_WrPlc0::Write( SvStream& rStrm ) in Write() argument
897 rStrm.Write( nP, 4 ); in Write()
1795 void WW8_WrPlcSepx::WriteSepx( SvStream& rStrm ) const in WriteSepx()
1805 pA->m_nSepxFcPos = rStrm.Tell(); in WriteSepx()
1807 rStrm.Write( nL, 2 ); in WriteSepx()
1808 rStrm.Write( pA->m_pData.get(), pA->m_nLen ); in WriteSepx()
H A Dwrtw8esh.cxx175 void SwBasicEscherEx::WriteHyperlinkWithinFly( SvMemoryStream& rStrm, const SwFmtURL* pINetFmtArg) in WriteHyperlinkWithinFly() argument
272 rStrm.Write( maGuidStdLink,16 ); in WriteHyperlinkWithinFly()
273 rStrm << sal_uInt32( 2 ) in WriteHyperlinkWithinFly()
286 rStrm.Write( pBuffer, nLen ); in WriteHyperlinkWithinFly()
299 SvMemoryStream *rStrm = new SvMemoryStream ; in PreWriteHyperlinkWithinFly() local
301 WriteHyperlinkWithinFly( *rStrm, pINetFmt ); in PreWriteHyperlinkWithinFly()
302 sal_uInt8* pBuf = (sal_uInt8*) rStrm->GetData(); in PreWriteHyperlinkWithinFly()
303 sal_uInt32 nSize = rStrm->Seek( STREAM_SEEK_TO_END ); in PreWriteHyperlinkWithinFly()
H A Dww8par4.cxx465 void SwWW8ImplReader::ReadRevMarkAuthorStrTabl( SvStream& rStrm, in ReadRevMarkAuthorStrTabl() argument
469 WW8ReadSTTBF( !bVer67, rStrm, nTblPos, nTblSiz, bVer67 ? 2 : 0, in ReadRevMarkAuthorStrTabl()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx995 sal_Bool SvIdlWorkingBase::WriteCSV( SvStream& rStrm ) in WriteCSV() argument
1003 rList.GetObject(n)->WriteCSV( *this, rStrm ); in WriteCSV()
1007 if ( rStrm.GetError() != SVSTREAM_OK ) in WriteCSV()
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx308 static void ExportAsRTF( SvStream& rStrm, SdrTableObj& rObj );
309 static void ImportAsRTF( SvStream& rStrm, SdrTableObj& rObj );
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx102 XclEscherEx::XclEscherEx( const XclExpRoot& rRoot, XclExpObjectManager& rObjMgr, SvStream& rStrm, c… in XclEscherEx() argument
103 …cherEx( pParent ? pParent->mxGlobal : EscherExGlobalRef( new XclEscherExGlobal( rRoot ) ), rStrm ), in XclEscherEx()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx60 virtual sal_uLong Read( SvStream& rStrm, const String& rBaseURL ) = 0;
586 virtual sal_uLong Read( SvStream& rStrm, const String& rBaseURL );
H A Dxiformula.hxx46 const XclTokenArray& rXclTokArr, XclImpStream& rStrm );
H A Dexpbase.hxx46 SvStream& rStrm; member in ScExportBase
/trunk/main/idl/source/objects/
H A Dtypes.cxx2688 void SvMetaAttribute::WriteCSV( SvIdlDataBase&, SvStream& rStrm ) in WriteCSV() argument
2690 rStrm << GetType()->GetSvName().GetBuffer() << ' '; in WriteCSV()
2691 rStrm << GetName().GetBuffer() << ' '; in WriteCSV()
2692 rStrm << GetSlotId().GetBuffer(); in WriteCSV()
/trunk/main/oox/inc/oox/xls/
H A Dsharedstringsbuffer.hxx43 void importSst( BiffInputStream& rStrm );
H A Dsharedstringsfragment.hxx43 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dtablefragment.hxx45 …oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Ddrawingbase.hxx98 void importBiffAnchor( BinaryInputStream& rStrm );
H A Dexcelhandlers.hxx104 virtual void importRecord( BiffInputStream& rStrm ) = 0;
H A Dtablebuffer.hxx60 void importTable( SequenceInputStream& rStrm, sal_Int16 nSheet );
/trunk/main/editeng/inc/editeng/
H A Dlcolitem.hxx43 SvxLineColorItem( SvStream& rStrm, const sal_uInt16 nId );
H A Dfrmdiritem.hxx53 virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
H A Dwritingmodeitem.hxx47 virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
H A Dcharreliefitem.hxx51 virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
H A Dparavertalignitem.hxx51 virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
H A Dcharrotateitem.hxx54 virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
H A Dcolritem.hxx57 SvxColorItem( SvStream& rStrm, const sal_uInt16 nId );
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx70 ::rtl::OUString GetPropertyString( sal_uInt32 nId, SvStream& rStrm ) const;
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1346 void SwFEShell::Paste( SvStream& rStrm, sal_uInt16 nAction, const Point* pPt ) in Paste() argument
1357 rStrm.Seek(0); in Paste()
1359 uno::Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( rStrm ) ); in Paste()

Completed in 148 milliseconds

1...<<111213