| /aoo41x/main/sd/source/filter/eppt/ | 
| H A D | eppt.hxx | 199 		SvMemoryStream			aBuExPictureStream;200 		SvMemoryStream			aBuExOutlineStream;
 201 		SvMemoryStream			aBuExMasterStream;
 424 	SvMemoryStream*		pOut;
 734 		SvMemoryStream*		mpVBA;
 736 		SvMemoryStream*		mpExEmbed;
 761 …sal_uInt32			ImplProgBinaryTagContainer( SvStream* pOutStrm = NULL, SvMemoryStream* pBinTag = NULL…
 762 		sal_uInt32			ImplProgTagContainer( SvStream* pOutStrm = NULL, SvMemoryStream* pBinTag = NULL );
 780 		sal_Bool			ImplCreateHyperBlob( SvMemoryStream& rStream );
 788 		void				ImplWriteVBA( SvMemoryStream* pVBA );
 [all …]
 
 | 
| H A D | eppt.cxx | 123             SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) :  in PPTWriter()141     mpExEmbed               ( new SvMemoryStream ),  in PPTWriter()
 358         SvMemoryStream  aHyperBlob;  in ImplCreateDocumentSummaryInformation()
 812 sal_Bool PPTWriter::ImplCreateHyperBlob( SvMemoryStream& rStrm )  in ImplCreateHyperBlob()
 1560 	SvMemoryStream aBinaryTagData10Atom;  in ImplCreateSlide()
 1564 		SvMemoryStream amsofbtAnimGroup;  in ImplCreateSlide()
 1761 void PPTWriter::ImplWriteVBA( SvMemoryStream* pVBA )  in ImplWriteVBA()
 1789         SvMemoryStream* pStrm = NULL;  in ImplWriteOLE()
 1806                         SvMemoryStream aStream;  in ImplWriteOLE()
 2486 	SvStorageRef xDest( new SvStorage( new SvMemoryStream(), sal_True ) );  in SaveVBA()
 [all …]
 
 | 
| H A D | epptso.cxx | 4202 		SvMemoryStream  aExtBu( 0x200, 0x200 );  in ImplCreatePresentationPlaceholder()4285     SvMemoryStream* pClientTextBox = NULL;  in ImplWritePage()
 4286     SvMemoryStream* pClientData = NULL;  in ImplWritePage()
 4339                 SvMemoryStream* pTmp = NULL;  in ImplWritePage()
 5317 				SvMemoryStream* pTmp = NULL;  in ImplWritePage()
 5444 						SvMemoryStream aExtBu( 0x200, 0x200 );  in ImplWritePage()
 5448 						SvMemoryStream* pOut = aTextRule.pOut;  in ImplWritePage()
 5478 						SvMemoryStream  aExtBu( 0x200, 0x200 );  in ImplWritePage()
 5789 				SvMemoryStream aMemStrm;  in ImplCreateTable()
 5843 							SvMemoryStream  aExtBu( 0x200, 0x200 );  in ImplCreateTable()
 [all …]
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 781 class TOOLS_DLLPUBLIC SvMemoryStream : public SvStream  class784 	SvMemoryStream (const SvMemoryStream&);
 785 	SvMemoryStream & operator= (const SvMemoryStream&);
 822 					SvMemoryStream(void*) { }	// Fuer unsere Subklassen  in SvMemoryStream()  function in SvMemoryStream
 825 					SvMemoryStream( void* pBuf, sal_Size nSize, StreamMode eMode);
 826 					SvMemoryStream( sal_Size nInitSize=512, sal_Size nResize=64 );
 827 					~SvMemoryStream();
 
 | 
| H A D | inetstrm.hxx | 33 class SvMemoryStream;135 	SvMemoryStream *pMsgBuffer;
 169 	SvMemoryStream         *pMsgBuffer;
 232 	SvMemoryStream        *pMsgBuffer;
 
 | 
| H A D | iparser.hxx | 116 	GenericInformationList *Execute( SvMemoryStream &rSourceStream,131   sal_Bool Save( SvMemoryStream &rSourceStream,
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 2571 SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize,  in SvMemoryStream()  function in SvMemoryStream2597 SvMemoryStream::SvMemoryStream( sal_Size nInitSize, sal_Size nResizeOffset )  in SvMemoryStream()  function in SvMemoryStream
 2627 SvMemoryStream::~SvMemoryStream()  in ~SvMemoryStream()
 2648 sal_uInt16 SvMemoryStream::IsA() const  in IsA()
 2792 sal_Size SvMemoryStream::SeekPos( sal_Size nNewPos )  in SeekPos()
 2835 void SvMemoryStream::FlushData()  in FlushData()
 2849 void SvMemoryStream::ResetError()  in ResetError()
 2864 sal_Bool SvMemoryStream::AllocateMemory( sal_Size nNewSize )  in AllocateMemory()
 2880 sal_Bool SvMemoryStream::ReAllocateMemory( long nDiff )  in ReAllocateMemory()
 2926 void SvMemoryStream::FreeMemory()  in FreeMemory()
 [all …]
 
 | 
| H A D | cachestr.cxx | 50     pCurrentStream	= new SvMemoryStream( nMaxMemSize );  in SvCacheStream()81     pCurrentStream	= new SvMemoryStream( nExpectedSize );  in SvCacheStream()
 219 	    && ((SvMemoryStream*)pCurrentStream)->GetSize() > nMaxSize )  in FlushData()
 237         return ((SvMemoryStream*)pCurrentStream)->GetData();  in GetBuffer()
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | eeobj.hxx | 37 	SvMemoryStream	maBinData;38 	SvMemoryStream	maRTFData;
 50 	SvMemoryStream&	GetStream() { return maBinData; }  in GetStream()
 51 	SvMemoryStream&	GetRTFStream() { return maRTFData; }  in GetRTFStream()
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | graphhelp.cxx | 87 SvMemoryStream* GraphicHelper::getFormatStrFromGDI_Impl( const GDIMetaFile* pGDIMeta, sal_uInt32 nF…  in getFormatStrFromGDI_Impl()89 	SvMemoryStream* pResult = NULL;  in getFormatStrFromGDI_Impl()
 92 		SvMemoryStream* pStream = new SvMemoryStream( 65535, 65535 );  in getFormatStrFromGDI_Impl()
 154 		SvMemoryStream* pStream = new SvMemoryStream( 65535, 65535 );  in getWinMetaFileFromGDI_Impl()
 
 | 
| H A D | graphhelp.hxx | 28 class SvMemoryStream;46 	static SvMemoryStream* getFormatStrFromGDI_Impl( const GDIMetaFile* pGDIMeta, sal_uInt32 nFormat );
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | cvtgrf.cxx | 63 			SvMemoryStream	aIStm;  in ImplConvert()71 				SvMemoryStream aOStm( 64535, 64535 );  in ImplConvert()
 88 			SvMemoryStream	aIStm;  in ImplConvert()
 95 				SvMemoryStream	aOStm( 645535, 64535 );  in ImplConvert()
 
 | 
| H A D | pdfwriter_impl.hxx | 222         SvMemoryStream*		m_pStream;246         SvMemoryStream*             m_pTilingStream;
 261         SvMemoryStream*		m_pContentStream;
 262         SvMemoryStream*		m_pSoftMaskStream;
 438     typedef std::hash_map< rtl::OString, SvMemoryStream*, rtl::OStringHash > PDFAppearanceStreams;
 586     static bool compressStream( SvMemoryStream* );
 785     SvMemoryStream*							m_pMemStream;
 
 | 
| H A D | gdimetafiletools.cxx | 240         SvMemoryStream aMemStm;  in addSvtGraphicStroke()253         SvMemoryStream aMemStm;  in addSvtGraphicFill()
 888 …                       SvMemoryStream aMemStm((void*)pA->GetData(), pA->GetDataSize(),STREAM_READ);  in clipMetafileContentAgainstOwnRegions()
 929 …                       SvMemoryStream aMemStm((void*)pA->GetData(), pA->GetDataSize(),STREAM_READ);  in clipMetafileContentAgainstOwnRegions()
 
 | 
| /aoo41x/main/tools/source/inet/ | 
| H A D | inetstrm.cxx | 81     SvMemoryStream         *pMsgBuffer;253       pMsgBuffer       (new SvMemoryStream)  in INetMessageIStream()
 397       pMsgBuffer    (new SvMemoryStream)  in INetMessageOStream()
 846       pMsgBuffer (new SvMemoryStream),  in INetMessageDecodeQPStream_Impl()
 1675                 if (pMsgBuffer == NULL) pMsgBuffer = new SvMemoryStream;  in PutMsgLine()
 1754                     SvMemoryStream* pNewStream = new SvMemoryStream;  in PutMsgLine()
 1756                     SvMemoryStream* pTmp = pMsgBuffer;  in PutMsgLine()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | transfer.cxx | 393 …SvMemoryStream*	pSrcStm = new SvMemoryStream( (char*) aSeq.getConstArray(), aSeq.getLength(), STRE…  in getTransferData()400 					    SvMemoryStream	aDstStm( 65535, 65535 );  in getTransferData()
 423 …SvMemoryStream*	pSrcStm = new SvMemoryStream( (char*) aSeq.getConstArray(), aSeq.getLength(), STRE…  in getTransferData()
 429 					    SvMemoryStream	aDstStm( 65535, 65535 );  in getTransferData()
 807         SvMemoryStream aMemStm( 65535, 65535 );  in SetBitmapEx()
 847 		SvMemoryStream aMemStm( 65535, 65535 );  in SetGDIMetaFile()
 862 		SvMemoryStream aMemStm( 65535, 65535 );  in SetGraphic()
 877 	SvMemoryStream aMemStm( 8192, 8192 );  in SetImageMap()
 893 	SvMemoryStream aMemStm( 1024, 1024 );  in SetTransferableObjectDescriptor()
 994 	SvMemoryStream aMemStm( 1024, 1024 );  in SetINetImage()
 [all …]
 
 | 
| /aoo41x/main/framework/source/fwe/classes/ | 
| H A D | imagewrapper.cxx | 81 	SvMemoryStream aMem;  in getDIB()93 		SvMemoryStream aMem;  in getMaskDIB()
 99 		SvMemoryStream aMem;  in getMaskDIB()
 
 | 
| /aoo41x/main/automation/source/simplecm/ | 
| H A D | simplecm.cxx | 110 …bWasError = pPacketHandler->TransferData( ((SvMemoryStream*)pDataStream)->GetData(), nBuffer, nPro…  in DoTransferDataStream()258 	SvStream* pStream = new SvMemoryStream;  in GetBestCommunicationStream()
 283 			((SvMemoryStream*)pReceiveStream)->SetBuffer( pBuffer, nLen, sal_True, nLen );  in DoReceiveDataStream()
 314 …bWasError = !pPacketHandler->SendHandshake( aHandshakeType, ((SvMemoryStream*)pData)->GetData(), n…  in SendHandshake()
 
 | 
| /aoo41x/main/basic/inc/basic/ | 
| H A D | sbxmstrm.hxx | 33 class SbxMemoryStream : public SbxBase, public SvMemoryStream37 		SvMemoryStream(nInitSize_,nResize_) {}  in SbxMemoryStream()
 
 | 
| /aoo41x/main/svl/source/numbers/ | 
| H A D | numhead.hxx | 68 	SvMemoryStream*	pMemStream;87 	SvMemoryStream	aMemStream;
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | rechead.hxx | 133 	SvMemoryStream*	pMemStream;151 	SvMemoryStream	aMemStream;
 
 | 
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | xiformula.cxx | 70         SvMemoryStream aMemStrm;  in CreateRangeList()86     SvMemoryStream aMemStrm;  in CreateFormula()
 
 | 
| /aoo41x/main/sot/source/sdstor/ | 
| H A D | stgstrms.cxx | 1089 		  : SvMemoryStream( nInitSize > THRESHOLD  in StgTmpStrm()1228 		return SvMemoryStream::GetData( (sal_Char *)pData, n );  in GetData()
 1247 		nNew = SvMemoryStream::PutData( (sal_Char*)pData, n );  in PutData()
 1270 		return SvMemoryStream::SeekPos( n );  in SeekPos()
 1281 		SvMemoryStream::FlushData();  in FlushData()
 
 | 
| /aoo41x/main/automation/source/server/ | 
| H A D | retstrm.cxx | 36 	pSammel = new SvMemoryStream();  in RetStream()119 	pSammel = new SvMemoryStream();  in Reset()
 
 | 
| /aoo41x/main/toolkit/source/awt/ | 
| H A D | vclxbitmap.cxx | 71 	SvMemoryStream aMem;  in getDIB()80 	SvMemoryStream aMem;  in getMaskDIB()
 
 |