LibreOffice Module dbaccess (master) 1
|
#include <ColumnModel.hxx>
Public Member Functions | |
OColumnControlModel () | |
DECLARE_SERVICE_INFO () | |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &aType) override |
virtual OUString SAL_CALL | getServiceName () override |
virtual void SAL_CALL | write (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream) override |
virtual void SAL_CALL | read (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL | createClone () override |
Public Member Functions inherited from comphelper::OMutexAndBroadcastHelper | |
OMutexAndBroadcastHelper () | |
::osl::Mutex & | GetMutex () |
::cppu::OBroadcastHelper & | GetBroadcastHelper () |
const ::cppu::OBroadcastHelper & | GetBroadcastHelper () const |
Public Member Functions inherited from comphelper::OPropertyContainer | |
virtual | ~OPropertyContainer () |
Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OColumnControlModel > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Public Member Functions inherited from cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 > | |
WeakAggComponentImplHelper4 (::osl::Mutex &rMutex) SAL_NOEXCEPT | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Protected Member Functions | |
virtual | ~OColumnControlModel () override |
OColumnControlModel (const OColumnControlModel *_pSource) | |
Protected Member Functions inherited from comphelper::OPropertyContainer | |
OPropertyContainer (::cppu::OBroadcastHelper &_rBHelper) | |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) override final |
virtual void | getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0 |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final |
Protected Member Functions inherited from comphelper::OPropertyContainerHelper | |
OPropertyContainerHelper () | |
~OPropertyContainerHelper () | |
void | registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType) |
void | registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType) |
void | registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue) |
void | revokeProperty (sal_Int32 _nHandle) |
bool | isRegisteredProperty (sal_Int32 _nHandle) const |
bool | isRegisteredProperty (const OUString &_rName) const |
bool | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) |
void | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) |
void | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const |
void | describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const |
const css::beans::Property & | getProperty (const OUString &_rName) const |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
Private Member Functions | |
void | registerProperties () |
Private Attributes | |
css::uno::Reference< css::sdbc::XConnection > | m_xConnection |
css::uno::Reference< css::beans::XPropertySet > | m_xColumn |
OUString | m_sDefaultControl |
css::uno::Any | m_aTabStop |
bool | m_bEnable |
sal_Int16 | m_nBorder |
sal_Int32 | m_nWidth |
Additional Inherited Members | |
Static Protected Member Functions inherited from comphelper::OPropertyContainer | |
static css::uno::Sequence< css::uno::Type > | getBaseTypes () |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OColumnControlModel > | |
static std::mutex & | theMutex () |
Protected Attributes inherited from comphelper::OMutexAndBroadcastHelper | |
::osl::Mutex | m_aMutex |
::cppu::OBroadcastHelper | m_aBHelper |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OColumnControlModel > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 45 of file ColumnModel.hxx.
|
overrideprotectedvirtual |
Definition at line 67 of file ColumnModel.cxx.
References cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >::acquire(), and dispose().
|
protected |
Definition at line 55 of file ColumnModel.cxx.
References m_aMutex, and registerProperties().
|
explicit |
Definition at line 44 of file ColumnModel.cxx.
References m_aMutex, and registerProperties().
Referenced by createClone().
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< OColumnControlModel >.
Definition at line 124 of file ColumnModel.cxx.
References comphelper::OPropertyContainerHelper::describeProperties().
|
overridevirtual |
Definition at line 98 of file ColumnModel.cxx.
References OColumnControlModel().
dbaui::OColumnControlModel::DECLARE_SERVICE_INFO | ( | ) |
|
overridevirtual |
Reimplemented from cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >.
Definition at line 103 of file ColumnModel.cxx.
|
override |
Definition at line 120 of file ColumnModel.cxx.
References comphelper::OPropertyArrayUsageHelper< OColumnControlModel >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 115 of file ColumnModel.cxx.
References getInfoHelper().
|
overridevirtual |
Definition at line 163 of file ColumnModel.cxx.
|
overridevirtual |
Reimplemented from cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >.
Definition at line 108 of file ColumnModel.cxx.
References cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >::getTypes().
|
overridevirtual |
Reimplemented from cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >.
Definition at line 155 of file ColumnModel.cxx.
References Any, and cppu::WeakAggComponentImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >::queryAggregation().
|
overridevirtual |
Definition at line 173 of file ColumnModel.cxx.
|
private |
Definition at line 76 of file ColumnModel.cxx.
References a, Any, m_aTabStop, m_bEnable, m_nBorder, m_nWidth, m_sDefaultControl, m_xColumn, m_xConnection, PROPERTY_ACTIVE_CONNECTION(), PROPERTY_BORDER(), PROPERTY_COLUMN(), PROPERTY_DEFAULTCONTROL(), PROPERTY_EDIT_WIDTH(), PROPERTY_ENABLED(), PROPERTY_ID_ACTIVE_CONNECTION, PROPERTY_ID_BORDER, PROPERTY_ID_COLUMN, PROPERTY_ID_DEFAULTCONTROL, PROPERTY_ID_EDIT_WIDTH, PROPERTY_ID_ENABLED, PROPERTY_ID_TABSTOP, PROPERTY_TABSTOP(), comphelper::OPropertyContainerHelper::registerMayBeVoidProperty(), and comphelper::OPropertyContainerHelper::registerProperty().
Referenced by OColumnControlModel().
|
overridevirtual |
Definition at line 168 of file ColumnModel.cxx.
|
private |
Definition at line 55 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 56 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 57 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 58 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 54 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 53 of file ColumnModel.hxx.
Referenced by registerProperties().
|
private |
Definition at line 52 of file ColumnModel.hxx.
Referenced by registerProperties().