Home
last modified time | relevance | path

Searched refs:setBound (Results 1 – 10 of 10) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx308 void setBound(sal_Bool _bBound) { m_bBound = _bBound ? true : false; } in setBound() function in connectivity::ORowSetValue
376 ORowSetValueDecorator(){m_aValue.setBound(sal_True);} in ORowSetValueDecorator()
377 …ORowSetValueDecorator(const ORowSetValue& _aValue) : m_aValue(_aValue){m_aValue.setBound(sal_True)… in ORowSetValueDecorator()
386 inline void setBound(sal_Bool _bBound ) { m_aValue.setBound(_bBound);} in setBound() function in connectivity::ORowSetValueDecorator
400 void operator()(ORowSetValue& _rValue) const { _rValue.setBound(m_bBound); } in operator ()()
410 void operator()(ORowSetValueDecoratorRef& _rValue) const { _rValue->setBound(m_bBound); } in operator ()()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx712 (*aIter)->setBound(sal_False); in cancelRowUpdates()
733 (*aIter)->setBound(sal_False); in moveToInsertRow()
753 (m_aInsertRow->get())[columnIndex]->setBound(sal_True); in updateValue()
1210 (m_aRow->get())[1]->setBound(sal_True); in Move()
1329 (m_aSelectRow->get())[*aOrderByIter]->setBound(sal_True); in sortRows()
1517 aSearchIter->setBound((*aRowIter)->isBound()); in OpenImpl()
1708 (*aRowIter)->setBound(sal_False); in setBoundedColumns()
1744 (*aRowIter)->setBound(sal_True); in setBoundedColumns()
1842 rValue->setBound(nPos == 0); in clearInsertRow()
1854 (_rRow->get())[0]->setBound(sal_True); in initializeRow()
H A Dfcode.cxx103 (m_pRow->get())[m_nRowPos]->setBound(sal_True); in bindValue()
179 m_aValue.setBound(sal_True); in OOperandConst()
186 m_aValue.setBound(sal_True); in OOperandConst()
207 m_aValue.setBound(sal_True); in OOperandConst()
H A DFStatement.cxx513 (m_aRow->get())[0]->setBound(sal_True); in construct()
519 (m_aEvaluateRow->get())[0]->setBound(sal_True); in construct()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx572 rInsert[columnIndex].setBound(sal_True); in updateNull()
592 rInsert[columnIndex].setBound(sal_True); in updateValue()
614 rInsert[columnIndex].setBound(sal_True); in updateCharacterStream()
635 rInsert[columnIndex].setBound(sal_True); in updateObject()
657 rInsert[columnIndex].setBound(sal_True); in updateNumericObject()
1414 aIter->setBound(sal_False); in moveToInsertRow()
1612 aIter->setBound(sal_False); in clearInsertRow()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx187 m_aValue.setBound(sal_True); in OOperandResultBOOL()
197 m_aValue.setBound(sal_True); in OOperandResultNUM()
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx60 xValue.setBound(sal_True); in ONDXKey()
H A DDTable.cxx2593 (aRow->get())[nPos]->setBound(sal_False); in copyData()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java130 public void setBound(boolean isBound) { in setBound() method in ORowSetValue
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1486 m_aRow[_nToColumn].setBound(sal_True); in fillRow()

Completed in 101 milliseconds