LibreOffice Module ucb (master) 1
|
#include <contentresultsetwrapper.hxx>
Public Member Functions | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual void SAL_CALL | dispose () override final |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &Listener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &Listener) override |
virtual void SAL_CALL | close () override |
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL | getMetaData () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override final |
css::uno::Reference< css::beans::XPropertySetInfo > | getPropertySetInfoImpl (std::unique_lock< std::mutex > &rGuard) |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) final override |
virtual void | setPropertyValueImpl (std::unique_lock< std::mutex > &rGuard, const OUString &aPropertyName, const css::uno::Any &aValue) |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void | impl_disposing (const css::lang::EventObject &Source) |
virtual void | impl_propertyChange (const css::beans::PropertyChangeEvent &evt) |
virtual void | impl_vetoableChange (const css::beans::PropertyChangeEvent &aEvent) |
virtual OUString SAL_CALL | queryContentIdentifierString () override final |
virtual OUString | queryContentIdentifierStringImpl (std::unique_lock< std::mutex > &rGuard) |
virtual css::uno::Reference< css::ucb::XContentIdentifier > SAL_CALL | queryContentIdentifier () override |
virtual css::uno::Reference< css::ucb::XContent > SAL_CALL | queryContent () override |
virtual sal_Bool SAL_CALL | next () override |
virtual sal_Bool SAL_CALL | isBeforeFirst () override |
virtual sal_Bool SAL_CALL | isAfterLast () override |
virtual sal_Bool SAL_CALL | isFirst () override |
virtual sal_Bool SAL_CALL | isLast () override |
virtual void SAL_CALL | beforeFirst () override |
virtual void SAL_CALL | afterLast () override |
virtual sal_Bool SAL_CALL | first () override |
virtual sal_Bool SAL_CALL | last () override |
virtual sal_Int32 SAL_CALL | getRow () override |
virtual sal_Bool SAL_CALL | absolute (sal_Int32 row) override |
virtual sal_Bool SAL_CALL | relative (sal_Int32 rows) override |
virtual sal_Bool SAL_CALL | previous () override |
virtual void SAL_CALL | refreshRow () override |
virtual sal_Bool SAL_CALL | rowUpdated () override |
virtual sal_Bool SAL_CALL | rowInserted () override |
virtual sal_Bool SAL_CALL | rowDeleted () override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getStatement () override |
virtual sal_Bool SAL_CALL | wasNull () override |
virtual OUString SAL_CALL | getString (sal_Int32 columnIndex) override |
virtual sal_Bool SAL_CALL | getBoolean (sal_Int32 columnIndex) override |
virtual sal_Int8 SAL_CALL | getByte (sal_Int32 columnIndex) override |
virtual sal_Int16 SAL_CALL | getShort (sal_Int32 columnIndex) override |
virtual sal_Int32 SAL_CALL | getInt (sal_Int32 columnIndex) override |
virtual sal_Int64 SAL_CALL | getLong (sal_Int32 columnIndex) override |
virtual float SAL_CALL | getFloat (sal_Int32 columnIndex) override |
virtual double SAL_CALL | getDouble (sal_Int32 columnIndex) override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getBytes (sal_Int32 columnIndex) override |
virtual css::util::Date SAL_CALL | getDate (sal_Int32 columnIndex) override |
virtual css::util::Time SAL_CALL | getTime (sal_Int32 columnIndex) override |
virtual css::util::DateTime SAL_CALL | getTimestamp (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL | getBinaryStream (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL | getCharacterStream (sal_Int32 columnIndex) override |
virtual css::uno::Any SAL_CALL | getObject (sal_Int32 columnIndex, const css::uno::Reference< css::container::XNameAccess > &typeMap) override |
virtual css::uno::Reference< css::sdbc::XRef > SAL_CALL | getRef (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XBlob > SAL_CALL | getBlob (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XClob > SAL_CALL | getClob (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL | getArray (sal_Int32 columnIndex) override |
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 > () |
Protected Types | |
typedef comphelper::OMultiTypeInterfaceContainerHelperVar4< OUString, css::beans::XPropertyChangeListener > | PropertyChangeListenerContainer_Impl |
typedef comphelper::OMultiTypeInterfaceContainerHelperVar4< OUString, css::beans::XVetoableChangeListener > | VetoableChangeListenerContainer_Impl |
Protected Member Functions | |
ContentResultSetWrapper (css::uno::Reference< css::sdbc::XResultSet > const &xOrigin) | |
virtual | ~ContentResultSetWrapper () override |
void | impl_init () |
void | impl_deinit () |
void | impl_init_xRowOrigin (std::unique_lock< std::mutex > &) |
void | impl_init_xContentAccessOrigin (std::unique_lock< std::mutex > &) |
void | impl_init_xPropertySetOrigin (std::unique_lock< std::mutex > &) |
virtual void | impl_initPropertySetInfo (std::unique_lock< std::mutex > &rGuard) |
void | impl_EnsureNotDisposed (std::unique_lock< std::mutex > &rGuard) |
void | impl_notifyPropertyChangeListeners (std::unique_lock< std::mutex > &rGuard, const css::beans::PropertyChangeEvent &rEvt) |
void | impl_notifyVetoableChangeListeners (std::unique_lock< std::mutex > &rGuard, const css::beans::PropertyChangeEvent &rEvt) |
bool | impl_isForwardOnly (std::unique_lock< std::mutex > &rGuard) |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes | |
std::mutex | m_aMutex |
css::uno::Reference< css::sdbc::XResultSet > | m_xResultSetOrigin |
css::uno::Reference< css::sdbc::XRow > | m_xRowOrigin |
css::uno::Reference< css::ucb::XContentAccess > | m_xContentAccessOrigin |
! call impl_init_xRowOrigin() bevor you access this member More... | |
css::uno::Reference< css::beans::XPropertySet > | m_xPropertySetOrigin |
! call impl_init_xContentAccessOrigin() bevor you access this member More... | |
css::uno::Reference< css::beans::XPropertySetInfo > | m_xPropertySetInfo |
! call impl_init_xPropertySetOrigin() bevor you access this member More... | |
sal_Int32 | m_nForwardOnly |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Private Member Functions | |
void | verifyGet () |
Private Attributes | |
rtl::Reference< ContentResultSetWrapperListener > | m_xMyListenerImpl |
css::uno::Reference< css::sdbc::XResultSetMetaData > | m_xMetaDataFromOrigin |
bool | m_bDisposed |
bool | m_bInDispose |
Dispose call ready. More... | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | m_aDisposeEventListeners |
In dispose call. More... | |
PropertyChangeListenerContainer_Impl | m_aPropertyChangeListeners |
VetoableChangeListenerContainer_Impl | m_aVetoableChangeListeners |
Definition at line 38 of file contentresultsetwrapper.hxx.
|
protected |
Definition at line 50 of file contentresultsetwrapper.hxx.
|
protected |
Definition at line 52 of file contentresultsetwrapper.hxx.
|
protected |
! call impl_init() at the end of constructor of derived class
Definition at line 39 of file contentresultsetwrapper.cxx.
References m_bDisposed, m_xMyListenerImpl, and m_xResultSetOrigin.
|
overrideprotectedvirtual |
Definition at line 98 of file contentresultsetwrapper.cxx.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 740 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Definition at line 306 of file contentresultsetwrapper.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), impl_EnsureNotDisposed(), m_aDisposeEventListeners, and m_aMutex.
|
overridevirtual |
Definition at line 421 of file contentresultsetwrapper.cxx.
References comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::addInterface(), Exception, getPropertySetInfo(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::hasContainedTypes(), impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), m_aMutex, m_aPropertyChangeListeners, m_xMyListenerImpl, m_xPropertySetInfo, m_xPropertySetOrigin, and comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::removeInterface().
|
overridevirtual |
Definition at line 463 of file contentresultsetwrapper.cxx.
References comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::addInterface(), Exception, getPropertySetInfo(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::hasContainedTypes(), impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), m_aMutex, m_aVetoableChangeListeners, m_xMyListenerImpl, m_xPropertySetInfo, m_xPropertySetOrigin, and comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::removeInterface().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 811 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 797 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Definition at line 327 of file contentresultsetwrapper.cxx.
References dispose(), impl_EnsureNotDisposed(), and m_aMutex.
|
finaloverridevirtual |
Definition at line 239 of file contentresultsetwrapper.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::disposeAndClear(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::disposeAndClear(), Exception, comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::hasContainedTypes(), impl_EnsureNotDisposed(), m_aDisposeEventListeners, m_aMutex, m_aPropertyChangeListeners, m_aVetoableChangeListeners, m_bDisposed, m_bInDispose, m_xMyListenerImpl, m_xPropertySetOrigin, m_xResultSetOrigin, and XPropertySet.
Referenced by close().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 769 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1127 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1075 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1113 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 998 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1005 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1047 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1082 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1120 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1054 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1040 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1033 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1019 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1026 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Definition at line 340 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, m_xMetaDataFromOrigin, and m_xResultSetOrigin.
Referenced by CachedContentResultSetStub::impl_getColumnCount().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1089 of file contentresultsetwrapper.cxx.
References Any, impl_EnsureNotDisposed(), impl_init_xRowOrigin(), m_aMutex, and m_xRowOrigin.
|
finaloverridevirtual |
Definition at line 368 of file contentresultsetwrapper.cxx.
References getPropertySetInfoImpl(), and m_aMutex.
Referenced by addPropertyChangeListener(), addVetoableChangeListener(), CachedContentResultSetStub::impl_propagateFetchSizeAndDirection(), removePropertyChangeListener(), and removeVetoableChangeListener().
Reference< XPropertySetInfo > ContentResultSetWrapper::getPropertySetInfoImpl | ( | std::unique_lock< std::mutex > & | rGuard | ) |
Definition at line 375 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_initPropertySetInfo(), and m_xPropertySetInfo.
Referenced by getPropertySetInfo(), CachedContentResultSet::getPropertyValue(), and CachedContentResultSet::setPropertyValueImpl().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 406 of file contentresultsetwrapper.cxx.
References Any, impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), m_aMutex, and m_xPropertySetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1106 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 882 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1012 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 952 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), and m_aMutex.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 991 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1061 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, Time, and verifyGet().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 1068 of file contentresultsetwrapper.cxx.
References m_xRowOrigin, and verifyGet().
|
protected |
Definition at line 103 of file contentresultsetwrapper.cxx.
References m_xMyListenerImpl.
Referenced by CachedContentResultSet::~CachedContentResultSet(), and CachedContentResultSetStub::~CachedContentResultSetStub().
|
virtual |
css::uno::RuntimeException |
Reimplemented in CachedContentResultSet.
Definition at line 606 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, m_xContentAccessOrigin, m_xMetaDataFromOrigin, m_xPropertySetInfo, m_xPropertySetOrigin, m_xResultSetOrigin, and m_xRowOrigin.
Referenced by ContentResultSetWrapperListener::disposing(), and CachedContentResultSet::impl_disposing().
|
protected |
css::lang::DisposedException | |
css::uno::RuntimeException |
Definition at line 126 of file contentresultsetwrapper.cxx.
References m_bDisposed.
Referenced by CachedContentResultSet::absolute(), absolute(), addEventListener(), addPropertyChangeListener(), addVetoableChangeListener(), CachedContentResultSet::afterLast(), afterLast(), CachedContentResultSet::applyPositionToOrigin(), CachedContentResultSet::beforeFirst(), beforeFirst(), close(), dispose(), CachedContentResultSet::first(), first(), getMetaData(), getObject(), getPropertySetInfoImpl(), CachedContentResultSet::getPropertyValue(), getPropertyValue(), CachedContentResultSet::getRow(), getRow(), CachedContentResultSet::getStatement(), getStatement(), impl_disposing(), CachedContentResultSet::impl_disposing(), CachedContentResultSetStub::impl_fetchHelper(), impl_propertyChange(), CachedContentResultSet::impl_propertyChange(), CachedContentResultSetStub::impl_propertyChange(), impl_vetoableChange(), CachedContentResultSet::impl_vetoableChange(), CachedContentResultSetStub::impl_vetoableChange(), CachedContentResultSet::isAfterLast(), isAfterLast(), CachedContentResultSet::isBeforeFirst(), isBeforeFirst(), CachedContentResultSet::isFirst(), isFirst(), CachedContentResultSet::isLast(), isLast(), CachedContentResultSet::last(), last(), CachedContentResultSet::next(), next(), CachedContentResultSet::previous(), previous(), queryContent(), queryContentIdentifier(), queryContentIdentifierStringImpl(), CachedContentResultSet::refreshRow(), refreshRow(), CachedContentResultSet::relative(), relative(), removeEventListener(), removePropertyChangeListener(), removeVetoableChangeListener(), CachedContentResultSet::rowDeleted(), rowDeleted(), CachedContentResultSet::rowInserted(), rowInserted(), CachedContentResultSet::rowOriginGet(), CachedContentResultSet::rowUpdated(), rowUpdated(), setPropertyValueImpl(), CachedContentResultSet::setPropertyValueImpl(), verifyGet(), CachedContentResultSet::wasNull(), and wasNull().
|
protected |
Definition at line 87 of file contentresultsetwrapper.cxx.
References m_xMyListenerImpl, and m_xResultSetOrigin.
Referenced by CachedContentResultSet::CachedContentResultSet(), and CachedContentResultSetStub::CachedContentResultSetStub().
|
protected |
Definition at line 64 of file contentresultsetwrapper.cxx.
References m_xContentAccessOrigin, and m_xResultSetOrigin.
Referenced by CachedContentResultSetStub::fetchContentIdentifiers(), CachedContentResultSetStub::fetchContentIdentifierStrings(), CachedContentResultSetStub::fetchContents(), queryContent(), queryContentIdentifier(), and queryContentIdentifierStringImpl().
|
protected |
Definition at line 76 of file contentresultsetwrapper.cxx.
References m_xPropertySetOrigin, and m_xResultSetOrigin.
Referenced by addPropertyChangeListener(), addVetoableChangeListener(), CachedContentResultSet::getPropertyValue(), getPropertyValue(), impl_initPropertySetInfo(), removePropertyChangeListener(), removeVetoableChangeListener(), setPropertyValueImpl(), and CachedContentResultSet::setPropertyValueImpl().
|
protected |
Definition at line 54 of file contentresultsetwrapper.cxx.
References m_xResultSetOrigin, and m_xRowOrigin.
Referenced by CachedContentResultSetStub::fetch(), CachedContentResultSet::getObject(), getObject(), CachedContentResultSet::rowOriginGet(), verifyGet(), CachedContentResultSet::wasNull(), and wasNull().
|
protectedvirtual |
Reimplemented in CachedContentResultSet.
Definition at line 111 of file contentresultsetwrapper.cxx.
References impl_init_xPropertySetOrigin(), m_xPropertySetInfo, and m_xPropertySetOrigin.
Referenced by getPropertySetInfoImpl(), and CachedContentResultSet::impl_initPropertySetInfo().
|
protected |
Definition at line 168 of file contentresultsetwrapper.cxx.
References m_nForwardOnly.
Referenced by CachedContentResultSet::absolute(), CachedContentResultSet::afterLast(), CachedContentResultSet::applyPositionToOrigin(), CachedContentResultSet::beforeFirst(), CachedContentResultSet::first(), CachedContentResultSetStub::impl_fetchHelper(), CachedContentResultSet::last(), CachedContentResultSet::previous(), CachedContentResultSet::relative(), and CachedContentResultSet::rowOriginGet().
|
protected |
Definition at line 132 of file contentresultsetwrapper.cxx.
References comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::getContainer(), m_aPropertyChangeListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::notifyEach().
Referenced by CachedContentResultSet::impl_changeIsRowCountFinal(), CachedContentResultSet::impl_changeRowCount(), impl_propertyChange(), CachedContentResultSet::impl_propertyChange(), CachedContentResultSetStub::impl_propertyChange(), and CachedContentResultSet::setPropertyValueImpl().
|
protected |
css::beans::PropertyVetoException | |
css::uno::RuntimeException |
Definition at line 150 of file contentresultsetwrapper.cxx.
References comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::getContainer(), m_aVetoableChangeListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::notifyEach().
Referenced by impl_vetoableChange(), CachedContentResultSet::impl_vetoableChange(), and CachedContentResultSetStub::impl_vetoableChange().
|
virtual |
css::uno::RuntimeException |
Reimplemented in CachedContentResultSet, and CachedContentResultSetStub.
Definition at line 629 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_notifyPropertyChangeListeners(), m_aMutex, and XPropertySet.
Referenced by ContentResultSetWrapperListener::propertyChange().
|
virtual |
css::beans::PropertyVetoException | |
css::uno::RuntimeException |
Reimplemented in CachedContentResultSet, and CachedContentResultSetStub.
Definition at line 642 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_notifyVetoableChangeListeners(), m_aMutex, and XPropertySet.
Referenced by ContentResultSetWrapperListener::vetoableChange().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 825 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 839 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 853 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 867 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 783 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 712 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 726 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 694 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xContentAccessOrigin(), m_aMutex, and m_xContentAccessOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 679 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xContentAccessOrigin(), m_aMutex, and m_xContentAccessOrigin.
|
finaloverridevirtual |
Definition at line 659 of file contentresultsetwrapper.cxx.
References m_aMutex, and queryContentIdentifierStringImpl().
Referenced by CachedContentResultSet::queryContentIdentifierStringImpl().
|
virtual |
Reimplemented in CachedContentResultSet.
Definition at line 665 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xContentAccessOrigin(), and m_xContentAccessOrigin.
Referenced by queryContentIdentifierString().
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Reimplemented in CachedContentResultSet, and CachedContentResultSetStub.
Definition at line 221 of file contentresultsetwrapper.cxx.
References cppu::queryInterface(), and XPropertySet.
Referenced by CachedContentResultSet::queryInterface(), and CachedContentResultSetStub::queryInterface().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 896 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 754 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Definition at line 316 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aDisposeEventListeners, m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 506 of file contentresultsetwrapper.cxx.
References Exception, comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::getContainer(), getPropertySetInfo(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::hasContainedTypes(), impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), m_aMutex, m_aPropertyChangeListeners, m_xMyListenerImpl, m_xPropertySetInfo, m_xPropertySetOrigin, and comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::removeInterface().
|
overridevirtual |
Definition at line 555 of file contentresultsetwrapper.cxx.
References Exception, comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::getContainer(), getPropertySetInfo(), comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::hasContainedTypes(), impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), m_aMutex, m_aVetoableChangeListeners, m_xMyListenerImpl, m_xPropertySetInfo, m_xPropertySetOrigin, and comphelper::OMultiTypeInterfaceContainerHelperVar4< class key, class listener, class equalImpl >::removeInterface().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 938 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 924 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 910 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), m_aMutex, and m_xResultSetOrigin.
|
finaloverridevirtual |
Definition at line 385 of file contentresultsetwrapper.cxx.
References m_aMutex, and setPropertyValueImpl().
|
virtual |
Reimplemented in CachedContentResultSet.
Definition at line 392 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xPropertySetOrigin(), and m_xPropertySetOrigin.
Referenced by CachedContentResultSetStub::impl_propagateFetchSizeAndDirection(), and setPropertyValue().
|
private |
Definition at line 964 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xRowOrigin(), m_aMutex, and m_xRowOrigin.
Referenced by getArray(), getBinaryStream(), getBlob(), getBoolean(), getByte(), getBytes(), getCharacterStream(), getClob(), getDate(), getDouble(), getFloat(), getInt(), getLong(), getRef(), getShort(), getString(), getTime(), and getTimestamp().
|
overridevirtual |
Reimplemented in CachedContentResultSet.
Definition at line 977 of file contentresultsetwrapper.cxx.
References impl_EnsureNotDisposed(), impl_init_xRowOrigin(), m_aMutex, and m_xRowOrigin.
|
private |
In dispose call.
Definition at line 89 of file contentresultsetwrapper.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
protected |
Definition at line 57 of file contentresultsetwrapper.hxx.
Referenced by CachedContentResultSet::absolute(), absolute(), addEventListener(), addPropertyChangeListener(), addVetoableChangeListener(), CachedContentResultSet::afterLast(), afterLast(), CachedContentResultSet::beforeFirst(), beforeFirst(), close(), dispose(), CachedContentResultSetStub::fetch(), CachedContentResultSetStub::fetchContentIdentifiers(), CachedContentResultSetStub::fetchContentIdentifierStrings(), CachedContentResultSetStub::fetchContents(), CachedContentResultSet::first(), first(), getMetaData(), CachedContentResultSet::getObject(), getObject(), getPropertySetInfo(), CachedContentResultSet::getPropertyValue(), getPropertyValue(), CachedContentResultSet::getRow(), getRow(), CachedContentResultSet::getStatement(), getStatement(), impl_disposing(), CachedContentResultSet::impl_disposing(), impl_propertyChange(), CachedContentResultSet::impl_propertyChange(), CachedContentResultSetStub::impl_propertyChange(), impl_vetoableChange(), CachedContentResultSet::impl_vetoableChange(), CachedContentResultSetStub::impl_vetoableChange(), CachedContentResultSet::isAfterLast(), isAfterLast(), CachedContentResultSet::isBeforeFirst(), isBeforeFirst(), CachedContentResultSet::isFirst(), isFirst(), CachedContentResultSet::isLast(), isLast(), CachedContentResultSet::last(), last(), CachedContentResultSet::next(), next(), CachedContentResultSet::previous(), previous(), CachedContentResultSet::queryContent(), queryContent(), CachedContentResultSet::queryContentIdentifier(), queryContentIdentifier(), queryContentIdentifierString(), CachedContentResultSet::refreshRow(), refreshRow(), CachedContentResultSet::relative(), relative(), removeEventListener(), removePropertyChangeListener(), removeVetoableChangeListener(), CachedContentResultSet::rowDeleted(), rowDeleted(), CachedContentResultSet::rowInserted(), rowInserted(), CachedContentResultSet::rowOriginGet(), CachedContentResultSet::rowUpdated(), rowUpdated(), setPropertyValue(), verifyGet(), CachedContentResultSet::wasNull(), and wasNull().
|
private |
Definition at line 91 of file contentresultsetwrapper.hxx.
Referenced by addPropertyChangeListener(), dispose(), impl_notifyPropertyChangeListeners(), and removePropertyChangeListener().
|
private |
Definition at line 93 of file contentresultsetwrapper.hxx.
Referenced by addVetoableChangeListener(), dispose(), impl_notifyVetoableChangeListeners(), and removeVetoableChangeListener().
|
private |
Definition at line 86 of file contentresultsetwrapper.hxx.
Referenced by dispose(), and impl_EnsureNotDisposed().
|
private |
Dispose call ready.
Definition at line 87 of file contentresultsetwrapper.hxx.
Referenced by dispose().
|
protected |
Definition at line 76 of file contentresultsetwrapper.hxx.
Referenced by CachedContentResultSet::applyPositionToOrigin(), and impl_isForwardOnly().
|
protected |
! call impl_init_xRowOrigin() bevor you access this member
Definition at line 66 of file contentresultsetwrapper.hxx.
Referenced by CachedContentResultSetStub::fetchContentIdentifiers(), CachedContentResultSetStub::fetchContentIdentifierStrings(), CachedContentResultSetStub::fetchContents(), impl_disposing(), impl_init_xContentAccessOrigin(), queryContent(), queryContentIdentifier(), and queryContentIdentifierStringImpl().
|
private |
Definition at line 83 of file contentresultsetwrapper.hxx.
Referenced by getMetaData(), and impl_disposing().
|
private |
Definition at line 80 of file contentresultsetwrapper.hxx.
Referenced by addPropertyChangeListener(), addVetoableChangeListener(), ContentResultSetWrapper(), dispose(), impl_deinit(), impl_init(), removePropertyChangeListener(), and removeVetoableChangeListener().
|
protected |
! call impl_init_xPropertySetOrigin() bevor you access this member
Definition at line 73 of file contentresultsetwrapper.hxx.
Referenced by addPropertyChangeListener(), addVetoableChangeListener(), getPropertySetInfoImpl(), impl_disposing(), impl_initPropertySetInfo(), CachedContentResultSet::impl_initPropertySetInfo(), removePropertyChangeListener(), and removeVetoableChangeListener().
|
protected |
! call impl_init_xContentAccessOrigin() bevor you access this member
Definition at line 69 of file contentresultsetwrapper.hxx.
Referenced by addPropertyChangeListener(), addVetoableChangeListener(), dispose(), CachedContentResultSet::getPropertyValue(), getPropertyValue(), impl_disposing(), impl_init_xPropertySetOrigin(), impl_initPropertySetInfo(), removePropertyChangeListener(), removeVetoableChangeListener(), setPropertyValueImpl(), and CachedContentResultSet::setPropertyValueImpl().
|
protected |
Definition at line 61 of file contentresultsetwrapper.hxx.
Referenced by CachedContentResultSet::absolute(), absolute(), afterLast(), CachedContentResultSet::applyPositionToOrigin(), beforeFirst(), CachedContentResultSet::CachedContentResultSet(), ContentResultSetWrapper(), dispose(), first(), getMetaData(), getRow(), impl_disposing(), CachedContentResultSetStub::impl_fetchHelper(), impl_init(), impl_init_xContentAccessOrigin(), impl_init_xPropertySetOrigin(), impl_init_xRowOrigin(), CachedContentResultSet::isAfterLast(), isAfterLast(), CachedContentResultSet::isBeforeFirst(), isBeforeFirst(), CachedContentResultSet::isFirst(), isFirst(), CachedContentResultSet::isLast(), isLast(), CachedContentResultSet::last(), last(), next(), previous(), refreshRow(), relative(), rowDeleted(), rowInserted(), and rowUpdated().
|
protected |
Definition at line 63 of file contentresultsetwrapper.hxx.
Referenced by CachedContentResultSetStub::fetch(), getArray(), getBinaryStream(), getBlob(), getBoolean(), getByte(), getBytes(), getCharacterStream(), getClob(), getDate(), getDouble(), getFloat(), getInt(), getLong(), CachedContentResultSet::getObject(), getObject(), getRef(), getShort(), getString(), getTime(), getTimestamp(), impl_disposing(), impl_init_xRowOrigin(), CachedContentResultSet::rowOriginGet(), verifyGet(), CachedContentResultSet::wasNull(), and wasNull().