Lines Matching refs:OValueRefRow
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);
303 … inline void setParameterRow(const OValueRefRow& _rParaRow) { m_aParameterRow = _rParaRow; } in setParameterRow()
304 inline void setEvaluationRow(const OValueRefRow& _aRow) { m_aEvaluateRow = _aRow; } in setEvaluationRow()
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,
324 const OValueRefRow& _rSelectRow,