/aoo41x/main/connectivity/source/inc/file/ |
H A D | FResultSet.hxx | 101 OValueRefRow m_aSelectRow; 102 OValueRefRow m_aRow; 103 OValueRefRow m_aEvaluateRow; // contains all values of a row 104 OValueRefRow m_aParameterRow; 105 OValueRefRow m_aInsertRow; // needed for insert by cursor 161 void initializeRow(OValueRefRow& _rRow,sal_Int32 _nColumnCount); 170 OKeyValue* GetOrderbyKeyValue(OValueRefRow& _rRow); 307 inline void setBindingRow(const OValueRefRow& _aRow) { m_aRow = _aRow; } in setBindingRow() 308 inline void setSelectRow(const OValueRefRow& _rRow) in setSelectRow() 323 static void setBoundedColumns(const OValueRefRow& _rRow, [all …]
|
H A D | fanalyzer.hxx | 48 void bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvaluateSetList); 64 …::std::vector<sal_Int32>* bindEvaluationRow(OValueRefRow& _pRow); // Anbinden einer Ergebnisze… 68 void bindSelectRow(const OValueRefRow& _pRow); 73 void bindParameterRow(OValueRefRow& _pRow); 83 …void setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>& _rColumnMapp…
|
H A D | FStatement.hxx | 94 OValueRefRow m_aSelectRow; 95 OValueRefRow m_aRow; 96 OValueRefRow m_aEvaluateRow; // contains all values of a row
|
H A D | FTable.hxx | 83 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s… 88 …virtual sal_Bool UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const ::com::sun::star::un…
|
H A D | fcode.hxx | 97 OValueRefRow m_pRow; 104 …void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Op…
|
H A D | FPreparedStatement.hxx | 54 OValueRefRow m_aParameterRow;
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fanalyzer.cxx | 130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow() 164 void OSQLAnalyzer::bindSelectRow(const OValueRefRow& _pRow) in bindSelectRow() 175 ::std::vector<sal_Int32>* OSQLAnalyzer::bindEvaluationRow(OValueRefRow& _pRow) in bindEvaluationRow() 229 OValueRefRow aParameterRow = new OValueRefVector(rParameterColumns->get().size()); in describeParam() 232 …OValueRefRow aTestRow = new OValueRefVector(Reference< XIndexAccess>(m_aCompiler->getOrigColumns()… in describeParam() 302 void OSQLAnalyzer::setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>&… in setSelectionEvaluationResult()
|
H A D | FNoException.cxx | 71 void OSQLAnalyzer::bindParameterRow(OValueRefRow& _pRow) in bindParameterRow() 103 OKeyValue* OResultSet::GetOrderbyKeyValue(OValueRefRow& _rRow) in GetOrderbyKeyValue()
|
H A D | FTable.cxx | 215 sal_Bool OFileTable::UpdateRow(OValueRefVector& /*rRow*/, OValueRefRow& /*pOrgRow*/,const ::com::su… in UpdateRow() argument
|
H A D | FResultSet.cxx | 1682 void OResultSet::setBoundedColumns(const OValueRefRow& _rRow, in setBoundedColumns() 1683 const OValueRefRow& _rSelectRow, in setBoundedColumns() 1848 void OResultSet::initializeRow(OValueRefRow& _rRow,sal_Int32 _nColumnCount) in initializeRow()
|
H A D | fcode.cxx | 97 void OOperandRow::bindValue(const OValueRefRow& _pRow) in bindValue()
|
H A D | FPreparedStatement.cxx | 123 OValueRefRow aTemp; in construct()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 114 …sal_Bool UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const ::com::sun::star::uno::Ref… 144 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s… 166 …virtual sal_Bool UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const ::com::sun::star::un…
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 807 sal_Bool ODbaseTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableD… in fetchRow() 1589 sal_Bool ODbaseTable::UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const Reference<XIndex… in UpdateRow() 1628 OValueRefRow aRow = new OValueRefVector(_rCols.get().size()); in DeleteRow() 1708 sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const Reference<XInd… in UpdateBuffer() 2580 OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount()); in copyData() 2581 OValueRefRow aInsertRow; in copyData()
|
/aoo41x/main/connectivity/source/inc/calc/ |
H A D | CTable.hxx | 86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | ETable.hxx | 87 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Boo…
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 458 typedef ::vos::ORef< OValueRefVector > OValueRefRow; typedef
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 822 sal_Bool OCalcTable::fetchRow( OValueRefRow& _rRow, const OSQLColumns & _rCols, in fetchRow()
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 601 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow()
|