22#include <com/sun/star/embed/XStorage.hpp>
23#include <com/sun/star/uno/XComponentContext.hpp>
30 css::uno::Reference< css::uno::XInterface >
31 getDataSource(
const css::uno::Reference< css::uno::XInterface >& _rxDependentObject );
35 OUString
extractExceptionMessage(
const css::uno::Reference< css::uno::XComponentContext >& _rContext,
const css::uno::Any& _rError );
42 const css::uno::Reference< css::embed::XStorage >& _rxStorage
47 const css::uno::Reference< css::embed::XStorage >& _rxStorage
css::uno::Reference< css::uno::XInterface > getDataSource(const css::uno::Reference< css::uno::XInterface > &_rxDependentObject)
void notifyDataSourceModified(const css::uno::Reference< css::uno::XInterface > &_rxObject)
OUString extractExceptionMessage(const css::uno::Reference< css::uno::XComponentContext > &_rContext, const css::uno::Any &_rError)
retrieves a to-be-displayed string for a given caught exception;