Searched refs:ORowSetBase (Results 1 – 8 of 8) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 92 DBG_NAME(ORowSetBase) in DBG_NAME() argument 114 DBG_CTOR(ORowSetBase,NULL); in DBG_NAME() 124 ORowSetBase::~ORowSetBase() in ~ORowSetBase() 138 DBG_DTOR(ORowSetBase,NULL); in ~ORowSetBase() 710 sal_Bool ORowSetBase::isOnFirst() in isOnFirst() 738 sal_Bool ORowSetBase::isOnLast() in isOnLast() 852 sal_Bool SAL_CALL ORowSetBase::move( ::std::mem_fun_t<sal_Bool,ORowSetBase>& _aCheckFunctor, in move() 904 ::std::mem_fun_t<sal_Bool,ORowSetBase> ioF_tmp(&ORowSetBase::isOnFirst); in first() 913 ::std::mem_fun_t<sal_Bool,ORowSetBase> ioL_tmp(&ORowSetBase::isOnLast); in last() 1309 void ORowSetBase::fireRowcount() in fireRowcount() [all …]
|
H A D | RowSet.hxx | 75 , public ORowSetBase 451 using ORowSetBase::getFastPropertyValue; 452 using ORowSetBase::firePropertyChange; 454 using ORowSetBase::isModification; 455 using ORowSetBase::isModified; 456 using ORowSetBase::isNew; 465 ,public ORowSetBase 532 using ORowSetBase::isModification; 533 using ORowSetBase::isModified; 534 using ORowSetBase::isNew; [all …]
|
H A D | RowSetCacheIterator.hxx | 35 class ORowSetBase; 40 ORowSetBase* pRowSet; 51 ORowSetBase* m_pRowSet; 53 …ORowSetCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _p… in ORowSetCacheIterator()
|
H A D | RowSetBase.hxx | 119 class ORowSetBase : public ORowSetBase_BASE, class 121 …public ::comphelper::OPropertyArrayUsageHelper<ORowSetBase> // this class hold the static property… 160 ORowSetBase( 247 sal_Bool SAL_CALL move( ::std::mem_fun_t<sal_Bool,ORowSetBase>& _aCheckFunctor, 278 virtual ~ORowSetBase(); 407 ORowSetBase* m_pRowSet; 422 ORowSetNotifier( ORowSetBase* m_pRowSet ); 426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
|
H A D | RowSet.cxx | 399 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue() 413 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue() 473 Any aRet(ORowSetBase::queryInterface(rType)); in queryAggregation() 546 ORowSetBase::disposing(); in disposing() 1097 ORowSetBase::firePropertyChange(aOldValues); in implCancelRowUpdates() 1231 ORowSetBase::firePropertyChange(aOldValues); in moveToInsertRow() 1411 return ORowSetBase::getBinaryStream(columnIndex); in getBinaryStream() 1444 return ORowSetBase::getBlob(columnIndex); in getBlob() 2782 ORowSetBase::refreshRow(); in refreshRow() 2906 Any aRet = ORowSetBase::queryInterface(rType); in queryInterface() [all …]
|
H A D | RowSetCache.hxx | 111 friend class ORowSetBase; 208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet); 209 void deleteIterator(const ORowSetBase* _pRowSet);
|
H A D | CRowSetDataColumn.hxx | 49 ORowSetBase* m_pRowSet;
|
H A D | RowSetCache.cxx | 1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator() 1430 void ORowSetCache::deleteIterator(const ORowSetBase* _pRowSet) in deleteIterator()
|
Completed in 69 milliseconds