LibreOffice Module dbaccess (master) 1
|
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
Namespaces | |
namespace | dbaccess |
namespace | dbaccess::tools |
namespace | dbaccess::tools::stor |
Functions | |
void | dbaccess::notifyDataSourceModified (const css::uno::Reference< css::uno::XInterface > &_rxObject) |
css::uno::Reference< css::uno::XInterface > | dbaccess::getDataSource (const css::uno::Reference< css::uno::XInterface > &_rxDependentObject) |
OUString | dbaccess::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; More... | |
bool | dbaccess::tools::stor::storageIsWritable_nothrow (const css::uno::Reference< css::embed::XStorage > &_rxStorage) |
bool | dbaccess::tools::stor::commitStorageIfWriteable (const css::uno::Reference< css::embed::XStorage > &_rxStorage) |
commits a given storage if it's not readonly More... | |