Home
last modified time | relevance | path

Searched refs:aMemStm (Results 1 – 25 of 31) sorted by path

12

/trunk/main/avmedia/source/macavf/
H A Dmacavf_framegrabber.cxx104 SvMemoryStream aMemStm( pBitmapBytes, nBitmapLen, STREAM_READ | STREAM_WRITE ); in grabFrame() local
106 if( GraphicConverter::Import( aMemStm, aGraphic, CVT_TIF ) == ERRCODE_NONE ) in grabFrame()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx192 SvMemoryStream aMemStm( pBuffer, nSize, STREAM_READ | STREAM_WRITE ); in grabFrame() local
195 if( ReadDIB(aBmp, aMemStm, false ) && !aBmp.IsEmpty() ) in grabFrame()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1773 … SvMemoryStream aMemStm( (void*)pData, pAct->GetDataSize(), STREAM_READ ); in createActions() local
1776 aMemStm >> aFill; in createActions()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx343 SvMemoryStream aMemStm; in impStartSvtGraphicFill() local
345 aMemStm << *pSvtGraphicFill; in impStartSvtGraphicFill()
346 …tion("XPATHFILL_SEQ_BEGIN", 0, static_cast< const sal_uInt8* >(aMemStm.GetData()), aMemStm.Seek(ST… in impStartSvtGraphicFill()
525 SvMemoryStream aMemStm; in impStartSvtGraphicStroke() local
527 aMemStm << *pSvtGraphicStroke; in impStartSvtGraphicStroke()
528 …on("XPATHSTROKE_SEQ_BEGIN", 0, static_cast< const sal_uInt8* >(aMemStm.GetData()), aMemStm.Seek(ST… in impStartSvtGraphicStroke()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx395 SvMemoryStream aMemStm; in ImplXfer()
396 aMemStm.SetBuffer( pBuf, nSize, FALSE, nSize ); in ImplXfer()
397 aBitmap.Read( aMemStm, FALSE ); in ImplXfer()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1711 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions() local
1714 aMemStm >> aFilling; in Impl_writeActions()
1742 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions() local
1745 aMemStm >> aStroke; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1234 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in ImplWriteActions() local
1242 aMemStm >> aStroke; in ImplWriteActions()
1278 aMemStm >> aFill; in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx278 SvMemoryStream aMemStm; in RenderAsPNGThroughHelper() local
283 aMemStm.Write(aBuf, sal::static_int_cast< sal_Size >(nCount)); in RenderAsPNGThroughHelper()
287 aMemStm.Seek(0); in RenderAsPNGThroughHelper()
289 aMemStm.GetEndOfData() && in RenderAsPNGThroughHelper()
290 GraphicConverter::Import(aMemStm, rGraphic, CVT_PNG) == ERRCODE_NONE in RenderAsPNGThroughHelper()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1476 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions() local
1479 aMemStm >> aFill; in ImplWriteActions()
1552 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions() local
1556 aMemStm >> aStroke; in ImplWriteActions()
1998 SvMemoryStream aMemStm( (char*) rMtfSeq.getConstArray(), rMtfSeq.getLength(), STREAM_READ ); in write() local
2001 aMemStm.SetCompressMode( COMPRESSMODE_FULL ); in write()
2002 aMemStm >> aMtf; in write()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2899 SvMemoryStream aMemStm; in StringToHTMLString() local
2900 HTMLOutFuncs::Out_String( aMemStm, rString, RTL_TEXTENCODING_UTF8 ); in StringToHTMLString()
2901 aMemStm << (char) 0; in StringToHTMLString()
2902 return String( (char*)aMemStm.GetData(), RTL_TEXTENCODING_UTF8 ); in StringToHTMLString()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx930 SvMemoryStream aMemStm( 65535, 65535 ); in SetTableRTF() local
931 sdr::table::SdrTableObj::ExportAsRTF( aMemStm, *pTableObj ); in SetTableRTF()
932 …y( Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aMemStm.GetData() ), aMemStm.Seek( S… in SetTableRTF()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx177 SvMemoryStream aMemStm( 0, 65535 ); in GetData() local
183 aMemStm.SetVersion( SOFFICE_FILEFORMAT_50 ); in GetData()
184 aMemStm << aGrf; in GetData()
194 WriteDIB(aBitmap, aMemStm, false, true); in GetData()
204 aMeta.Write( aMemStm ); in GetData()
207 rData <<= css::uno::Sequence< sal_Int8 >( (sal_Int8*) aMemStm.GetData(), in GetData()
208 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in GetData()
H A Dlinkmgr2.cxx508 SvMemoryStream aMemStm( (void*)aSeq.getConstArray(), aSeq.getLength(), in GetGraphicFromAny() local
510 aMemStm.Seek( 0 ); in GetGraphicFromAny()
516 aMemStm >> rGrf; in GetGraphicFromAny()
523 aMtf.Read( aMemStm ); in GetGraphicFromAny()
531 ReadDIB(aBmp, aMemStm, true); in GetGraphicFromAny()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2030 SvMemoryStream aMemStm( 1024, 1024 ); in getTransferData() local
2031 aMemStm << aDesc; in getTransferData()
2032 …<= Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aMemStm.GetData() ), aMemStm.Tell() … in getTransferData()
2072 SvMemoryStream aMemStm( 65535, 65535 ); in getTransferData() local
2073 aMemStm.SetVersion( SOFFICE_FILEFORMAT_CURRENT ); in getTransferData()
2075 pMetaFile->Write( aMemStm ); in getTransferData()
2077 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in getTransferData()
2092 SvMemoryStream aMemStm( 65535, 65535 ); in getTransferData() local
2093 aMemStm.SetVersion( SOFFICE_FILEFORMAT_CURRENT ); in getTransferData()
2095 pMetaFile->Write( aMemStm ); in getTransferData()
[all …]
/trunk/main/sot/source/base/
H A Dformats.cxx1454 SvMemoryStream aMemStm( (void*) aSeq.getConstArray(), aSeq.getLength(), STREAM_READ ); in GetTransferableAction_Impl() local
1457 aMemStm >> aFileList; in GetTransferableAction_Impl()
1459 if( !aMemStm.GetError() && ( aFileList.Count() == 1 ) ) in GetTransferableAction_Impl()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx2092 SvMemoryStream aMemStm( 65535, 65535 ); in ExportGraphic() local
2094 aMemStm.SetCompressMode( COMPRESSMODE_FULL ); in ExportGraphic()
2097 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( aMemStm ); in ExportGraphic()
2101 …com::sun::star::uno::Sequence< sal_Int8 > aMtfSeq( (sal_Int8*) aMemStm.GetData(), aMemStm.Tell() ); in ExportGraphic()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx146 SvMemoryStream aMemStm; in ReadGlobalHeader() local
149 aMemStm >> nGlobalWidth; in ReadGlobalHeader()
150 aMemStm >> nGlobalHeight; in ReadGlobalHeader()
151 aMemStm >> nRF; in ReadGlobalHeader()
153 aMemStm >> nAspect; in ReadGlobalHeader()
357 SvMemoryStream aMemStm; in ReadLocalHeader() local
362 aMemStm >> nImagePosX; in ReadLocalHeader()
363 aMemStm >> nImagePosY; in ReadLocalHeader()
364 aMemStm >> nImageWidth; in ReadLocalHeader()
365 aMemStm >> nImageHeight; in ReadLocalHeader()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx739 SvMemoryStream aMemStm( 65535, 65535 ); in ImplWriteBmpRecord() local
754 WriteDIB(rBmp, aMemStm, true, false); in ImplWriteBmpRecord()
756 sal_uInt32 nDIBSize = aMemStm.Tell(), nHeaderSize, nCompression, nColsUsed, nPalCount, nImageSize; in ImplWriteBmpRecord()
760 aMemStm.Seek( 0 ); in ImplWriteBmpRecord()
761 aMemStm >> nHeaderSize; in ImplWriteBmpRecord()
762 aMemStm.SeekRel( 10 ); in ImplWriteBmpRecord()
763 aMemStm >> nBitCount >> nCompression >> nImageSize; in ImplWriteBmpRecord()
764 aMemStm.SeekRel( 8 ); in ImplWriteBmpRecord()
765 aMemStm >> nColsUsed; in ImplWriteBmpRecord()
770 mpStm->Write( aMemStm.GetData(), nDIBSize ); in ImplWriteBmpRecord()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx158 SvMemoryStream aMemStm( 65535, 65535 ); in GetData() local
159 aMemStm.SetVersion( SOFFICE_FILEFORMAT_CURRENT ); in GetData()
162 ((GDIMetaFile*)(&aMetaFile))->Write( aMemStm ); in GetData()
164 aAny <<= uno::Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aMemStm.GetData() ), in GetData()
165 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in GetData()
H A Dtransfer.cxx845 aPNGWriter.Write(aMemStm); in SetBitmapEx()
878 SvMemoryStream aMemStm( 65535, 65535 ); in SetGDIMetaFile() local
897 aMemStm << rGraphic; in SetGraphic()
908 SvMemoryStream aMemStm( 8192, 8192 ); in SetImageMap() local
911 rIMap.Write( aMemStm, String() ); in SetImageMap()
924 SvMemoryStream aMemStm( 1024, 1024 ); in SetTransferableObjectDescriptor() local
926 aMemStm << rDesc; in SetTransferableObjectDescriptor()
927 …maAny <<= Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aMemStm.GetData() ), aMemStm.… in SetTransferableObjectDescriptor()
1025 SvMemoryStream aMemStm( 1024, 1024 ); in SetINetImage() local
1040 SvMemoryStream aMemStm( 4096, 4096 ); in SetFileList() local
[all …]
H A Dtransfer2.cxx528 SvMemoryStream aMemStm( 1024, 1024 ); in CopyINetImage() local
529 aMemStm.SetVersion( SOFFICE_FILEFORMAT_50 ); in CopyINetImage()
530 rINtImg.Write( aMemStm, SOT_FORMATSTR_ID_INET_IMAGE ); in CopyINetImage()
531 CopyAnyData( SOT_FORMATSTR_ID_INET_IMAGE, (sal_Char*)aMemStm.GetData(), in CopyINetImage()
532 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in CopyINetImage()
539 SvMemoryStream aMemStm( 8192, 8192 ); in CopyImageMap() local
540 aMemStm.SetVersion( SOFFICE_FILEFORMAT_50 ); in CopyImageMap()
541 rImgMap.Write( aMemStm, String() ); in CopyImageMap()
542 CopyAnyData( SOT_FORMATSTR_ID_SVIM, (sal_Char*)aMemStm.GetData(), in CopyImageMap()
543 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in CopyImageMap()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx152 SvMemoryStream aMemStm( 65535, 65535 ); in GallerySvDrawImport() local
155 aCodec.Read( aMemStm ); in GallerySvDrawImport()
156 aMemStm.Seek( 0UL ); in GallerySvDrawImport()
166 bRet = GallerySvDrawImport( aMemStm, rModel ); in GallerySvDrawImport()
H A Dgaltheme.cxx1049 SvMemoryStream aMemStm( 65535, 65535 ); in InsertModel() local
1055 uno::Reference< io::XOutputStream > xDocOut( new utl::OOutputStreamWrapper( aMemStm ) ); in InsertModel()
1061 aMemStm.Seek( 0 ); in InsertModel()
1065 aCodec.Write( aMemStm ); in InsertModel()
1150 SvMemoryStream aMemStm( 65535, 65535 ); in InsertModelStream() local
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1658 SvMemoryStream aMemStm; in setPropertyValueImpl() local
1661aMemStm.SetBuffer( (char*)pSeq->getConstArray(), pSeq->getLength(), sal_False, pSeq->getLength() ); in setPropertyValueImpl()
1663 if( GraphicConverter::Import( aMemStm, aGraphic ) == ERRCODE_NONE ) in setPropertyValueImpl()
/trunk/main/sw/source/core/doc/
H A Dswserv.cxx102 SvMemoryStream aMemStm( 65535, 65535 ); in GetData() local
103 SwWriter aWrt( aMemStm, *pPam, sal_False ); in GetData()
106 aMemStm << '\0'; // append a zero char in GetData()
108 (sal_Int8*)aMemStm.GetData(), in GetData()
109 aMemStm.Seek( STREAM_SEEK_TO_END ) ); in GetData()

Completed in 205 milliseconds

12