| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | PrivateRow.cxx | 41 return m_aRow[m_nPos].isNull(); in wasNull() 46 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() [all …]
|
| H A D | RowSetRow.hxx | 48 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 D | PrivateRow.hxx | 34 ORowSetValueVector::Vector m_aRow; member in dbaccess::OPrivateRow 37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow()
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FResultSet.cxx | 324 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getRow called for deleted row"); in getRow() 326 return m_aSkipDeletedSet.getMappedPosition((m_aRow->get())[0]->getValue()); in getRow() 587 bRet = m_pTable->fetchRow(m_aRow,m_xColumns.getBody(),sal_False,sal_True); in evaluate() 652 m_aSkipDeletedSet.insertNewPosition((m_aRow->get())[0]->getValue()); in insertRow() 665 m_bRowUpdated = m_pTable->UpdateRow(m_aInsertRow.getBody(), m_aRow,m_xColsIdx); in updateRow() 666 *(m_aInsertRow->get())[0] = (sal_Int32)(m_aRow->get())[0]->getValue(); in updateRow() 682 if(m_aRow->isDeleted()) in deleteRow() 685 sal_Int32 nPos = (sal_Int32)(m_aRow->get())[0]->getValue(); in deleteRow() 689 m_aRow->setDeleted(sal_True); in deleteRow() 930 m_pTable->fetchRow(m_aRow,rTableCols, sal_True,bRetrieveData); in ExecuteRow() [all …]
|
| H A D | FStatement.cxx | 133 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()
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OResultSet.cxx | 313 …aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int8[m_aRow[_nColumnIndex].getSequence().ge… in allocBindColumn() 330 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() 458 sRet = m_aRow[columnIndex].getString(); in getBytes() 597 return m_aRow[columnIndex].makeAny(); in getObject() 810 return m_bFetchData ? m_aRow[m_nLastColumnPos].isNull() : m_bWasNull; in wasNull() 1063 sal_Int32 nType = m_aRow[columnIndex].getTypeKind(); in updateString() [all …]
|
| /AOO41X/main/svtools/source/table/ |
| H A D | tablegeometry.hxx | 131 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()
|
| /AOO41X/main/connectivity/source/drivers/dbase/ |
| H A D | DResultSet.cxx | 98 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()
|
| /AOO41X/main/connectivity/source/drivers/calc/ |
| H A D | CResultSet.cxx | 95 return makeAny((sal_Int32)(m_aRow->get())[0]->getValue()); in getBookmark()
|
| /AOO41X/main/connectivity/source/drivers/flat/ |
| H A D | EResultSet.cxx | 115 return makeAny((sal_Int32)(m_aRow->get())[0]->getValue()); in getBookmark()
|
| /AOO41X/main/connectivity/source/inc/file/ |
| H A D | FResultSet.hxx | 102 OValueRefRow m_aRow; member in connectivity::file::OResultSet 307 … inline void setBindingRow(const OValueRefRow& _aRow) { m_aRow = _aRow; } in setBindingRow()
|
| H A D | FStatement.hxx | 95 OValueRefRow m_aRow; member in connectivity::file::OStatement_Base
|
| /AOO41X/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 78 …::std::vector< ORowSetValue> m_aRow; // only used when SQLGetData can't be called i…
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OResultSet.hxx | 128 …TDataRow m_aRow; // only used when SQLGetData can't be called i… member in connectivity::odbc::OResultSet
|