Home
last modified time | relevance | path

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

/AOO42X/main/package/source/xstor/
H A Dxstorage.cxx681 catch( container::NoSuchElementException& aNoSuchElementException ) in ReadContents() local
683 AddLog( aNoSuchElementException.Message ); in ReadContents()
3050 catch( container::NoSuchElementException& aNoSuchElementException ) in isStreamElement() local
3052 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStreamElement()
3119 catch( container::NoSuchElementException& aNoSuchElementException ) in isStorageElement() local
3121 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStorageElement()
3201 catch( container::NoSuchElementException& aNoSuchElementException ) in removeElement() local
3203 m_pImpl->AddLog( aNoSuchElementException.Message ); in removeElement()
3300 catch( container::NoSuchElementException& aNoSuchElementException ) in renameElement() local
3302 m_pImpl->AddLog( aNoSuchElementException.Message ); in renameElement()
[all …]
H A Dowriteablestream.cxx2768 catch( container::NoSuchElementException& aNoSuchElementException ) in hasByID() local
2770 m_pImpl->AddLog( aNoSuchElementException.Message ); in hasByID()