Home
last modified time | relevance | path

Searched refs:OValueRefRow (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/connectivity/source/inc/file/
H A DFResultSet.hxx101 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 Dfanalyzer.hxx48 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 DFStatement.hxx94 OValueRefRow m_aSelectRow;
95 OValueRefRow m_aRow;
96 OValueRefRow m_aEvaluateRow; // contains all values of a row
H A DFTable.hxx83 …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 Dfcode.hxx97 OValueRefRow m_pRow;
104 …void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Op…
H A DFPreparedStatement.hxx54 OValueRefRow m_aParameterRow;
/aoo41x/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx130 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()
232OValueRefRow 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 DFNoException.cxx71 void OSQLAnalyzer::bindParameterRow(OValueRefRow& _pRow) in bindParameterRow()
103 OKeyValue* OResultSet::GetOrderbyKeyValue(OValueRefRow& _rRow) in GetOrderbyKeyValue()
H A DFTable.cxx215 sal_Bool OFileTable::UpdateRow(OValueRefVector& /*rRow*/, OValueRefRow& /*pOrgRow*/,const ::com::su… in UpdateRow() argument
H A DFResultSet.cxx1682 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 Dfcode.cxx97 void OOperandRow::bindValue(const OValueRefRow& _pRow) in bindValue()
H A DFPreparedStatement.cxx123 OValueRefRow aTemp; in construct()
/aoo41x/main/connectivity/source/inc/dbase/
H A DDTable.hxx114 …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 DDTable.cxx807 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 DCTable.hxx86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
/aoo41x/main/connectivity/source/inc/flat/
H A DETable.hxx86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Boo…
/aoo41x/main/connectivity/inc/connectivity/
H A DFValue.hxx458 typedef ::vos::ORef< OValueRefVector > OValueRefRow; typedef
/aoo41x/main/connectivity/source/drivers/calc/
H A DCTable.cxx822 sal_Bool OCalcTable::fetchRow( OValueRefRow& _rRow, const OSQLColumns & _rCols, in fetchRow()
/aoo41x/main/connectivity/source/drivers/flat/
H A DETable.cxx600 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow()

Completed in 90 milliseconds