Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx68 ,m_eCursorType(adOpenForwardOnly) in OStatement_Base()
309 CHECK_RETURN(aSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
315 CHECK_RETURN(aSet.get_CursorType(m_eCursorType)) in executeQuery()
538 switch(m_eCursorType) in getResultSetType()
617 m_eCursorType = adOpenForwardOnly; in setResultSetType()
620 m_eCursorType = adOpenKeyset; in setResultSetType()
623 m_eCursorType = adOpenDynamic; in setResultSetType()
H A DAPreparedStatement.cxx311 CHECK_RETURN(m_RecordSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
315 CHECK_RETURN(m_RecordSet.get_CursorType(m_eCursorType)) in executeQuery()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx459 const CursorType m_eCursorType; member in SwXParagraphEnumeration::Impl
477 , m_eCursorType( eType ) in Impl()
496 if ((CURSOR_SELECTION == m_eCursorType) || in Impl()
497 (CURSOR_SELECTION_IN_TABLE == m_eCursorType)) in Impl()
625 ((CURSOR_SELECTION == m_eCursorType) || in NextElement_Impl()
626 (CURSOR_SELECTION_IN_TABLE == m_eCursorType))) in NextElement_Impl()
632 if ((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl()
633 (CURSOR_SELECTION_IN_TABLE != m_eCursorType)) in NextElement_Impl()
641 if (((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl()
642 (CURSOR_SELECTION_IN_TABLE != m_eCursorType)) && pTblNode) in NextElement_Impl()
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx87 CursorTypeEnum m_eCursorType; member in connectivity::ado::OStatement_Base