Home
last modified time | relevance | path

Searched refs:aMemStrm (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxiformula.cxx70 SvMemoryStream aMemStrm; in CreateRangeList() local
71 aMemStrm << EXC_ID_EOF << rXclTokArr.GetSize(); in CreateRangeList()
72 aMemStrm.Write( rXclTokArr.GetData(), rXclTokArr.GetSize() ); in CreateRangeList()
73 XclImpStream aFmlaStrm( aMemStrm, GetRoot() ); in CreateRangeList()
86 SvMemoryStream aMemStrm; in CreateFormula() local
87 aMemStrm << EXC_ID_EOF << rXclTokArr.GetSize(); in CreateFormula()
88 aMemStrm.Write( rXclTokArr.GetData(), rXclTokArr.GetSize() ); in CreateFormula()
89 XclImpStream aFmlaStrm( aMemStrm, GetRoot() ); in CreateFormula()
H A Dxiescher.cxx743 SvMemoryStream aMemStrm; in ConvertFillStyle() local
749 aMemStrm.Seek( STREAM_SEEK_TO_BEGIN ); in ConvertFillStyle()
751 ReadDIB(aBitmap, aMemStrm, false); in ConvertFillStyle()
3905 SvMemoryStream aMemStrm; in ReadWmf() local
3906 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadWmf()
3907 aMemStrm.Seek( STREAM_SEEK_TO_BEGIN ); in ReadWmf()
3910 if( ::ReadWindowMetafile( aMemStrm, aGDIMetaFile, 0 ) ) in ReadWmf()
3917 SvMemoryStream aMemStrm; in ReadBmp() local
3941 if( aMemStrm.Tell() == 0 ) in ReadBmp()
3942 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadBmp()
[all …]
H A Dxechart.cxx740 SvMemoryStream aMemStrm; in WriteBody() local
741 maData.mxEscherSet->Commit( aMemStrm ); in WriteBody()
742 aMemStrm.Seek( STREAM_SEEK_TO_BEGIN ); in WriteBody()
743 rStrm.CopyFromStream( aMemStrm ); in WriteBody()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx844 SvMemoryStream aMemStrm; in storeGraphic() local
845 aMemStrm.SetVersion( SOFFICE_FILEFORMAT_CURRENT ); in storeGraphic()
847 aMemStrm << aGraphic; in storeGraphic()
850 pFilter->ExportGraphic( aGraphic, aPath, aMemStrm, in storeGraphic()
854 aMemStrm.Seek( STREAM_SEEK_TO_END ); in storeGraphic()
855 pOStm->Write( aMemStrm.GetData(), aMemStrm.Tell() ); in storeGraphic()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx196 SvMemoryStream aMemStrm; in ReadFormula() local
197 aMemStrm << (sal_uInt16) 0x0001 << nFmlSize; in ReadFormula()
198 pStrm->CopyToStream( aMemStrm, nFmlSize ); in ReadFormula()
199 XclImpStream aFmlaStrm( aMemStrm, GetRoot() ); in ReadFormula()
H A Dxcl97rec.cxx236 SvMemoryStream aMemStrm; in WriteBody() local
237 ::std::auto_ptr< XclExpStream > pXclStrm( new XclExpStream( aMemStrm, rStrm.GetRoot() ) ); in WriteBody()
254 aMemStrm.Seek( 0 ); in WriteBody()
255 rStrm.CopyFromStream( aMemStrm ); in WriteBody()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx768 SvMemoryStream aMemStrm; in convertFillProperties()
770aMemStrm << sal_uInt32( 12 ) << sal_Int16( 8 ) << sal_Int16( 8 ) << sal_uInt16( 1 ) << sal_uInt16(… in convertFillProperties()
771 aMemStrm << sal_uInt8( 0xFF ) << sal_uInt8( 0xFF ) << sal_uInt8( 0xFF ); in convertFillProperties()
772 aMemStrm << sal_uInt8( 0x00 ) << sal_uInt8( 0x00 ) << sal_uInt8( 0x00 ); in convertFillProperties()
774 aMemStrm << sal_uInt32( pnPattern[ nIdx ] ); // 32-bit little-endian in convertFillProperties()
775 aMemStrm.Seek( STREAM_SEEK_TO_BEGIN ); in convertFillProperties()
777 aBitmap.Read( aMemStrm, FALSE ); in convertFillProperties()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1370 SvMemoryStream aMemStrm; in ImplCreateEmbeddedBmp() local
1372 if ( aProvider.GetBlibID( aMemStrm, rUniqueId, aRect ) ) in ImplCreateEmbeddedBmp()
1376 aMemStrm.ObjectOwnsMemory( sal_False ); in ImplCreateEmbeddedBmp()
1377 sal_uInt8* pBuf = (sal_uInt8*) aMemStrm.GetData(); in ImplCreateEmbeddedBmp()
1378 sal_uInt32 nSize = aMemStrm.Seek( STREAM_SEEK_TO_END ); in ImplCreateEmbeddedBmp()
1779 SvMemoryStream aMemStrm; in CreateGraphicProperties() local
1782 if ( aProvider.GetBlibID( aMemStrm, aUniqueId, aRect, NULL, pGraphicAttr ) ) in CreateGraphicProperties()
1786 aMemStrm.ObjectOwnsMemory( sal_False ); in CreateGraphicProperties()
1787 sal_uInt8* pBuf = (sal_uInt8*) aMemStrm.GetData(); in CreateGraphicProperties()
1788 sal_uInt32 nSize = aMemStrm.Seek( STREAM_SEEK_TO_END ); in CreateGraphicProperties()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5789 SvMemoryStream aMemStrm; in ImplCreateTable() local
5790 aMemStrm.ObjectOwnsMemory( sal_False ); in ImplCreateTable()
5791 aMemStrm << nRowCount in ImplCreateTable()
5797 aMemStrm << (*aIter++).second; in ImplCreateTable()
5801 …bleRowProperties, sal_True, aMemStrm.Tell(), static_cast< sal_uInt8* >( const_cast< void* >( aMemS… in ImplCreateTable()

Completed in 197 milliseconds