Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1027 Reference< XStorage > xCurrentStorage( m_pImpl->getRootStorage() ); in impl_storeAs_throw() local
1028 if ( xCurrentStorage.is() ) in impl_storeAs_throw()
1029 xCurrentStorage->copyToStorage( xTargetStorage ); in impl_storeAs_throw()
1045 Reference< XStorage > xCurrentStorage( m_pImpl->getOrCreateRootStorage(), UNO_QUERY_THROW ); in impl_storeAs_throw() local
1047 impl_storeToStorage_throw( xCurrentStorage, aMediaDescriptor, _rGuard ); in impl_storeAs_throw()
1176 … Reference< XStorage > xCurrentStorage( m_pImpl->getOrCreateRootStorage(), UNO_QUERY_THROW ); in impl_storeToStorage_throw() local
1177 if ( xCurrentStorage != _rxTargetStorage ) in impl_storeToStorage_throw()
1178 xCurrentStorage->copyToStorage( _rxTargetStorage ); in impl_storeToStorage_throw()

Completed in 22 milliseconds