Home
last modified time | relevance | path

Searched refs:_rxStorage (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/core/misc/
H A Dsdbcoretools.cxx133 bool storageIsWritable_nothrow( const Reference< XStorage >& _rxStorage ) in storageIsWritable_nothrow() argument
135 if ( !_rxStorage.is() ) in storageIsWritable_nothrow()
141 Reference< XPropertySet > xStorageProps( _rxStorage, UNO_QUERY_THROW ); in storageIsWritable_nothrow()
153 …bool commitStorageIfWriteable( const Reference< XStorage >& _rxStorage ) SAL_THROW(( IOException, … in commitStorageIfWriteable() argument
156 Reference< XTransactedObject > xTrans( _rxStorage, UNO_QUERY ); in commitStorageIfWriteable()
159 if ( storageIsWritable_nothrow( _rxStorage ) ) in commitStorageIfWriteable()
/trunk/main/sfx2/source/appl/
H A Dappbaslib.cxx104 void SfxBasicManagerHolder::setStorage( const Reference< XStorage >& _rxStorage ) in setStorage() argument
109 mxBasicContainer->setRootStorage( _rxStorage ); in setStorage()
111 mxDialogContainer->setRootStorage( _rxStorage ); in setStorage()
119 void SfxBasicManagerHolder::storeLibrariesToStorage( const Reference< XStorage >& _rxStorage ) in storeLibrariesToStorage() argument
126 mxBasicContainer->storeLibrariesToStorage( _rxStorage ); in storeLibrariesToStorage()
128 mxDialogContainer->storeLibrariesToStorage( _rxStorage ); in storeLibrariesToStorage()
/trunk/main/dbaccess/source/core/inc/
H A Dsdbcoretools.hxx65 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage
70 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx961 …mpl::commitStorageIfWriteable_ignoreErrors( const Reference< XStorage >& _rxStorage ) SAL_THROW(()) in commitStorageIfWriteable_ignoreErrors() argument
966 bSuccess = tools::stor::commitStorageIfWriteable( _rxStorage ); in commitStorageIfWriteable_ignoreErrors()
1273 …const Reference< XStorage >& _rxStorage, ::rtl::Reference< ::sfx2::DocumentStorageModifyListener >… in lcl_modifyListening()
1276 Reference< XModifiable > xModify( _rxStorage, UNO_QUERY ); in lcl_modifyListening()
1277 … OSL_ENSURE( xModify.is() || !_rxStorage.is(), "lcl_modifyListening: storage can't notify us!" ); in lcl_modifyListening()
H A DModelImpl.hxx347 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage
H A Ddatabasedocument.cxx1878 void SAL_CALL ODatabaseDocument::storeToStorage( const Reference< XStorage >& _rxStorage, const Seq… in storeToStorage() argument
1881 impl_storeToStorage_throw( _rxStorage, _rMediaDescriptor, aGuard ); in storeToStorage()
/trunk/main/sfx2/source/inc/
H A Dappbaslib.hxx83 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage
89 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage
/trunk/main/sfx2/inc/sfx2/
H A Ddocmacromode.hxx291 …sMacros( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage );
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx382 bool lcl_commitStorage_nothrow( const Reference< XStorage >& _rxStorage ) in lcl_commitStorage_nothrow() argument
386 Reference< XTransactedObject > xTrans( _rxStorage, UNO_QUERY_THROW ); in lcl_commitStorage_nothrow()
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx167 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage,

Completed in 66 milliseconds