LibreOffice Module dbaccess (master) 1
|
#include <commanddefinition.hxx>
Public Member Functions | |
OCommandDefinition (const css::uno::Reference< css::uno::XComponentContext > &, const css::uno::Reference< css::uno::XInterface > &_xParentContainer, const TContentPtr &_pImpl) | |
OCommandDefinition (const css::uno::Reference< css::uno::XInterface > &_rxContainer, const OUString &_rElementName, const css::uno::Reference< css::uno::XComponentContext > &, const TContentPtr &_pImpl) | |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | rename (const OUString &newName) override |
virtual void SAL_CALL | setPropertyValue (const OUString &p1, const css::uno::Any &p2) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &p1) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &p1, const css::uno::Reference< css::beans::XPropertyChangeListener > &p2) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &p1, const css::uno::Reference< css::beans::XPropertyChangeListener > &p2) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &p1, const css::uno::Reference< css::beans::XVetoableChangeListener > &p2) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &p1, const css::uno::Reference< css::beans::XVetoableChangeListener > &p2) override |
virtual css::uno::Reference< css::ucb::XContentIdentifier > SAL_CALL | getIdentifier () override |
virtual OUString SAL_CALL | getContentType () override |
virtual void SAL_CALL | addContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &p1) override |
virtual void SAL_CALL | removeContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &p1) override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &p1) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &p1) 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 |
![]() | |
OComponentDefinition (const css::uno::Reference< css::uno::XComponentContext > &, const css::uno::Reference< css::uno::XInterface > &_xParentContainer, const TContentPtr &_pImpl, bool _bTable=true) | |
OComponentDefinition (const css::uno::Reference< css::uno::XInterface > &_rxContainer, const OUString &_rElementName, const css::uno::Reference< css::uno::XComponentContext > &, const TContentPtr &_pImpl, bool _bTable=true) | |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | initialize (css::uno::Sequence< css::uno::Any > const &rArguments) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getColumns () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
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... | |
void | notifyDataSourceModified () |
![]() | |
OContentHelper (const css::uno::Reference< css::uno::XComponentContext > &_xORB, const css::uno::Reference< css::uno::XInterface > &_xParentContainer, TContentPtr _pImpl) | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Reference< css::ucb::XContentIdentifier > SAL_CALL | getIdentifier () override |
virtual OUString SAL_CALL | getContentType () override |
virtual void SAL_CALL | addContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &Listener) override |
virtual void SAL_CALL | removeContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &Listener) override |
virtual sal_Int32 SAL_CALL | createCommandIdentifier () override |
virtual css::uno::Any SAL_CALL | execute (const css::ucb::Command &aCommand, sal_Int32 CommandId, const css::uno::Reference< css::ucb::XCommandEnvironment > &Environment) override |
virtual void SAL_CALL | abort (sal_Int32 CommandId) override |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Sequence< OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) override |
virtual void SAL_CALL | addProperty (const OUString &Name, sal_Int16 Attributes, const css::uno::Any &DefaultValue) override |
virtual void SAL_CALL | removeProperty (const OUString &Name) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getParent () override |
virtual void SAL_CALL | setParent (const css::uno::Reference< css::uno::XInterface > &Parent) override |
virtual void SAL_CALL | rename (const OUString &newName) override |
const ContentProperties & | getContentProperties () const |
css::uno::Reference< css::sdbc::XRow > | getPropertyValues (const css::uno::Sequence< css::beans::Property > &rProperties) |
const css::uno::Reference< css::uno::XComponentContext > & | getContext () const |
const TContentPtr & | getImpl () const |
![]() | |
virtual | ~OPropertyContainer () |
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 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 |
![]() | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
![]() | |
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 |
![]() | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
virtual | ~OCommandDefinition () override |
![]() | |
virtual | ~OComponentDefinition () override |
virtual void SAL_CALL | disposing () override |
const OComponentDefinition_Impl & | getDefinition () const |
OComponentDefinition_Impl & | getDefinition () |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual OUString | determineContentType () const override |
![]() | |
virtual void SAL_CALL | disposing () override |
void | notifyDataSourceModified () |
void | notifyPropertiesChange (const css::uno::Sequence< css::beans::PropertyChangeEvent > &evt) const |
This method can be used to propagate changes of property values. More... | |
OUString | impl_getHierarchicalName (bool _includingRootContainer) const |
virtual OUString | determineContentType () const =0 |
![]() | |
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... | |
![]() | |
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) |
![]() | |
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 |
![]() | |
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 |
![]() | |
ODataSettings_Base () | |
ODataSettings_Base (const ODataSettings_Base &_rSource)=delete | |
~ODataSettings_Base () | |
![]() | |
~IColumnFactory () | |
![]() | |
~ImplHelper1 () SAL_NOEXCEPT | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
![]() | |
~ImplHelper2 () SAL_NOEXCEPT | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const=0 |
Private Member Functions | |
void | registerProperties () |
Definition at line 52 of file commanddefinition.hxx.
|
overrideprotectedvirtual |
Definition at line 66 of file commanddefinition.cxx.
dbaccess::OCommandDefinition::OCommandDefinition | ( | const css::uno::Reference< css::uno::XComponentContext > & | , |
const css::uno::Reference< css::uno::XInterface > & | _xParentContainer, | ||
const TContentPtr & | _pImpl | ||
) |
dbaccess::OCommandDefinition::OCommandDefinition | ( | const css::uno::Reference< css::uno::XInterface > & | _rxContainer, |
const OUString & | _rElementName, | ||
const css::uno::Reference< css::uno::XComponentContext > & | , | ||
const TContentPtr & | _pImpl | ||
) |
References DECLARE_XINTERFACE.
|
inlineoverridevirtual |
Reimplemented from dbaccess::OContentHelper.
Definition at line 101 of file commanddefinition.hxx.
References dbaccess::OContentHelper::addContentEventListener().
|
inlineoverridevirtual |
Definition at line 107 of file commanddefinition.hxx.
|
inlineoverridevirtual |
Definition at line 89 of file commanddefinition.hxx.
|
inlineoverridevirtual |
Definition at line 93 of file commanddefinition.hxx.
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< class TYPE >.
Definition at line 101 of file commanddefinition.cxx.
References comphelper::OPropertyContainerHelper::describeProperties().
|
inlineoverridevirtual |
Definition at line 105 of file commanddefinition.hxx.
|
inlineoverridevirtual |
Reimplemented from dbaccess::OContentHelper.
Definition at line 99 of file commanddefinition.hxx.
References dbaccess::OContentHelper::getContentType().
|
inlineoverridevirtual |
Reimplemented from dbaccess::OContentHelper.
Definition at line 97 of file commanddefinition.hxx.
References dbaccess::OContentHelper::getIdentifier().
|
overridevirtual |
Reimplemented from cppu::ImplHelper2< class Ifc1, class Ifc2 >.
Definition at line 79 of file commanddefinition.cxx.
|
overridevirtual |
Reimplemented from dbaccess::OComponentDefinition.
Definition at line 109 of file commanddefinition.cxx.
|
overridevirtual |
Definition at line 97 of file commanddefinition.cxx.
References comphelper::OPropertyArrayUsageHelper< class TYPE >::getArrayHelper().
|
overridevirtual |
Reimplemented from dbaccess::OComponentDefinition.
Definition at line 92 of file commanddefinition.cxx.
|
inlineoverridevirtual |
Definition at line 87 of file commanddefinition.hxx.
|
overridevirtual |
Reimplemented from dbaccess::OComponentDefinition.
Definition at line 114 of file commanddefinition.cxx.
|
overridevirtual |
Reimplemented from cppu::ImplHelper2< class Ifc1, class Ifc2 >.
Definition at line 84 of file commanddefinition.cxx.
References dbaccess::OComponentDefinition::getTypes(), and cppu::ImplHelper2< class Ifc1, class Ifc2 >::getTypes().
|
private |
Definition at line 37 of file commanddefinition.cxx.
References dbaccess::OCommandBase::m_aLayoutInformation, dbaccess::OCommandBase::m_bEscapeProcessing, dbaccess::OCommandBase::m_sCommand, dbaccess::OCommandBase::m_sUpdateCatalogName, dbaccess::OCommandBase::m_sUpdateSchemaName, dbaccess::OCommandBase::m_sUpdateTableName, PROPERTY_COMMAND(), PROPERTY_ESCAPE_PROCESSING(), PROPERTY_ID_COMMAND, PROPERTY_ID_ESCAPE_PROCESSING, PROPERTY_ID_LAYOUTINFORMATION, PROPERTY_ID_UPDATE_CATALOGNAME, PROPERTY_ID_UPDATE_SCHEMANAME, PROPERTY_ID_UPDATE_TABLENAME, PROPERTY_LAYOUTINFORMATION(), PROPERTY_UPDATE_CATALOGNAME(), PROPERTY_UPDATE_SCHEMANAME(), PROPERTY_UPDATE_TABLENAME(), and comphelper::OPropertyContainerHelper::registerProperty().
|
inlineoverridevirtual |
Reimplemented from dbaccess::OContentHelper.
Definition at line 103 of file commanddefinition.hxx.
References dbaccess::OContentHelper::removeContentEventListener().
|
inlineoverridevirtual |
Definition at line 109 of file commanddefinition.hxx.
|
inlineoverridevirtual |
Definition at line 91 of file commanddefinition.hxx.
|
inlineoverridevirtual |
Definition at line 95 of file commanddefinition.hxx.
|
overridevirtual |
Reimplemented from dbaccess::OContentHelper.
Definition at line 123 of file commanddefinition.cxx.
References Any, cppu::BaseMutex::m_aMutex, dbaccess::OContentHelper::m_pImpl, newName(), nHandle, and PROPERTY_ID_NAME.
|
inlineoverridevirtual |
Definition at line 85 of file commanddefinition.hxx.