Searched refs:_rRows (Results 1 – 8 of 8) sorted by relevance
498 void BrowseBox::GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const in GetAllSelectedRows()503 _rRows.realloc( nCount ); in GetAllSelectedRows()504 _rRows[ 0 ] = const_cast< BrowseBox* >( this )->FirstSelectedRow(); in GetAllSelectedRows()506 _rRows[ nIndex ] = const_cast< BrowseBox* >( this )->NextSelectedRow(); in GetAllSelectedRows()
104 void setRows(const ORows& _rRows) { m_aRows = _rRows; } in setRows() argument
160 void ODatabaseMetaDataResultSet::setRows(const ORows& _rRows) in setRows() argument162 m_aRows = _rRows; in setRows()
97 …virtual void GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const …
214 virtual void GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const;
840 virtual void GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const;
62 …erence< XResultSet >& _xResultSet,sal_Int32 _nType,const std::vector< std::vector< Any > >& _rRows) in lcl_setRows_throw() argument68 Sequence< Sequence< Any > > aRows(_rRows.size()); in lcl_setRows_throw()70 std::vector< std::vector< Any > >::const_iterator aIter = _rRows.begin(); in lcl_setRows_throw()
151 void setRows(const ORows& _rRows);
Completed in 59 milliseconds