Home
last modified time | relevance | path

Searched refs:nCurType (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx121 SQLULEN nCurType = 0; in OResultSet() local
124 N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_TYPE,&nCurType,SQL_IS_UINTEGER,0); in OResultSet()
125 SQLUINTEGER nValueLen = m_pStatement->getCursorProperties(nCurType,sal_False); in OResultSet()
137 …m_bFetchData = !((SQL_GD_ANY_ORDER & nValueLen) == SQL_GD_ANY_ORDER && nCurType != SQL_CURSOR_FORW… in OResultSet()
1287 SQLULEN nCurType = 0; in getResultSetType() local
1288 N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_TYPE,&nCurType,SQL_IS_UINTEGER,0); in getResultSetType()
1289 if(SQL_CURSOR_KEYSET_DRIVEN == nCurType) in getResultSetType()
1291 else if(SQL_CURSOR_STATIC == nCurType) in getResultSetType()
1293 else if(SQL_CURSOR_FORWARD_ONLY == nCurType) in getResultSetType()
1295 else if(SQL_CURSOR_DYNAMIC == nCurType) in getResultSetType()
/aoo42x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx1253 sal_uInt16 nCurType = pTypeList->GetSelectEntryPos(); in PreExecute() local
1254 if( nCurType < aFilterList.Count() ) in PreExecute()
1256 UniString aFilterListMask = aFilterList.GetObject( nCurType )->aMask; in PreExecute()
/aoo42x/main/sw/source/core/unocore/
H A Dunoredline.cxx699 sal_Int32 nCurType = aTypes.getLength(); in getTypes() local
703 pTypes[nCurType++] = pBaseTypes[nType]; in getTypes()

Completed in 28 milliseconds