Searched refs:lcl_commitStorage_nothrow (Results 1 – 1 of 1) sorted by relevance
382 bool lcl_commitStorage_nothrow( const Reference< XStorage >& _rxStorage ) in lcl_commitStorage_nothrow() function405 bSuccess = lcl_commitStorage_nothrow( xDocStorage ); in lcl_commitDocumentStorage_nothrow()682 return lcl_commitStorage_nothrow( m_xScriptsStorage ); in commit()1418 if ( !lcl_commitStorage_nothrow( xScriptsRoot ) in impl_migrateScriptStorage_nothrow()1419 || ( xTargetStorage.is() && !lcl_commitStorage_nothrow( xTargetStorage ) ) in impl_migrateScriptStorage_nothrow()1599 bSuccess = lcl_commitStorage_nothrow( xTargetRoot ); in impl_migrateContainerLibraries_nothrow()
Completed in 26 milliseconds