Home
last modified time | relevance | path

Searched refs:pStg (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstorage.cxx385 if ( pStg ) in SetProperty()
387 return pStg->SetProperty( rName, rValue ); in SetProperty()
399 if ( pStg ) in GetProperty()
413 if ( pStg ) in GetXInputStream()
415 return pStg->GetXInputStream(); in GetXInputStream()
735 if ( pStg ) in RemoveUNOStorageHolder()
760 if ( !pStg ) in GetUNOAPIDuplicate()
1389 if ( pStg ) in SetProperty()
1403 if ( pStg ) in GetProperty()
1426 if ( pStg ) in GetProperty()
[all …]
H A Dstg.cxx650 Storage* pStg = new Storage( pIo, p, m ); in OpenStorage() local
651 pIo->MoveError( *pStg ); in OpenStorage()
652 if( m & STREAM_WRITE ) pStg->m_bAutoCommit = sal_True; in OpenStorage()
653 return pStg; in OpenStorage()
H A Dstgdir.cxx761 sal_Bool StgDirEntry::IsContained( StgDirEntry* pStg ) in IsContained() argument
769 if( !p->aEntry.Compare( pStg->aEntry ) ) in IsContained()
772 if( !p->IsContained( pStg ) ) in IsContained()
H A Ducbstorage.cxx1552 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pDestStm ); local
1553 if ( pStg )
1554 pStg->pImp->m_aContentType = pImp->m_aContentType;
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx269 if ( !pStg || pStg == m_pMasterStorage ) in SaveTo_Impl()
276 HRESULT hr = Save( pStg, sal_False ); in SaveTo_Impl()
277 pStg->Commit( STGC_ONLYIFCURRENT ); in SaveTo_Impl()
404 hr = pStg->Stat( &aStat, STATFLAG_NONAME ); in InitNew()
410 if ( m_xFactory.is() && pStg ) in InitNew()
437 hr = WriteFmtUserTypeStg( pStg, in InitNew()
460 m_pMasterStorage = pStg; in InitNew()
482 STDMETHODIMP EmbedDocument_Impl::Load( IStorage *pStg ) in Load() argument
487 if ( !m_xFactory.is() || !pStg ) in Load()
493 hr = pStg->Stat( &aStat, STATFLAG_NONAME ); in Load()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx76 po->pStg = pStg; in Read()
629 pStg = new SotStorage( *pStrm ); in SetStrmStgPtr()
711 po->pStg = pStg; in HasGlossaries()
727 po->pStg = pStg; in ReadGlossaries()
930 else if( pStg ) in Write()
931 nError = rxWriter->Write( *pPam, *pStg, pRealFileName ); in Write()
H A Dfltini.cxx218 ASSERT( pStg, "wo ist mein Storage?" ); in OpenMainStream()
222 rRef = pStg->OpenSotStream( SwIoSystem::GetSubStorageName( *pFltr ), in OpenMainStream()
/trunk/main/sw/inc/
H A Dshellio.hxx162 SotStorageRef pStg; member in SwReader
227 SotStorageRef pStg; member in Reader
284 SotStorageRef getSotStorageRef() { return pStg; }; in getSotStorageRef()
285 void setSotStorageRef(SotStorageRef pStgRef) { pStg = pStgRef; }; in setSotStorageRef()
552 SotStorageRef pStg; member in StgWriter
570 SotStorage& GetStorage() const { return *pStg; } in GetStorage()
594 SotStorageRef pStg; member in SwWriter
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx45 SvStorage *pStg) in WW8Glossary() argument
46 : pGlossary(0), rStrm(refStrm), xStg(pStg), nStrings(0) in WW8Glossary()
53 xTableStream = pStg->OpenSotStream(String::CreateFromAscii( in WW8Glossary()
H A Dww8par.cxx3704 , pStg(pStorage) in SwWW8ImplReader()
4258 if( pStg ) in ReadDocInfo()
4267 sfx2::LoadOlePropertySet(xDocProps, pStg); in ReadDocInfo()
4277 if (mbNewDoc && pStg && !pGloss) in CoreLoad()
4638 if (pStg && !pGloss) /*meaningless for a glossary, cmc*/ in CoreLoad()
4642 SvxImportMSVBasic aVBasic(*mpDocShell, *pStg, in CoreLoad()
4800 if(!pStg) in SetSubStreams()
5404 if (pStg && 0xa5ec == nMagic) in LoadDoc()
5473 if( pStg ) in Read()
5540 WW8Glossary aGloss( refStrm, 8, pStg ); in ReadGlossaries()
[all …]
H A Dww8par4.cxx356 ASSERT( pStg, "ohne storage geht hier fast gar nichts!" ); in ImportOleBase()
367 SvStorageRef xSrc0 = pStg->OpenSotStorage(CREATE_CONST_ASC(SL::aObjectPool)); in ImportOleBase()
H A Dww8glsy.hxx64 WW8Glossary( SvStorageStreamRef &refStrm, sal_uInt8 nVersion, SvStorage *pStg=0);
H A Dww8par.hxx944 SvStorage* pStg; // Input-Storage member in SwWW8ImplReader
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx587 pStg = &rStg; in Write()
598 pStg = NULL; in Write()
607 pStg = 0; in Write()
619 pStg = NULL; in Write()
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx524 STDMETHODIMP InprocEmbedDocument_Impl::InitNew( IStorage *pStg ) in InitNew() argument
535 hr = pPersist->InitNew( pStg ); in InitNew()
539 m_pStorage = pStg; in InitNew()
557 STDMETHODIMP InprocEmbedDocument_Impl::Load( IStorage *pStg ) in Load() argument
570 hr = pPersist->Load( pStg ); in Load()
575 m_pStorage = pStg; in Load()
H A Dinprocembobj.h189 STDMETHOD(InitNew) ( IStorage *pStg );
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx69 HRESULT SaveTo_Impl( IStorage* pStg );
88 STDMETHOD(InitNew) ( IStorage *pStg );
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx245 …SotStorageRef pStg=pRead->getSotStorageRef(); // #i45333# save sot storage ref in case of recursiv… in ConvertFrom() local
294 pRead->setSotStorageRef(pStg); // #i45333# save sot storage ref in case of recursive calls in ConvertFrom()

Completed in 133 milliseconds