Home
last modified time | relevance | path

Searched refs:_rCols (Results 1 – 9 of 9) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx807 sal_Bool ODbaseTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableD… in fetchRow() argument
825 OSQLColumns::Vector::const_iterator aIter = _rCols.get().begin(); in fetchRow()
826 OSQLColumns::Vector::const_iterator aEnd = _rCols.get().end(); in fetchRow()
1619 sal_Bool ODbaseTable::DeleteRow(const OSQLColumns& _rCols) in DeleteRow() argument
1628 OValueRefRow aRow = new OValueRefVector(_rCols.get().size()); in DeleteRow()
1630 if (!fetchRow(aRow,_rCols,sal_True,sal_True)) in DeleteRow()
1652 OSQLColumns::Vector::const_iterator aIter = _rCols.get().begin(); in DeleteRow()
1654 for(;aIter != _rCols.get().end();++aIter,++nPos) in DeleteRow()
1659 if (aIter == _rCols.get().end()) in DeleteRow()
/trunk/main/connectivity/source/inc/file/
H A DFTable.hxx83 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
87 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx144 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
165 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx822 sal_Bool OCalcTable::fetchRow( OValueRefRow& _rRow, const OSQLColumns & _rCols, in fetchRow() argument
837 OSQLColumns::Vector::const_iterator aIter = _rCols.get().begin(); in fetchRow()
838 OSQLColumns::Vector::const_iterator aEnd = _rCols.get().end(); in fetchRow()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx600 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow() argument
621 OSQLColumns::Vector::const_iterator aIter = _rCols.get().begin(); in fetchRow()
622 OSQLColumns::Vector::const_iterator aEnd = _rCols.get().end(); in fetchRow()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1446 const ::vos::ORef< OSQLColumns >& _rCols ) in setCurrentColumns()
1456 OSQLColumns::Vector::const_iterator aEnd = _rCols->get().end(); in setCurrentColumns()
1457 for(OSQLColumns::Vector::const_iterator aIter = _rCols->get().begin(); aIter != aEnd;++aIter) in setCurrentColumns()
1459 …m_aCurrentColumns[_eType] = new OPrivateColumns(_rCols,m_xMetaData->supportsMixedCaseQuotedIdentif… in setCurrentColumns()
/trunk/main/connectivity/source/inc/calc/
H A DCTable.hxx86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx87 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Boo…
/trunk/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx155 … setCurrentColumns( EColumnType _eType, const ::vos::ORef< ::connectivity::OSQLColumns >& _rCols );

Completed in 51 milliseconds