LibreOffice Module svx (master) 1
|
#include <config_options.h>
#include <svx/svxdllapi.h>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <rtl/ref.hxx>
#include <cppuhelper/implbase.hxx>
#include <o3tl/sorted_vector.hxx>
#include <mutex>
Go to the source code of this file.
Classes | |
class | CursorWrapper |
class | FmXDisposeListener |
class | FmXDisposeMultiplexer |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::beans |
namespace | com::sun::star::container |
namespace | com::sun::star::lang |
namespace | com::sun::star::sdbc |
namespace | com::sun::star::sdb |
Typedefs | |
typedef ::o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > > | InterfaceBag |
Functions | |
void | displayException (const css::sdbc::SQLException &, const css::uno::Reference< css::awt::XWindow > &rParent) |
SVXCORE_DLLPUBLIC void | displayException (const css::sdb::SQLContext &, const css::uno::Reference< css::awt::XWindow > &rParent) |
void | displayException (const css::sdb::SQLErrorEvent &, const css::uno::Reference< css::awt::XWindow > &rParent) |
void | displayException (const css::uno::Any &, const css::uno::Reference< css::awt::XWindow > &rParent) |
sal_Int32 | getElementPos (const css::uno::Reference< css::container::XIndexAccess > &xCont, const css::uno::Reference< css::uno::XInterface > &xElement) |
SVXCORE_DLLPUBLIC OUString | getLabelName (const css::uno::Reference< css::beans::XPropertySet > &xControlModel) |
SdrObjKind | getControlTypeByObject (const css::uno::Reference< css::lang::XServiceInfo > &_rxObject) |
bool | isRowSetAlive (const css::uno::Reference< css::uno::XInterface > &_rxRowSet) |
typedef ::o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > > InterfaceBag |
Definition at line 171 of file fmtools.hxx.
SVXCORE_DLLPUBLIC void displayException | ( | const css::sdb::SQLContext & | _rExcept, |
const css::uno::Reference< css::awt::XWindow > & | rParent | ||
) |
Definition at line 105 of file fmtools.cxx.
References Any, and displayException().
void displayException | ( | const css::sdb::SQLErrorEvent & | _rEvent, |
const css::uno::Reference< css::awt::XWindow > & | rParent | ||
) |
Definition at line 110 of file fmtools.cxx.
References displayException().
void displayException | ( | const css::sdbc::SQLException & | _rExcept, |
const css::uno::Reference< css::awt::XWindow > & | rParent | ||
) |
Definition at line 100 of file fmtools.cxx.
References Any, and displayException().
void displayException | ( | const css::uno::Any & | , |
const css::uno::Reference< css::awt::XWindow > & | rParent | ||
) |
SdrObjKind getControlTypeByObject | ( | const css::uno::Reference< css::lang::XServiceInfo > & | _rxObject | ) |
sal_Int32 getElementPos | ( | const css::uno::Reference< css::container::XIndexAccess > & | xCont, |
const css::uno::Reference< css::uno::XInterface > & | xElement | ||
) |
SVXCORE_DLLPUBLIC OUString getLabelName | ( | const css::uno::Reference< css::beans::XPropertySet > & | xControlModel | ) |
bool isRowSetAlive | ( | const css::uno::Reference< css::uno::XInterface > & | _rxRowSet | ) |