/aoo4110/main/tools/source/ref/ |
H A D | pstm.cxx | 172 , pStm( pStream ) in SvPersistStream() 187 if( pStm ) in SvPersistStream() 207 , pStm( pStream ) in SvPersistStream() 225 if( pStm ) in SvPersistStream() 260 if( pStm != pStream ) in SetStream() 262 if( pStm ) in SetStream() 267 pStm = pStream; in SetStream() 269 if( pStm ) in SetStream() 304 pStm->ResetError(); in ResetError() 314 SetError( pStm->GetError() ); in GetData() [all …]
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 1228 pStm->Seek( nPos ); in GetPlaceableBound() 1238 if( pStm->IsEof() ) in GetPlaceableBound() 1265 *pStm >> nMapMode; in GetPlaceableBound() 1300 *pStm >> nPoints; in GetPlaceableBound() 1309 *pStm >> nPoly; in GetPlaceableBound() 1313 *pStm >> nP; in GetPlaceableBound() 1324 *pStm >> nPoints; in GetPlaceableBound() 1340 *pStm >> nLength; in GetPlaceableBound() 1360 pStm->SeekRel(2); in GetPlaceableBound() 1409 *pStm >> nROP; in GetPlaceableBound() [all …]
|
/aoo4110/main/sot/source/sdstor/ |
H A D | storage.cxx | 124 if( pStm ) in SotStorageStream() 131 pOwnStm = pStm; in SotStorageStream() 133 pStm->ResetError(); in SotStorageStream() 707 m_pStorStm = pStm; in SotStorage() 884 delete pStm; in CreateMemoryStream() 885 pStm = NULL; in CreateMemoryStream() 887 return pStm; in CreateMemoryStream() 909 delete pStm; in IsStorageFile() 1138 pStm->SetSize( 0 ); in OpenEncryptedSotStream() 1142 return pStm; in OpenEncryptedSotStream() [all …]
|
H A D | stg.cxx | 702 StorageStream* pStm = new StorageStream( pIo, p, m ); in OpenStream() local 704 pStm->SetAutoCommit( sal_True ); in OpenStream() 705 pIo->MoveError( *pStm ); in OpenStream() 706 return pStm; in OpenStream()
|
H A D | ucbstorage.cxx | 3327 SvStream * pStm = ::utl::UcbStreamHelper::CreateStream( aFileURL, STREAM_STD_READ ); local 3328 sal_Bool bRet = UCBStorage::IsStorageFile( pStm ); 3329 delete pStm;
|
/aoo4110/main/dtrans/source/win32/workbench/ |
H A D | testmarshal.cxx | 98 IStream* pStm = NULL; in ThreadProc() local 99 hr = CreateStreamOnHGlobal( g_hGlob, FALSE, &pStm ); in ThreadProc() 103 pStm, in ThreadProc() 107 hr = pStm->Release( ); in ThreadProc() 165 IStream* pStm = NULL; in main() local 167 hr = CreateStreamOnHGlobal( 0, FALSE, &pStm ); in main() 171 pStm, in main() 178 hr = GetHGlobalFromStream( pStm, &g_hGlob ); in main() 180 hr = pStm->Release( ); in main()
|
/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | APNDataObject.cxx | 60 IStreamPtr pStm; in CAPNDataObject() local 61 HRESULT hr = CreateStreamOnHGlobal( 0, KEEP_HGLOB_ON_RELEASE, &pStm ); in CAPNDataObject() 68 pStm.get(), in CAPNDataObject() 82 hr = GetHGlobalFromStream(pStm.get(), &m_hGlobal ); in CAPNDataObject() 107 IStreamPtr pStm; in ~CAPNDataObject() local 108 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject() 114 hr = CoReleaseMarshalData(pStm.get()); in ~CAPNDataObject() 362 IStreamPtr pStm; in MarshalIDataObjectIntoCurrentApartment() local 363 hr = CreateStreamOnHGlobal(m_hGlobal, KEEP_HGLOB_ON_RELEASE, &pStm); in MarshalIDataObjectIntoCurrentApartment() 369 hr = CoUnmarshalInterface(pStm.get(), __uuidof(IDataObject), (void**)ppIDataObj); in MarshalIDataObjectIntoCurrentApartment()
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 96 SvStream * pStm; member in InternalResMgr 529 pStm->Seek( pFind->nOffset ); in GetBitmapStream() 530 return pStm; in GetBitmapStream() 543 , pStm( NULL ) in InternalResMgr() 561 delete pStm; in ~InternalResMgr() 601 if( pStm->GetError() == 0 ) in Create() 615 pStm->SeekRel( -lContLen ); in Create() 714 pStm->Seek( pLast->nOffset ); in LoadGlobalRes() 719 pStm->Seek( pFirst->nOffset ); in LoadGlobalRes() 720 pStm->Read( pStringBlock, nSize ); in LoadGlobalRes() [all …]
|
/aoo4110/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 121 …SvStream* pStm = ::utl::UcbStreamHelper::CreateStream( maTmp.GetURL(), STREAM_WRITE | STREAM_TRUNC… in SvXMLGraphicInputStream() local 123 if( pStm ) in SvXMLGraphicInputStream() 131 pStm->Write( aGfxLink.GetData(), aGfxLink.GetDataSize() ); in SvXMLGraphicInputStream() 132 bRet = ( pStm->GetError() == 0 ); in SvXMLGraphicInputStream() 150 pStm->SetVersion( SOFFICE_FILEFORMAT_8 ); in SvXMLGraphicInputStream() 151 pStm->SetCompressMode( COMPRESSMODE_ZBITMAP ); in SvXMLGraphicInputStream() 152 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( *pStm ); in SvXMLGraphicInputStream() 153 bRet = ( pStm->GetError() == 0 ); in SvXMLGraphicInputStream() 159 pStm->Seek( 0 ); in SvXMLGraphicInputStream() 160 mxStmWrapper = new ::utl::OInputStreamWrapper( pStm, sal_True ); in SvXMLGraphicInputStream() [all …]
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 333 SvStream* pStm = aMedium.GetInStream(); in detect() local 334 if ( !pStm ) in detect() 340 SotStorageRef aStorage = new SotStorage ( pStm, sal_False ); in detect() 358 pStm->Seek( STREAM_SEEK_TO_BEGIN ); in detect() 361 GraphicDescriptor aDesc( *pStm, &aFileName ); in detect() 372 pStm->Seek( STREAM_SEEK_TO_BEGIN ); in detect() 373 *pStm >> n8; in detect()
|
/aoo4110/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 39 ::std::ostream* pStm ) in outputHeader() argument 42 if( pStm ) in outputHeader() 44 *pStm << "#!/usr/bin/gnuplot -persist" << ::std::endl << in outputHeader() 116 Writer( ::std::ostream* pStm ) : in Writer() argument 117 mpStream( pStm ) in Writer()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdmod.cxx | 236 …SvStream* pStm = ::utl::UcbStreamHelper::CreateStream( aURL.GetMainURL( INetURLObject::NO_DECODE )… in GetOptionStream() local 238 if( pStm ) in GetOptionStream() 239 xOptionStorage = new SvStorage( pStm, sal_True ); in GetOptionStream()
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.hxx | 141 IStream *pStm); 144 IStream *pStm,
|
H A D | ooofilt.cxx | 734 SCODE STDMETHODCALLTYPE COooFilter::Load(IStream *pStm) in Load() argument 738 m_pStream = PrepareIStream( pStm, z_filefunc ); in Load()
|
/aoo4110/main/tools/inc/tools/ |
H A D | pstm.hxx | 197 SvStream * pStm; member in SvPersistStream 228 SvStream * GetStream() const { return pStm; } in GetStream()
|
/aoo4110/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 577 SvStream * pStm = ::utl::UcbStreamHelper::CreateStream( aName, STREAM_STD_READ ); in IsFileUCBStorage() local 578 sal_Bool bRet = UCBStorage::IsStorageFile( pStm ); in IsFileUCBStorage() 579 delete pStm; in IsFileUCBStorage()
|
/aoo4110/main/sot/inc/sot/ |
H A D | storage.hxx | 79 SotStorageStream( BaseStorageStream *pStm ); 147 SotStorage( SvStream * pStm, sal_Bool bDelete );
|
/aoo4110/main/forms/source/component/ |
H A D | imgprod.cxx | 54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ); 67 ImgProdLockBytes::ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ) : in ImgProdLockBytes() argument 68 SvLockBytes( pStm, bOwner ) in ImgProdLockBytes()
|
/aoo4110/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.h | 139 STDMETHOD(Load) ( LPSTREAM pStm );
|
H A D | SOActiveX.cpp | 177 STDMETHODIMP CSOActiveX::Load ( LPSTREAM pStm ) in Load() argument
|
/aoo4110/main/idl/inc/ |
H A D | database.hxx | 70 SvFileStream * pStm; member in SvIdlDataBase
|
/aoo4110/main/extensions/source/activex/main/ |
H A D | SOActiveX.h | 173 STDMETHOD(Load) ( LPSTREAM pStm );
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter.cxx | 1172 sal_uLong GraphicFilter::ImplSetError( sal_uLong nError, const SvStream* pStm ) in ImplSetError() argument 1175 pErrorEx->nStreamError = pStm ? pStm->GetError() : ERRCODE_NONE; in ImplSetError()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | filter.hxx | 260 sal_uLong ImplSetError( sal_uLong nError, const SvStream* pStm = NULL );
|