Home
last modified time | relevance | path

Searched refs:pStm (Results 1 – 24 of 24) sorted by relevance

/trunk/main/tools/source/ref/
H A Dpstm.cxx172 , 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 …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1228 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 …]
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx124 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 Dstg.cxx702 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 Ducbstorage.cxx3327 SvStream * pStm = ::utl::UcbStreamHelper::CreateStream( aFileURL, STREAM_STD_READ ); local
3328 sal_Bool bRet = UCBStorage::IsStorageFile( pStm );
3329 delete pStm;
/trunk/main/dtrans/source/win32/workbench/
H A Dtestmarshal.cxx98 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()
/trunk/main/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx60 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()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx96 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 …]
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx121 …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 …]
/trunk/main/sd/source/filter/
H A Dsddetect.cxx348 SvStream* pStm = aMedium.GetInStream(); in detect() local
349 if ( !pStm ) in detect()
355 SotStorageRef aStorage = new SotStorage ( pStm, sal_False ); in detect()
373 pStm->Seek( STREAM_SEEK_TO_BEGIN ); in detect()
376 GraphicDescriptor aDesc( *pStm, &aFileName ); in detect()
387 pStm->Seek( STREAM_SEEK_TO_BEGIN ); in detect()
388 *pStm >> n8; in detect()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx39 ::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()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx226 …SvStream* pStm = ::utl::UcbStreamHelper::CreateStream( aURL.GetMainURL( INetURLObject::NO_DECODE )… in GetOptionStream() local
228 if( pStm ) in GetOptionStream()
229 xOptionStorage = new SvStorage( pStm, sal_True ); in GetOptionStream()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx141 IStream *pStm);
144 IStream *pStm,
H A Dooofilt.cxx735 SCODE STDMETHODCALLTYPE COooFilter::Load(IStream *pStm) in Load() argument
739 m_pStream = PrepareIStream( pStm, z_filefunc ); in Load()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx577 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()
/trunk/main/tools/inc/tools/
H A Dpstm.hxx197 SvStream * pStm; member in SvPersistStream
228 SvStream * GetStream() const { return pStm; } in GetStream()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx79 SotStorageStream( BaseStorageStream *pStm );
147 SotStorage( SvStream * pStm, sal_Bool bDelete );
/trunk/main/forms/source/component/
H A Dimgprod.cxx54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner );
67 ImgProdLockBytes::ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ) : in ImgProdLockBytes() argument
68 SvLockBytes( pStm, bOwner ) in ImgProdLockBytes()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.h139 STDMETHOD(Load) ( LPSTREAM pStm );
H A DSOActiveX.cpp177 STDMETHODIMP CSOActiveX::Load ( LPSTREAM pStm ) in Load() argument
/trunk/main/idl/inc/
H A Ddatabase.hxx70 SvFileStream * pStm; member in SvIdlDataBase
/trunk/main/extensions/source/activex/main/
H A DSOActiveX.h173 STDMETHOD(Load) ( LPSTREAM pStm );
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1172 sal_uLong GraphicFilter::ImplSetError( sal_uLong nError, const SvStream* pStm ) in ImplSetError() argument
1175 pErrorEx->nStreamError = pStm ? pStm->GetError() : ERRCODE_NONE; in ImplSetError()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx260 sal_uLong ImplSetError( sal_uLong nError, const SvStream* pStm = NULL );

Completed in 104 milliseconds