LibreOffice Module connectivity (master) 1
|
class for the parameter event More...
#include <paramwrapper.hxx>
Public Member Functions | |
ParameterWrapperContainer () | |
creates an empty container More... | |
ParameterWrapperContainer (const css::uno::Reference< css::sdb::XSingleSelectQueryAnalyzer > &_rxComposer) | |
creates a container from a SingleSelectQuerAnalyzer's parameter columns More... | |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 _rIndex) override |
const Parameters & | getParameters () const |
const ::connectivity::ORowSetValue & | operator[] (size_t _index) const |
::connectivity::ORowSetValue & | operator[] (size_t _index) |
void | push_back (ParameterWrapper *_pParameter) |
adds a ParameterWrapper to the end of the array More... | |
size_t | size () const |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc > | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Private Member Functions | |
virtual | ~ParameterWrapperContainer () override |
virtual void | disposing (std::unique_lock< std::mutex > &rGuard) override |
void | impl_checkDisposed_throw () |
Private Attributes | |
Parameters | m_aParameters |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
class for the parameter event
Definition at line 131 of file paramwrapper.hxx.
|
overrideprivatevirtual |
Definition at line 278 of file paramwrapper.cxx.
dbtools::param::ParameterWrapperContainer::ParameterWrapperContainer | ( | ) |
creates an empty container
Definition at line 260 of file paramwrapper.cxx.
dbtools::param::ParameterWrapperContainer::ParameterWrapperContainer | ( | const css::uno::Reference< css::sdb::XSingleSelectQueryAnalyzer > & | _rxComposer | ) |
creates a container from a SingleSelectQuerAnalyzer's parameter columns
Note that here, the simple constructor of the ParameterWrapper will be used, which does not use a XParameters instance to forward values to, but only remembers the values itself.
|
overridevirtual |
Definition at line 319 of file paramwrapper.cxx.
References impl_checkDisposed_throw(), and comphelper::UnoImplBase::m_aMutex.
|
overrideprivatevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 335 of file paramwrapper.cxx.
References m_aParameters.
|
overridevirtual |
Definition at line 307 of file paramwrapper.cxx.
References Any, impl_checkDisposed_throw(), comphelper::UnoImplBase::m_aMutex, m_aParameters, and o3tl::make_unsigned().
|
overridevirtual |
Definition at line 299 of file paramwrapper.cxx.
References impl_checkDisposed_throw(), comphelper::UnoImplBase::m_aMutex, and m_aParameters.
|
overridevirtual |
Definition at line 283 of file paramwrapper.cxx.
References cppu::UnoType< typename T >::get(), impl_checkDisposed_throw(), and comphelper::UnoImplBase::m_aMutex.
|
inline |
Definition at line 163 of file paramwrapper.hxx.
|
overridevirtual |
Definition at line 291 of file paramwrapper.cxx.
References impl_checkDisposed_throw(), comphelper::UnoImplBase::m_aMutex, and m_aParameters.
|
private |
Definition at line 328 of file paramwrapper.cxx.
References comphelper::UnoImplBase::m_bDisposed.
Referenced by createEnumeration(), getByIndex(), getCount(), getElementType(), and hasElements().
|
inline |
Definition at line 166 of file paramwrapper.hxx.
|
inline |
Definition at line 165 of file paramwrapper.hxx.
|
inline |
adds a ParameterWrapper to the end of the array
Definition at line 170 of file paramwrapper.hxx.
|
inline |
Definition at line 175 of file paramwrapper.hxx.
|
private |
Definition at line 135 of file paramwrapper.hxx.
Referenced by disposing(), getByIndex(), getCount(), and hasElements().