LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
svxform::DataColumn Class Reference

#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
 

Detailed Description

Definition at line 34 of file sdbdatacolumn.hxx.

Constructor & Destructor Documentation

◆ DataColumn()

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.

Member Function Documentation

◆ getColumn()

const css::uno::Reference< css::sdb::XColumn > & svxform::DataColumn::getColumn ( ) const
inline

Definition at line 49 of file sdbdatacolumn.hxx.

References m_xColumn.

Referenced by DbGridColumn::Paint(), and DbGridColumn::UpdateFromField().

Member Data Documentation

◆ m_xColumn

css::uno::Reference< css::sdb::XColumn> svxform::DataColumn::m_xColumn
private

Definition at line 39 of file sdbdatacolumn.hxx.

Referenced by DataColumn(), and getColumn().

◆ m_xColumnUpdate

css::uno::Reference< css::sdb::XColumnUpdate> svxform::DataColumn::m_xColumnUpdate
private

Definition at line 40 of file sdbdatacolumn.hxx.

Referenced by DataColumn().

◆ m_xPropertySet

css::uno::Reference< css::beans::XPropertySet> svxform::DataColumn::m_xPropertySet
private

Definition at line 37 of file sdbdatacolumn.hxx.

Referenced by DataColumn().


The documentation for this class was generated from the following files: