LibreOffice Module svx (master) 1
|
#include <sdbdatacolumn.hxx>
Public Member Functions | |
DataColumn (const css::uno::Reference< css::beans::XPropertySet > &_rxIFace) | |
const css::uno::Reference< css::sdb::XColumn > & | getColumn () const |
Private Attributes | |
css::uno::Reference< css::beans::XPropertySet > | m_xPropertySet |
css::uno::Reference< css::sdb::XColumn > | m_xColumn |
css::uno::Reference< css::sdb::XColumnUpdate > | m_xColumnUpdate |
Definition at line 34 of file sdbdatacolumn.hxx.
svxform::DataColumn::DataColumn | ( | const css::uno::Reference< css::beans::XPropertySet > & | _rxIFace | ) |
Definition at line 38 of file sdbdatacolumn.cxx.
References m_xColumn, m_xColumnUpdate, and m_xPropertySet.
|
inline |
Definition at line 49 of file sdbdatacolumn.hxx.
References m_xColumn.
Referenced by DbGridColumn::Paint(), and DbGridColumn::UpdateFromField().
|
private |
Definition at line 39 of file sdbdatacolumn.hxx.
Referenced by DataColumn(), and getColumn().
|
private |
Definition at line 40 of file sdbdatacolumn.hxx.
Referenced by DataColumn().
|
private |
Definition at line 37 of file sdbdatacolumn.hxx.
Referenced by DataColumn().