Lines Matching refs:ORowSetBase
92 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()
208 ::cppu::IPropertyArrayHelper& SAL_CALL ORowSetBase::getInfoHelper() in getInfoHelper()
211 return *const_cast<ORowSetBase*>(this)->getArrayHelper(); in getInfoHelper()
215 sal_Bool SAL_CALL ORowSetBase::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
223 sal_Bool ORowSetBase::impl_wasNull() in impl_wasNull()
230 const ORowSetValue& ORowSetBase::getValue(sal_Int32 columnIndex) in getValue()
237 const ORowSetValue& ORowSetBase::impl_getValue(sal_Int32 columnIndex) in impl_getValue()
293 ::rtl::OUString SAL_CALL ORowSetBase::getString( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getString()
300 sal_Bool SAL_CALL ORowSetBase::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcep… in getBoolean()
307 sal_Int8 SAL_CALL ORowSetBase::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getByte()
314 sal_Int16 SAL_CALL ORowSetBase::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getShort()
321 sal_Int32 SAL_CALL ORowSetBase::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getInt()
328 sal_Int64 SAL_CALL ORowSetBase::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getLong()
335 float SAL_CALL ORowSetBase::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
342 double SAL_CALL ORowSetBase::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getDouble()
349 Sequence< sal_Int8 > SAL_CALL ORowSetBase::getBytes( sal_Int32 columnIndex ) throw(SQLException, Ru… in getBytes()
356 ::com::sun::star::util::Date SAL_CALL ORowSetBase::getDate( sal_Int32 columnIndex ) throw(SQLExcept… in getDate()
363 ::com::sun::star::util::Time SAL_CALL ORowSetBase::getTime( sal_Int32 columnIndex ) throw(SQLExcept… in getTime()
370 ::com::sun::star::util::DateTime SAL_CALL ORowSetBase::getTimestamp( sal_Int32 columnIndex ) throw(… in getTimestamp()
377 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ORowSetBase::getBinaryStream( sal_Int32 co… in getBinaryStream()
412 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ORowSetBase::getCharacterStream( sal_Int32… in getCharacterStream()
418 Any SAL_CALL ORowSetBase::getObject( sal_Int32 columnIndex, const Reference< XNameAccess >& /*typeM… in getObject()
427 Reference< XRef > SAL_CALL ORowSetBase::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Run… in getRef()
434 Reference< XBlob > SAL_CALL ORowSetBase::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBlob()
440 Reference< XClob > SAL_CALL ORowSetBase::getClob( sal_Int32 columnIndex ) throw(SQLException, Runti… in getClob()
446 Reference< XArray > SAL_CALL ORowSetBase::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException,… in getArray()
454 Any SAL_CALL ORowSetBase::getBookmark( ) throw(SQLException, RuntimeException) in getBookmark()
472 sal_Bool SAL_CALL ORowSetBase::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExc… in moveToBookmark()
524 sal_Bool SAL_CALL ORowSetBase::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(… in moveRelativeToBookmark()
568 sal_Int32 SAL_CALL ORowSetBase::compareBookmarks( const Any& _first, const Any& _second ) throw(SQL… in compareBookmarks()
576 sal_Bool SAL_CALL ORowSetBase::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
584 sal_Int32 SAL_CALL ORowSetBase::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExce… in hashBookmark()
594 Reference< XResultSetMetaData > SAL_CALL ORowSetBase::getMetaData( ) throw(SQLException, RuntimeEx… in getMetaData()
608 sal_Int32 SAL_CALL ORowSetBase::findColumn( const ::rtl::OUString& columnName ) throw(SQLException,… in findColumn()
620 Reference< XNameAccess > SAL_CALL ORowSetBase::getColumns( ) throw(RuntimeException) in getColumns()
637 sal_Bool SAL_CALL ORowSetBase::next( ) throw(SQLException, RuntimeException) in next()
687 sal_Bool SAL_CALL ORowSetBase::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
699 sal_Bool SAL_CALL ORowSetBase::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
710 sal_Bool ORowSetBase::isOnFirst() in isOnFirst()
716 sal_Bool SAL_CALL ORowSetBase::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
738 sal_Bool ORowSetBase::isOnLast() in isOnLast()
744 sal_Bool SAL_CALL ORowSetBase::isLast( ) throw(SQLException, RuntimeException) in isLast()
770 void SAL_CALL ORowSetBase::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
812 void SAL_CALL ORowSetBase::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
852 sal_Bool SAL_CALL ORowSetBase::move( ::std::mem_fun_t<sal_Bool,ORowSetBase>& _aCheckFunctor, in move()
900 sal_Bool SAL_CALL ORowSetBase::first( ) throw(SQLException, RuntimeException) in first()
904 ::std::mem_fun_t<sal_Bool,ORowSetBase> ioF_tmp(&ORowSetBase::isOnFirst); in first()
909 sal_Bool SAL_CALL ORowSetBase::last( ) throw(SQLException, RuntimeException) in last()
913 ::std::mem_fun_t<sal_Bool,ORowSetBase> ioL_tmp(&ORowSetBase::isOnLast); in last()
918 sal_Int32 SAL_CALL ORowSetBase::getRow( ) throw(SQLException, RuntimeException) in getRow()
928 sal_Int32 ORowSetBase::impl_getRow() in impl_getRow()
955 sal_Bool SAL_CALL ORowSetBase::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
1001 sal_Bool SAL_CALL ORowSetBase::relative( sal_Int32 rows ) throw(SQLException, RuntimeException) in relative()
1057 sal_Bool SAL_CALL ORowSetBase::previous( ) throw(SQLException, RuntimeException) in previous()
1110 void ORowSetBase::setCurrentRow( sal_Bool _bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValu… in setCurrentRow()
1179 void ORowSetBase::checkPositioningAllowed() throw( SQLException, RuntimeException ) in checkPositioningAllowed()
1186 Reference< XInterface > ORowSetBase::getStatement(void) throw( SQLException, RuntimeException ) in getStatement()
1192 void SAL_CALL ORowSetBase::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
1211 sal_Bool SAL_CALL ORowSetBase::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
1223 sal_Bool SAL_CALL ORowSetBase::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
1236 sal_Bool SAL_CALL ORowSetBase::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
1244 sal_Bool ORowSetBase::impl_rowDeleted( ) in impl_rowDeleted()
1250 Any SAL_CALL ORowSetBase::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
1265 void SAL_CALL ORowSetBase::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
1278 void ORowSetBase::firePropertyChange(const ORowSetRow& _rOldRow) in firePropertyChange()
1303 void ORowSetBase::firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rOldValue) in firePropertyChange()
1309 void ORowSetBase::fireRowcount() in fireRowcount()
1315 sal_Bool ORowSetBase::notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& /*_rGuard*/) in notifyAllListenersCursorBeforeMove()
1322 void ORowSetBase::notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& /*_rGuard*/) in notifyAllListenersCursorMoved()
1328 void ORowSetBase::notifyAllListeners(::osl::ResettableMutexGuard& /*_rGuard*/) in notifyAllListeners()
1334 void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ) in fireProperty()
1343 void ORowSetBase::positionCache( CursorMoveDirection _ePrepareForDirection ) in positionCache()
1399 void ORowSetBase::checkCache() in checkCache()
1407 void ORowSetBase::movementFailed() in movementFailed()
1421 ORowSetRow ORowSetBase::getOldRow(sal_Bool _bWasNew) in getOldRow()
1431 void ORowSetBase::getPropertyDefaultByHandle( sal_Int32 /*_nHandle*/, Any& _rDefault ) const in getPropertyDefaultByHandle()
1437 void ORowSetBase::onDeleteRow( const Any& _rBookmark ) in onDeleteRow()
1453 void ORowSetBase::onDeletedRow( const Any& _rBookmark, sal_Int32 _nPos ) in onDeletedRow()
1476 sal_Int32 ORowSetBase::impl_getRowCount() const in impl_getRowCount()
1480 if ( const_cast< ORowSetBase* >( this )->rowDeleted() && !m_pCache->m_bNew ) in impl_getRowCount()
1494 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet ) in DBG_NAME()
1507 m_bWasNew = m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1508 m_bWasModified = m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1511 if ( m_pRowSet->isModification( ORowSetBase::GrantNotifierAccess() ) ) in DBG_NAME()
1512 m_pRowSet->doCancelModification( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier()
1543 && ( m_bWasModified != m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ) ) in fire()
1545 …m_pRowSet->fireProperty( PROPERTY_ID_ISMODIFIED, sal_False, sal_True, ORowSetBase::GrantNotifierAc… in fire()
1548 && ( m_bWasNew != m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ) ) in fire()
1550 …m_pRowSet->fireProperty( PROPERTY_ID_ISNEW, sal_False, sal_True, ORowSetBase::GrantNotifierAccess(… in fire()
1577 …m_pRowSet->firePropertyChange((*aIter)-1 ,m_pImpl->aRow[(*aIter)-1], ORowSetBase::GrantNotifierAcc… in firePropertyChange()
1580 …m_pRowSet->fireProperty(PROPERTY_ID_ISMODIFIED,sal_True,sal_False, ORowSetBase::GrantNotifierAcces… in firePropertyChange()