Home
last modified time | relevance | path

Searched refs:ExecuteRow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx900 sal_Bool OResultSet::ExecuteRow(IResultSetHelper::Movement eFirstCursorPosition, in ExecuteRow() function in OResultSet
1057 ExecuteRow(eCursorPosition,nOffset,sal_False,bRetrieveData); in Move()
1105ExecuteRow(IResultSetHelper::BOOKMARK,(m_pFileSet->get())[m_nRowPos],sal_False,bRetrieveData); 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()
1144 … bOK = ExecuteRow(IResultSetHelper::NEXT,1,sal_True, sal_False);//bRetrieveData); in Move()
1340 ExecuteRow(IResultSetHelper::BOOKMARK,(*m_aEvaluateIter),sal_True); in sortRows()
1346 while ( ExecuteRow( IResultSetHelper::NEXT, 1, sal_False, sal_True ) ) in sortRows()
1352 ExecuteRow( IResultSetHelper::BOOKMARK, nBookmark, sal_True, sal_False ); in sortRows()
1440 ExecuteRow(IResultSetHelper::BOOKMARK,(*m_aEvaluateIter),sal_True); in OpenImpl()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx178 void ExecuteRow();
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx334 ExecuteRow(); in Notify()
350 void RowEdit::ExecuteRow() in ExecuteRow() function in RowEdit
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx165 sal_Bool ExecuteRow(IResultSetHelper::Movement eFirstCursorPosition,