/aoo4110/main/sot/source/sdstor/ |
H A D | storage.cxx | 385 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 D | stg.cxx | 650 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 D | stgdir.cxx | 761 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 D | ucbstorage.cxx | 1552 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pDestStm ); local 1553 if ( pStg ) 1554 pStg->pImp->m_aContentType = pImp->m_aContentType;
|
/aoo4110/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 269 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 …]
|
/aoo4110/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 76 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 D | fltini.cxx | 218 ASSERT( pStg, "wo ist mein Storage?" ); in OpenMainStream() 222 rRef = pStg->OpenSotStream( SwIoSystem::GetSubStorageName( *pFltr ), in OpenMainStream()
|
/aoo4110/main/sw/inc/ |
H A D | shellio.hxx | 162 SotStorageRef pStg; member in SwReader 227 SotStorageRef pStg; member in Reader 285 SotStorageRef getSotStorageRef() { return pStg; }; in getSotStorageRef() 286 void setSotStorageRef(SotStorageRef pStgRef) { pStg = pStgRef; }; in setSotStorageRef() 555 SotStorageRef pStg; member in StgWriter 573 SotStorage& GetStorage() const { return *pStg; } in GetStorage() 598 SotStorageRef pStg; member in SwWriter
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 45 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 D | ww8par.cxx | 3704 , pStg(pStorage) in SwWW8ImplReader() 4257 if( pStg ) in ReadDocInfo() 4266 sfx2::LoadOlePropertySet(xDocProps, pStg); in ReadDocInfo() 4276 if (mbNewDoc && pStg && !pGloss) in CoreLoad() 4637 if (pStg && !pGloss) /*meaningless for a glossary, cmc*/ in CoreLoad() 4641 SvxImportMSVBasic aVBasic(*mpDocShell, *pStg, in CoreLoad() 4799 if(!pStg) in SetSubStreams() 5403 if (pStg && 0xa5ec == nMagic) in LoadDoc() 5472 if( pStg ) in Read() 5539 WW8Glossary aGloss( refStrm, 8, pStg ); in ReadGlossaries() [all …]
|
H A D | ww8par4.cxx | 356 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 D | ww8glsy.hxx | 64 WW8Glossary( SvStorageStreamRef &refStrm, sal_uInt8 nVersion, SvStorage *pStg=0);
|
H A D | ww8par.hxx | 944 SvStorage* pStg; // Input-Storage member in SwWW8ImplReader
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | writer.cxx | 587 pStg = &rStg; in Write() 598 pStg = NULL; in Write() 607 pStg = 0; in Write() 619 pStg = NULL; in Write()
|
/aoo4110/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 524 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 D | inprocembobj.h | 189 STDMETHOD(InitNew) ( IStorage *pStg );
|
/aoo4110/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 69 HRESULT SaveTo_Impl( IStorage* pStg ); 88 STDMETHOD(InitNew) ( IStorage *pStg );
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh.cxx | 245 …SotStorageRef pStg=pRead->getSotStorageRef(); // #i45333# save sot storage ref in case of recursiv… in ConvertFrom() local 288 pRead->setSotStorageRef(pStg); // #i45333# save sot storage ref in case of recursive calls in ConvertFrom()
|