Searched refs:i_rStorage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dbaccess/source/core/recovery/ |
H A D | dbdocrecovery.cxx | 146 …p_throw( const ::comphelper::ComponentContext& i_rContext, const Reference< XStorage >& i_rStorage, in lcl_writeObjectMap_throw() argument 153 … StorageTextOutputStream aTextOutput( i_rContext, i_rStorage, lcl_getObjectMapStreamName() ); in lcl_writeObjectMap_throw() 192 …p_throw( const ::comphelper::ComponentContext& i_rContext, const Reference< XStorage >& i_rStorage, in lcl_readObjectMap_throw() argument 195 ENSURE_OR_THROW( i_rStorage.is(), "invalid storage" ); in lcl_readObjectMap_throw() 196 if ( !i_rStorage->hasByName( lcl_getObjectMapStreamName() ) ) in lcl_readObjectMap_throw() 202 Reference< XStream > xIniStream( i_rStorage->openStreamElement( in lcl_readObjectMap_throw()
|
/aoo42x/main/autodoc/source/ary/idl/ |
H A D | i_nnfinder.hxx | 52 const Ce_Storage & i_rStorage, in Find_ModuleNode() argument 56 : rStorage(i_rStorage), in Find_ModuleNode()
|
/aoo42x/main/basic/source/uno/ |
H A D | namecont.cxx | 1785 void SfxLibraryContainer::storeLibraries_Impl( const uno::Reference< embed::XStorage >& i_rStorage,… in storeLibraries_Impl() argument 1806 sal_Bool bStorage = i_rStorage.is(); in storeLibraries_Impl() 1810 const bool bInplaceStorage = bStorage && ( i_rStorage == mxStorage ); in storeLibraries_Impl() 1840 if ( !i_rStorage->hasByName( sTargetLibrariesStoreName ) ) in storeLibraries_Impl() 1849 if ( i_rStorage->hasByName( sTargetLibrariesStoreName ) ) in storeLibraries_Impl() 1850 i_rStorage->removeElement( sTargetLibrariesStoreName ); in storeLibraries_Impl() 1853 …xTargetLibrariesStor.set( i_rStorage->openStorageElement( sTargetLibrariesStoreName, embed::Elemen… in storeLibraries_Impl() 2016 i_rStorage->removeElement( sTempTargetStorName ); in storeLibraries_Impl()
|
Completed in 38 milliseconds