Home
last modified time | relevance | path

Searched refs:bRetrieveData (Results 1 – 9 of 9) sorted by path

/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx823 sal_Bool _bUseTableDefs, sal_Bool bRetrieveData ) in fetchRow() argument
832 if (!bRetrieveData) in fetchRow()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx807 …Row(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData) in fetchRow() argument
820 if (!bRetrieveData) in fetchRow()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx903 sal_Bool bRetrieveData) in ExecuteRow() argument
930 m_pTable->fetchRow(m_aRow,rTableCols, sal_True,bRetrieveData); in ExecuteRow()
934 m_pTable->fetchRow(m_aEvaluateRow, rTableCols, sal_True,bRetrieveData || bHasRestriction); in ExecuteRow()
1041 …ultSet::Move(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Bool bRetrieveData) in Move() argument
1057 ExecuteRow(eCursorPosition,nOffset,sal_False,bRetrieveData); in Move()
1105 ExecuteRow(IResultSetHelper::BOOKMARK,(m_pFileSet->get())[m_nRowPos],sal_False,bRetrieveData); in Move()
1109 … if ( (bRetrieveData || m_pSQLAnalyzer->hasRestriction()) && m_pSQLAnalyzer->hasFunctions() ) in Move()
1135 bOK = ExecuteRow(IResultSetHelper::BOOKMARK,*m_aEvaluateIter,sal_True, bRetrieveData); in Move()
1140 bOK = ExecuteRow(IResultSetHelper::BOOKMARK,*m_aEvaluateIter,sal_True, bRetrieveData); in Move()
1150 m_pTable->fetchRow(m_aRow, m_pTable->getTableColumns().getBody(), sal_True,bRetrieveData); in Move()
[all …]
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx600 …::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_Bool bRetrieveData) in fetchRow() argument
605 if (!bRetrieveData) in fetchRow()
/trunk/main/connectivity/source/inc/calc/
H A DCTable.hxx86 …Row(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData);
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx144 …Row(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData);
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx168 sal_Bool bRetrieveData = sal_True);
186 …l_Bool Move(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Bool bRetrieveData);
H A DFTable.hxx83 …OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData) = 0;
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx87 … fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Bool bRetrieveData);

Completed in 47 milliseconds