Home
last modified time | relevance | path

Searched refs:m_aRow (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DPrivateRow.cxx46 return m_aRow[m_nPos]; in getString()
51 return m_aRow[m_nPos]; in getBoolean()
56 return m_aRow[m_nPos]; in getByte()
61 return m_aRow[m_nPos]; in getShort()
66 return m_aRow[m_nPos]; in getInt()
71 return m_aRow[m_nPos]; in getLong()
76 return m_aRow[m_nPos]; in getFloat()
81 return m_aRow[m_nPos]; in getDouble()
86 return m_aRow[m_nPos]; in getBytes()
91 return m_aRow[m_nPos]; in getDate()
[all …]
H A DRowSetRow.hxx48 ORowSetRow m_aRow; member in dbaccess::ORowSetOldRowHelper
56 , m_aRow(_rRow) in ORowSetOldRowHelper()
72 inline ORowSetRow getRow() const { return m_aRow; } in getRow()
73 inline void clearRow() { m_aRow = NULL; } in clearRow()
74 inline void setRow(const ORowSetRow& _rRow) { m_aRow = _rRow; } in setRow()
H A DPrivateRow.hxx34 ORowSetValueVector::Vector m_aRow; member in dbaccess::OPrivateRow
37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow()
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx682 if(m_aRow->isDeleted()) in deleteRow()
689 m_aRow->setDeleted(sal_True); in deleteRow()
1206 if (m_aRow->get().size() >= 2) in Move()
1208 *(m_aRow->get())[1] = m_nRowCountResult; in Move()
1209 *(m_aRow->get())[0] = sal_Int32(1); in Move()
1210 (m_aRow->get())[1]->setBound(sal_True); in Move()
1211 (m_aSelectRow->get())[1] = (m_aRow->get())[1]; in Move()
1397 initializeRow(m_aRow,nColumnCount); in OpenImpl()
1515 aRowIter != m_aRow->get().end(); in OpenImpl()
1874 return (m_aRow->get())[0]->getValue(); in getDriverPos()
[all …]
H A DFStatement.cxx133 if(m_aRow.isValid()) in disposing()
135 m_aRow->get().clear(); in disposing()
136 m_aRow = NULL; in disposing()
512 m_aRow = new OValueRefVector(xNames->getCount()); in construct()
513 (m_aRow->get())[0]->setBound(sal_True); in construct()
514 ::std::for_each(m_aRow->get().begin()+1,m_aRow->get().end(),TSetRefBound(sal_False)); in construct()
552 …OResultSet::setBoundedColumns(m_aRow,m_aSelectRow,xColumns,xNames,sal_True,m_xDBMetaData,m_aColMap… in createColumnMapping()
563 _pResult->setBindingRow(m_aRow); in initializeResultSet()
569 m_pSQLAnalyzer->bindSelectRow(m_aRow); in initializeResultSet()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx330 m_aRow.resize(nLen+1); in allocBuffer()
335 m_aRow[i].setTypeKind( nType ); in allocBuffer()
411 return m_aRow[_nColumnIndex]; in getValue()
448 switch(m_aRow[columnIndex].getTypeKind()) in getBytes()
453 nRet = m_aRow[columnIndex]; in getBytes()
597 return m_aRow[columnIndex].makeAny(); in getObject()
1065 m_aRow[columnIndex] = x; in updateString()
1074 m_aRow[columnIndex] = x; in updateBytes()
1485 m_aRow.resize(_nToColumn+1); in fillRow()
1486 m_aRow[_nToColumn].setBound(sal_True); in fillRow()
[all …]
/aoo42x/main/svtools/source/table/
H A Dtablegeometry.hxx131 TableRowGeometry m_aRow; member in svt::table::TableCellGeometry
142 :m_aRow( _rControl, _rBoundaries, _nRow, i_alllowVirtualCells ) in TableCellGeometry()
151 :m_aRow( _rRow ) in TableCellGeometry()
156 …inline Rectangle getRect() const { return m_aRow.getRect().GetIntersection( m_aCol.getRect(… in getRect()
157 inline RowPos getRow() const { return m_aRow.getRow(); } in getRow()
161 inline bool moveDown() {return m_aRow.moveDown(); } in moveDown()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx98 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getBookmark called for deleted row"); in getBookmark()
100 return makeAny((sal_Int32)(m_aRow->get())[0]->getValue()); in getBookmark()
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx102 OValueRefRow m_aRow; member in connectivity::file::OResultSet
307 inline void setBindingRow(const OValueRefRow& _aRow) { m_aRow = _aRow; } in setBindingRow()
H A DFStatement.hxx95 OValueRefRow m_aRow; member in connectivity::file::OStatement_Base
/aoo42x/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx95 return makeAny((sal_Int32)(m_aRow->get())[0]->getValue()); in getBookmark()
/aoo42x/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx115 return makeAny((sal_Int32)(m_aRow->get())[0]->getValue()); in getBookmark()
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx78 ::std::vector< ORowSetValue> m_aRow; // only used when SQLGetData can't be called in any order
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx128 TDataRow m_aRow; // only used when SQLGetData can't be called in any order member in connectivity::odbc::OResultSet

Completed in 55 milliseconds