Home
last modified time | relevance | path

Searched refs:ORowSetBase (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/dbaccess/source/core/api/
H A DRowSetBase.cxx92 DBG_NAME(ORowSetBase) in DBG_NAME() argument
94 ORowSetBase::ORowSetBase( const ::comphelper::ComponentContext& _rContext, ::cppu::OBroadcastHelper… in DBG_NAME()
114 DBG_CTOR(ORowSetBase,NULL); in DBG_NAME()
124 ORowSetBase::~ORowSetBase() in ~ORowSetBase()
138 DBG_DTOR(ORowSetBase,NULL); in ~ORowSetBase()
142 Sequence< Type > ORowSetBase::getTypes() throw (RuntimeException) in getTypes()
149 Any ORowSetBase::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
158 void SAL_CALL ORowSetBase::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
180 void SAL_CALL ORowSetBase::disposing(void) in disposing()
199 ::cppu::IPropertyArrayHelper* ORowSetBase::createArrayHelper( ) const in createArrayHelper()
[all …]
H A DRowSet.hxx75 , public ORowSetBase
451 using ORowSetBase::getFastPropertyValue;
452 using ORowSetBase::firePropertyChange;
453 using ORowSetBase::doCancelModification;
454 using ORowSetBase::isModification;
455 using ORowSetBase::isModified;
456 using ORowSetBase::isNew;
465 ,public ORowSetBase
531 using ORowSetBase::doCancelModification;
532 using ORowSetBase::isModification;
[all …]
H A DRowSetCacheIterator.hxx35 class ORowSetBase;
40 ORowSetBase* pRowSet;
51 ORowSetBase* m_pRowSet;
53 …tCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _pRowSet) in ORowSetCacheIterator()
H A DRowSetBase.hxx118 class ORowSetBase : public ORowSetBase_BASE, class
120 …public ::comphelper::OPropertyArrayUsageHelper<ORowSetBase> // this class hold the static property…
159 ORowSetBase(
246 sal_Bool SAL_CALL move( ::std::mem_fun_t<sal_Bool,ORowSetBase>& _aCheckFunctor,
277 virtual ~ORowSetBase();
406 ORowSetBase* m_pRowSet;
421 ORowSetNotifier( ORowSetBase* m_pRowSet );
425 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
H A DRowSet.cxx145 ,ORowSetBase( _rxORB, ORowSet_BASE1::rBHelper, &m_aMutex ) in ORowSet()
399 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
413 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
424 … ::comphelper::concatSequences(ORowSet_BASE1::getTypes(),ORowSetBase::getTypes())); in getTypes()
473 Any aRet(ORowSetBase::queryInterface(rType)); in queryAggregation()
546 ORowSetBase::disposing(); in disposing()
949 return (m_pCache && isInsertRow()) ? 0 : ORowSetBase::getRow(); in getRow()
991 ORowSetBase::firePropertyChange(aOldValues); in updateRow()
1097 ORowSetBase::firePropertyChange(aOldValues); in implCancelRowUpdates()
1231 ORowSetBase::firePropertyChange(aOldValues); in moveToInsertRow()
[all …]
H A DRowSetCache.hxx111 friend class ORowSetBase;
208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
209 void deleteIterator(const ORowSetBase* _pRowSet);
H A DCRowSetDataColumn.hxx49 ORowSetBase* m_pRowSet;
H A DRowSetCache.cxx1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator()
1430 void ORowSetCache::deleteIterator(const ORowSetBase* _pRowSet) in deleteIterator()