Lines Matching refs:eNum
180 IsolationLevelEnum eNum=adXactUnspecified; in get_IsolationLevel() local
181 pInterface->get_IsolationLevel(&eNum); in get_IsolationLevel()
182 return eNum; in get_IsolationLevel()
185 sal_Bool WpADOConnection::put_IsolationLevel(const IsolationLevelEnum& eNum) in put_IsolationLevel() argument
188 return SUCCEEDED(pInterface->put_IsolationLevel(eNum)); in put_IsolationLevel()
208 CursorLocationEnum eNum=adUseNone; in get_CursorLocation() local
209 pInterface->get_CursorLocation(&eNum); in get_CursorLocation()
210 return eNum; in get_CursorLocation()
213 sal_Bool WpADOConnection::put_CursorLocation(const CursorLocationEnum &eNum) in put_CursorLocation() argument
216 return SUCCEEDED(pInterface->put_CursorLocation(eNum)); in put_CursorLocation()
222 ConnectModeEnum eNum=adModeUnknown; in get_Mode() local
223 pInterface->get_Mode(&eNum); in get_Mode()
224 return eNum; in get_Mode()
227 sal_Bool WpADOConnection::put_Mode(const ConnectModeEnum &eNum) in put_Mode() argument
230 return SUCCEEDED(pInterface->put_Mode(eNum)); in put_Mode()
255 sal_Bool WpADOConnection::OpenSchema(SchemaEnum eNum,OLEVariant& Restrictions,OLEVariant& SchemaID,… in OpenSchema() argument
258 return SUCCEEDED(pInterface->OpenSchema(eNum,Restrictions,SchemaID,pprset)); in OpenSchema()
401 CommandTypeEnum eNum=adCmdUnspecified; in get_CommandType() local
402 pInterface->get_CommandType(&eNum); in get_CommandType()
403 return eNum; in get_CommandType()
810 CompareEnum eNum=adCompareNotComparable; in CompareBookmarks() local
811 pInterface->CompareBookmarks(left,right,&eNum); in CompareBookmarks()
812 return eNum; in CompareBookmarks()
855 sal_Bool WpADORecordset::Delete(AffectEnum eNum) in Delete() argument
858 return SUCCEEDED(pInterface->Delete(eNum)); in Delete()
1073 DataTypeEnum eNum = adVarChar; in get_Type() local
1074 pInterface->get_Type(&eNum); in get_Type()
1075 return eNum; in get_Type()
1136 ColumnAttributesEnum eNum=adColNullable; in get_Attributes() local
1137 pInterface->get_Attributes(&eNum); in get_Attributes()
1138 return eNum; in get_Attributes()
1177 KeyTypeEnum eNum=adKeyPrimary; in get_Type() local
1178 pInterface->get_Type(&eNum); in get_Type()
1179 return eNum; in get_Type()
1207 RuleEnum eNum = adRINone; in get_DeleteRule() local
1208 pInterface->get_DeleteRule(&eNum); in get_DeleteRule()
1209 return eNum; in get_DeleteRule()
1221 RuleEnum eNum = adRINone; in get_UpdateRule() local
1222 pInterface->get_UpdateRule(&eNum); in get_UpdateRule()
1223 return eNum; in get_UpdateRule()
1261 VARIANT_BOOL eNum = VARIANT_FALSE; in get_Clustered() local
1262 pInterface->get_Clustered(&eNum); in get_Clustered()
1263 return eNum == VARIANT_TRUE; in get_Clustered()
1275 VARIANT_BOOL eNum = VARIANT_FALSE; in get_Unique() local
1276 pInterface->get_Unique(&eNum); in get_Unique()
1277 return eNum == VARIANT_TRUE; in get_Unique()
1289 VARIANT_BOOL eNum = VARIANT_FALSE; in get_PrimaryKey() local
1290 pInterface->get_PrimaryKey(&eNum); in get_PrimaryKey()
1291 return eNum == VARIANT_TRUE; in get_PrimaryKey()