Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx68 ,m_eCursorType(adOpenForwardOnly) in OStatement_Base()
308 CHECK_RETURN(aSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
313 CHECK_RETURN(aSet.get_CursorType(m_eCursorType)) in executeQuery()
536 switch(m_eCursorType) in getResultSetType()
615 m_eCursorType = adOpenForwardOnly; in setResultSetType()
618 m_eCursorType = adOpenKeyset; in setResultSetType()
621 m_eCursorType = adOpenDynamic; in setResultSetType()
H A DAPreparedStatement.cxx310 CHECK_RETURN(m_RecordSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
313 CHECK_RETURN(m_RecordSet.get_CursorType(m_eCursorType)) in executeQuery()
/aoo42x/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()
631 ((CURSOR_SELECTION == m_eCursorType) || in NextElement_Impl()
632 (CURSOR_SELECTION_IN_TABLE == m_eCursorType))) in NextElement_Impl()
638 if ((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl()
639 (CURSOR_SELECTION_IN_TABLE != m_eCursorType)) in NextElement_Impl()
647 if (((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl()
648 (CURSOR_SELECTION_IN_TABLE != m_eCursorType)) && pTblNode) in NextElement_Impl()
/aoo42x/main/connectivity/source/inc/ado/
H A DAStatement.hxx87 CursorTypeEnum m_eCursorType; member in connectivity::ado::OStatement_Base

Completed in 47 milliseconds