|
LibreOffice Module dbaccess (master) 1
|
#include <querydescriptor.hxx>
Public Member Functions | |
| OQueryDescriptor () | |
| OQueryDescriptor (const OQueryDescriptor_Base &_rSource) | |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
| virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () 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 cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Public Member Functions inherited from dbaccess::OQueryDescriptor_Base | |
| OQueryDescriptor_Base (::osl::Mutex &_rMutex,::cppu::OWeakObject &_rMySelf) | |
| OQueryDescriptor_Base (const OQueryDescriptor_Base &_rSource,::cppu::OWeakObject &_rMySelf) | |
| constructs the object with a UNO QueryDescriptor. More... | |
| virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getColumns () override |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Public Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 > | |
| virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) 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 |
| virtual rtl::Reference< OColumn > | createColumn (const OUString &_rName) const =0 |
| creates an OColumn object which should represent the column with a given name More... | |
| virtual css::uno::Reference< css::beans::XPropertySet > | createColumnDescriptor ()=0 |
| creates a column descriptor object. More... | |
| virtual void | columnAppended (const css::uno::Reference< css::beans::XPropertySet > &_rxSourceDescriptor)=0 |
| notifies that a column, created from a column descriptor, has been appended More... | |
| virtual void | columnDropped (const OUString &_sName)=0 |
| notifies that a column with a given name has been dropped More... | |
| virtual void | refreshColumns ()=0 |
Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base > | |
| OPropertyArrayUsageHelper () | |
| virtual | ~OPropertyArrayUsageHelper () |
| ::cppu::IPropertyArrayHelper * | getArrayHelper () |
Public Member Functions inherited from comphelper::OPropertyContainer | |
| virtual | ~OPropertyContainer () |
Protected Member Functions | |
| virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
| virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
| virtual | ~OQueryDescriptor () override |
Protected Member Functions inherited from cppu::OWeakObject | |
| virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
| void | disposeWeakConnectionPoint () |
Protected Member Functions inherited from dbaccess::OQueryDescriptor_Base | |
| virtual | ~OQueryDescriptor_Base () |
| void | setColumnsOutOfDate (bool _bOutOfDate=true) |
| sal_Int32 | getColumnCount () const |
| void | clearColumns () |
| void | implAppendColumn (const OUString &_rName, OColumn *_pColumn) |
| virtual rtl::Reference< OColumn > | createColumn (const OUString &_rName) const override |
| creates an OColumn object which should represent the column with a given name More... | |
| virtual css::uno::Reference< css::beans::XPropertySet > | createColumnDescriptor () override |
| creates a column descriptor object. More... | |
| virtual void | columnAppended (const css::uno::Reference< css::beans::XPropertySet > &_rxSourceDescriptor) override |
| notifies that a column, created from a column descriptor, has been appended More... | |
| virtual void | columnDropped (const OUString &_sName) override |
| notifies that a column with a given name has been dropped More... | |
| virtual void | rebuildColumns () |
| rebuild our columns set More... | |
| void | disposeColumns () |
| virtual void | refreshColumns () override |
Protected Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 > | |
| ~ImplHelper2 () SAL_NOEXCEPT | |
Protected Member Functions inherited from dbaccess::OCommandBase | |
| OCommandBase () | |
Protected Member Functions inherited from dbaccess::IColumnFactory | |
| ~IColumnFactory () | |
Protected Member Functions inherited from connectivity::sdbcx::IRefreshableColumns | |
| ~IRefreshableColumns () | |
| virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
Protected Member Functions inherited from dbaccess::ODataSettings | |
| ODataSettings (::cppu::OBroadcastHelper &_rBHelper, bool _bQuery=false) | |
| virtual void | getPropertyDefaultByHandle (sal_Int32 _nHandle, css::uno::Any &_rDefault) const override |
| void | registerPropertiesFor (ODataSettings_Base *_pItem) |
| register the properties from the param given. More... | |
Protected Member Functions inherited from comphelper::OPropertyStateContainer | |
| OPropertyStateContainer (::cppu::OBroadcastHelper &_rBHelper) | |
| virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
| virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
| virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
| virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
| css::beans::PropertyState | getPropertyStateByHandle (sal_Int32 _nHandle) const |
| void | setPropertyToDefaultByHandle (sal_Int32 _nHandle) |
| virtual void | getPropertyDefaultByHandle (sal_Int32 _nHandle, css::uno::Any &_rDefault) const=0 |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
| sal_Int32 | getHandleForName (const OUString &_rPropertyName) |
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 |
Protected Member Functions inherited from dbaccess::ODataSettings_Base | |
| ODataSettings_Base () | |
| ODataSettings_Base (const ODataSettings_Base &_rSource)=delete | |
| ~ODataSettings_Base () | |
Private Member Functions | |
| OQueryDescriptor (const OQueryDescriptor &)=delete | |
| void | operator= (const OQueryDescriptor &)=delete |
| void | registerProperties () |
Additional Inherited Members | |
Public Attributes inherited from dbaccess::OCommandBase | |
| css::uno::Sequence< css::beans::PropertyValue > | m_aLayoutInformation |
| OUString | m_sCommand |
| bool | m_bEscapeProcessing |
| OUString | m_sUpdateTableName |
| OUString | m_sUpdateSchemaName |
| OUString | m_sUpdateCatalogName |
Public Attributes inherited from dbaccess::ODataSettings_Base | |
| OUString | m_sFilter |
| OUString | m_sHavingClause |
| OUString | m_sGroupBy |
| OUString | m_sOrder |
| bool | m_bApplyFilter |
| bool | m_bAutoGrow |
| css::awt::FontDescriptor | m_aFont |
| css::uno::Any | m_aRowHeight |
| css::uno::Any | m_aTextColor |
| css::uno::Any | m_aTextLineColor |
| sal_Int16 | m_nFontEmphasis |
| sal_Int16 | m_nFontRelief |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base > | |
| static std::mutex & | theMutex () |
Static Protected Member Functions inherited from comphelper::OPropertyContainer | |
| static css::uno::Sequence< css::uno::Type > | getBaseTypes () |
Protected Attributes inherited from comphelper::OMutexAndBroadcastHelper | |
| ::osl::Mutex | m_aMutex |
| ::cppu::OBroadcastHelper | m_aBHelper |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Protected Attributes inherited from dbaccess::OQueryDescriptor_Base | |
| std::unique_ptr< OColumns > | m_pColumns |
| OUString | m_sElementName |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base > | |
| static sal_Int32 | s_nRefCount |
| ::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 101 of file querydescriptor.hxx.
|
privatedelete |
|
overrideprotectedvirtual |
Definition at line 57 of file querydescriptor.cxx.
| dbaccess::OQueryDescriptor::OQueryDescriptor | ( | ) |
Definition at line 41 of file querydescriptor.cxx.
References m_aMutex, registerProperties(), and dbaccess::ODataSettings::registerPropertiesFor().
|
explicit |
Definition at line 49 of file querydescriptor.cxx.
References registerProperties(), and dbaccess::ODataSettings::registerPropertiesFor().
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base >.
Definition at line 112 of file querydescriptor.cxx.
References comphelper::OPropertyContainerHelper::describeProperties().
|
overridevirtual |
Reimplemented from cppu::ImplHelper2< class Ifc1, class Ifc2 >.
Definition at line 61 of file querydescriptor.cxx.
|
overrideprotected |
Definition at line 107 of file querydescriptor.cxx.
References comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 102 of file querydescriptor.cxx.
References getInfoHelper().
|
overridevirtual |
Reimplemented from cppu::ImplHelper2< class Ifc1, class Ifc2 >.
Definition at line 66 of file querydescriptor.cxx.
References cppu::ImplHelper2< class Ifc1, class Ifc2 >::getTypes().
|
privatedelete |
References DECLARE_XINTERFACE.
|
private |
Definition at line 76 of file querydescriptor.cxx.
References PROPERTY_COMMAND(), PROPERTY_ESCAPE_PROCESSING(), PROPERTY_ID_COMMAND, PROPERTY_ID_ESCAPE_PROCESSING, PROPERTY_ID_LAYOUTINFORMATION, PROPERTY_ID_NAME, PROPERTY_ID_UPDATE_CATALOGNAME, PROPERTY_ID_UPDATE_SCHEMANAME, PROPERTY_ID_UPDATE_TABLENAME, PROPERTY_LAYOUTINFORMATION(), PROPERTY_NAME(), PROPERTY_UPDATE_CATALOGNAME(), PROPERTY_UPDATE_SCHEMANAME(), and PROPERTY_UPDATE_TABLENAME().
Referenced by OQueryDescriptor().