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 <set>
Go to the source code of this file.
Classes | |
class | CursorWrapper |
class | FmXDisposeListener |
class | FmXDisposeMultiplexer |
Namespaces | |
com::sun::star::beans | |
com::sun::star::container | |
com::sun::star::lang | |
com::sun::star::sdbc | |
com::sun::star::sdb | |
vcl | |
Typedefs | |
typedef ::o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > > | InterfaceBag |
Functions | |
void | displayException (const css::sdbc::SQLException &, vcl::Window *_pParent) |
SVXCORE_DLLPUBLIC void | displayException (const css::sdb::SQLContext &, vcl::Window *_pParent) |
void | displayException (const css::sdb::SQLErrorEvent &, vcl::Window *_pParent=nullptr) |
void | displayException (const css::uno::Any &, vcl::Window *_pParent=nullptr) |
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) |
sal_Int16 | 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.
void displayException | ( | const css::sdbc::SQLException & | , |
vcl::Window * | _pParent | ||
) |
Definition at line 109 of file fmtools.cxx.
References displayException(), and makeAny().
SVXCORE_DLLPUBLIC void displayException | ( | const css::sdb::SQLContext & | , |
vcl::Window * | _pParent | ||
) |
Definition at line 115 of file fmtools.cxx.
References displayException(), and makeAny().
void displayException | ( | const css::sdb::SQLErrorEvent & | , |
vcl::Window * | _pParent = nullptr |
||
) |
Definition at line 121 of file fmtools.cxx.
References displayException().
void displayException | ( | const css::uno::Any & | , |
vcl::Window * | _pParent = nullptr |
||
) |
sal_Int16 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 | ) |