| /AOO42X/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; 757 …void ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInst… 761 …sal_uInt32 ImplProgBinaryTagContainer( SvStream* pOutStrm = NULL, SvMemoryStream* pBinTag… 762 …sal_uInt32 ImplProgTagContainer( SvStream* pOutStrm = NULL, SvMemoryStream* pBinTag = NUL… 780 sal_Bool ImplCreateHyperBlob( SvMemoryStream& rStream ); [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() 393 void PPTWriter::ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance,… in ImplWriteExtParaHeader() 812 sal_Bool PPTWriter::ImplCreateHyperBlob( SvMemoryStream& rStrm ) in ImplCreateHyperBlob() 1144 void ImplExportComments( uno::Reference< drawing::XDrawPage > xPage, SvMemoryStream& rBinaryTagData… in ImplExportComments() 1560 SvMemoryStream aBinaryTagData10Atom; in ImplCreateSlide() 1564 SvMemoryStream amsofbtAnimGroup; in ImplCreateSlide() 1761 void PPTWriter::ImplWriteVBA( SvMemoryStream* pVBA ) in ImplWriteVBA() 1789 SvMemoryStream* pStrm = NULL; in ImplWriteOLE() [all …]
|
| H A D | epptso.cxx | 535 sal_uInt32 PPTWriter::ImplProgBinaryTagContainer( SvStream* pStrm, SvMemoryStream* pBinTagStrm ) in ImplProgBinaryTagContainer() 566 sal_uInt32 PPTWriter::ImplProgTagContainer( SvStream* pStrm, SvMemoryStream* pBinTagStrm ) in ImplProgTagContainer() 718 SvMemoryStream aTxMasterStyleAtomStrm( 0x200, 0x200 ); in ImplCloseDocument() 3361 pRuleOut = pTextRule->pOut = new SvMemoryStream( 0x100, 0x100 ); in ImplWriteTextStyleAtom() 4202 SvMemoryStream aExtBu( 0x200, 0x200 ); in ImplCreatePresentationPlaceholder() 4203 SvMemoryStream aClientTextBox( 0x200, 0x200 ); in ImplCreatePresentationPlaceholder() 4285 SvMemoryStream* pClientTextBox = NULL; in ImplWritePage() 4286 SvMemoryStream* pClientData = NULL; in ImplWritePage() 4339 SvMemoryStream* pTmp = NULL; in ImplWritePage() 4346 pTmp = new SvMemoryStream( 0x200, 0x200 ); in ImplWritePage() [all …]
|
| /AOO42X/main/tools/source/stream/ |
| H A D | stream.cxx | 2586 SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize, in SvMemoryStream() function in SvMemoryStream 2612 SvMemoryStream::SvMemoryStream( sal_Size nInitSize, sal_Size nResizeOffset ) in SvMemoryStream() function in SvMemoryStream 2642 SvMemoryStream::~SvMemoryStream() in ~SvMemoryStream() 2663 sal_uInt16 SvMemoryStream::IsA() const in IsA() 2678 void* SvMemoryStream::SetBuffer( void* pNewBuf, sal_Size nCount, in SetBuffer() 2719 sal_Size SvMemoryStream::GetData( void* pData, sal_Size nCount ) in GetData() 2739 sal_Size SvMemoryStream::PutData( const void* pData, sal_Size nCount ) in PutData() 2807 sal_Size SvMemoryStream::SeekPos( sal_Size nNewPos ) in SeekPos() 2850 void SvMemoryStream::FlushData() in FlushData() 2864 void SvMemoryStream::ResetError() in ResetError() [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()
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | stream.hxx | 781 class TOOLS_DLLPUBLIC SvMemoryStream : public SvStream class 784 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,
|
| /AOO42X/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() 453 …SvMemoryStream* pSrcStm = new SvMemoryStream( (char*) aSeq.getConstArray(), aSeq.getLength(), STRE… in getTransferData() 460 SvMemoryStream aDstStm( 65535, 65535 ); in getTransferData() 838 SvMemoryStream aMemStm( 65535, 65535 ); in SetBitmapEx() 878 SvMemoryStream aMemStm( 65535, 65535 ); in SetGDIMetaFile() 893 SvMemoryStream aMemStm( 65535, 65535 ); in SetGraphic() 908 SvMemoryStream aMemStm( 8192, 8192 ); in SetImageMap() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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 );
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/basic/inc/basic/ |
| H A D | sbxmstrm.hxx | 34 class BASIC_DLLPUBLIC SbxMemoryStream : public SbxBase, public SvMemoryStream 38 SvMemoryStream(nInitSize_,nResize_) {} in SbxMemoryStream()
|
| /AOO42X/main/svl/source/numbers/ |
| H A D | numhead.hxx | 68 SvMemoryStream* pMemStream; 87 SvMemoryStream aMemStream;
|
| /AOO42X/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()
|
| /AOO42X/main/sc/inc/ |
| H A D | rechead.hxx | 133 SvMemoryStream* pMemStream; 151 SvMemoryStream aMemStream;
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xiformula.cxx | 70 SvMemoryStream aMemStrm; in CreateRangeList() 86 SvMemoryStream aMemStrm; in CreateFormula()
|
| /AOO42X/main/automation/source/server/ |
| H A D | retstrm.cxx | 36 pSammel = new SvMemoryStream(); in RetStream() 119 pSammel = new SvMemoryStream(); in Reset()
|
| /AOO42X/main/toolkit/source/awt/ |
| H A D | vclxbitmap.cxx | 71 SvMemoryStream aMem; in getDIB() 80 SvMemoryStream aMem; in getMaskDIB()
|