LibreOffice Module svx (master) 1
Classes | Namespaces | Typedefs | Functions
fmtools.hxx File Reference
#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>
Include dependency graph for fmtools.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ InterfaceBag

typedef ::o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > > InterfaceBag

Definition at line 171 of file fmtools.hxx.

Function Documentation

◆ displayException() [1/4]

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().

◆ displayException() [2/4]

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().

◆ displayException() [3/4]

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().

◆ displayException() [4/4]

void displayException ( const css::uno::Any ,
const css::uno::Reference< css::awt::XWindow > &  rParent 
)

◆ getControlTypeByObject()

SdrObjKind getControlTypeByObject ( const css::uno::Reference< css::lang::XServiceInfo > &  _rxObject)

◆ getElementPos()

sal_Int32 getElementPos ( const css::uno::Reference< css::container::XIndexAccess > &  xCont,
const css::uno::Reference< css::uno::XInterface > &  xElement 
)

◆ getLabelName()

SVXCORE_DLLPUBLIC OUString getLabelName ( const css::uno::Reference< css::beans::XPropertySet > &  xControlModel)

◆ isRowSetAlive()

bool isRowSetAlive ( const css::uno::Reference< css::uno::XInterface > &  _rxRowSet)