Home
last modified time | relevance | path

Searched refs:pStrg (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx460 BaseStorage* pStrg = m_pStorage->OpenStorage( aName ); in getByName() local
462 if ( !pStrg ) in getByName()
471 …( pStrg->CopyTo( pNewStor ) && pNewStor->Commit() && !pNewStor->GetError() && !pStrg->GetError() ); in getByName()
474 DELETEZ( pStrg ); in getByName()
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx1081 ErrCode SfxOlePropertySet::LoadPropertySet( SotStorage* pStrg, const String& rStrmName ) in LoadPropertySet() argument
1083 if( pStrg ) in LoadPropertySet()
1085 SotStorageStreamRef xStrm = pStrg->OpenSotStream( rStrmName, STREAM_STD_READ ); in LoadPropertySet()
1099 ErrCode SfxOlePropertySet::SavePropertySet( SotStorage* pStrg, const String& rStrmName ) in SavePropertySet() argument
1101 if( pStrg ) in SavePropertySet()
1103 … SotStorageStreamRef xStrm = pStrg->OpenSotStream( rStrmName, STREAM_TRUNC | STREAM_STD_WRITE ); in SavePropertySet()
H A Doleprops.hxx374 ErrCode LoadPropertySet( SotStorage* pStrg, const String& rStrmName );
376 ErrCode SavePropertySet( SotStorage* pStrg, const String& rStrmName );

Completed in 39 milliseconds