Lines Matching refs:pInterface

61 	pInterface->get_Properties(&pProps);  in get_Properties()
69 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionString()
71 pInterface->get_ConnectionString(&aBSTR); in GetConnectionString()
77 OSL_ENSURE(pInterface,"Interface is null!"); in PutConnectionString()
79 sal_Bool bErg = SUCCEEDED(pInterface->put_ConnectionString(bstr)); in PutConnectionString()
86 OSL_ENSURE(pInterface,"Interface is null!"); in GetCommandTimeout()
88 pInterface->get_CommandTimeout(&nRet); in GetCommandTimeout()
94 OSL_ENSURE(pInterface,"Interface is null!"); in PutCommandTimeout()
95 pInterface->put_CommandTimeout(nRet); in PutCommandTimeout()
100 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionTimeout()
102 pInterface->get_ConnectionTimeout(&nRet); in GetConnectionTimeout()
108 OSL_ENSURE(pInterface,"Interface is null!"); in PutConnectionTimeout()
109 pInterface->put_ConnectionTimeout(nRet); in PutConnectionTimeout()
114 OSL_ENSURE(pInterface,"Interface is null!"); in Close()
115 return (SUCCEEDED(pInterface->Close())); in Close()
120 OSL_ENSURE(pInterface,"Interface is null!"); in Execute()
122 …sal_Bool bErg = SUCCEEDED(pInterface->Execute(sStr1,&RecordsAffected,Options,(_ADORecordset**)ppiR… in Execute()
128 OSL_ENSURE(pInterface,"Interface is null!"); in BeginTrans()
130 return SUCCEEDED(pInterface->BeginTrans(&nIso)); in BeginTrans()
135 OSL_ENSURE(pInterface,"Interface is null!"); in CommitTrans()
136 return SUCCEEDED(pInterface->CommitTrans()); in CommitTrans()
141 OSL_ENSURE(pInterface,"Interface is null!"); in RollbackTrans()
142 return SUCCEEDED(pInterface->RollbackTrans()); in RollbackTrans()
147 OSL_ENSURE(pInterface,"Interface is null!"); in Open()
151 sal_Bool bErg = SUCCEEDED(pInterface->Open(sStr1,sStr2,sStr3,Options)); in Open()
157 OSL_ENSURE(pInterface,"Interface is null!"); in GetErrors()
158 return SUCCEEDED(pInterface->get_Errors(pErrors)); in GetErrors()
163 OSL_ENSURE(pInterface,"Interface is null!"); in GetDefaultDatabase()
164 OLEString aBSTR; pInterface->get_DefaultDatabase(&aBSTR); in GetDefaultDatabase()
170 OSL_ENSURE(pInterface,"Interface is null!"); in PutDefaultDatabase()
172 sal_Bool bErg = SUCCEEDED(pInterface->put_DefaultDatabase(bstr)); in PutDefaultDatabase()
179 OSL_ENSURE(pInterface,"Interface is null!"); in get_IsolationLevel()
181 pInterface->get_IsolationLevel(&eNum); in get_IsolationLevel()
187 OSL_ENSURE(pInterface,"Interface is null!"); in put_IsolationLevel()
188 return SUCCEEDED(pInterface->put_IsolationLevel(eNum)); in put_IsolationLevel()
193 OSL_ENSURE(pInterface,"Interface is null!"); in get_Attributes()
195 pInterface->get_Attributes(&nRet); in get_Attributes()
201 OSL_ENSURE(pInterface,"Interface is null!"); in put_Attributes()
202 return SUCCEEDED(pInterface->put_Attributes(nRet)); in put_Attributes()
207 OSL_ENSURE(pInterface,"Interface is null!"); in get_CursorLocation()
209 pInterface->get_CursorLocation(&eNum); in get_CursorLocation()
215 OSL_ENSURE(pInterface,"Interface is null!"); in put_CursorLocation()
216 return SUCCEEDED(pInterface->put_CursorLocation(eNum)); in put_CursorLocation()
221 OSL_ENSURE(pInterface,"Interface is null!"); in get_Mode()
223 pInterface->get_Mode(&eNum); in get_Mode()
229 OSL_ENSURE(pInterface,"Interface is null!"); in put_Mode()
230 return SUCCEEDED(pInterface->put_Mode(eNum)); in put_Mode()
235 OSL_ENSURE(pInterface,"Interface is null!"); in get_Provider()
236 OLEString aBSTR; pInterface->get_Provider(&aBSTR); in get_Provider()
242 OSL_ENSURE(pInterface,"Interface is null!"); in put_Provider()
244 return SUCCEEDED(pInterface->put_Provider(bstr)); in put_Provider()
249 OSL_ENSURE(pInterface,"Interface is null!"); in get_State()
251 pInterface->get_State(&nRet); in get_State()
257 OSL_ENSURE(pInterface,"Interface is null!"); in OpenSchema()
258 return SUCCEEDED(pInterface->OpenSchema(eNum,Restrictions,SchemaID,pprset)); in OpenSchema()
263 OSL_ENSURE(pInterface,"Interface is null!"); in get_Version()
265 pInterface->get_Version(&aBSTR); in get_Version()
271 OSL_ENSURE(pInterface,"Interface is null!"); in putref_ActiveConnection()
273 return SUCCEEDED(pInterface->putref_ActiveConnection(pCon->pInterface)); in putref_ActiveConnection()
275 return SUCCEEDED(pInterface->putref_ActiveConnection(NULL)); in putref_ActiveConnection()
280 OSL_ENSURE(pInterface,"Interface is null!"); in put_ActiveConnection()
281 pInterface->put_ActiveConnection(vConn); in put_ActiveConnection()
317 OSL_ENSURE(pInterface,"Interface is null!"); in get_State()
319 pInterface->get_State(&nRet); in get_State()
325 OSL_ENSURE(pInterface,"Interface is null!"); in get_CommandText()
327 pInterface->get_CommandText(&aBSTR); in get_CommandText()
333 OSL_ENSURE(pInterface,"Interface is null!"); in put_CommandText()
335 sal_Bool bErg = SUCCEEDED(pInterface->put_CommandText(bstr)); in put_CommandText()
342 OSL_ENSURE(pInterface,"Interface is null!"); in get_CommandTimeout()
344 pInterface->get_CommandTimeout(&nRet); in get_CommandTimeout()
350 OSL_ENSURE(pInterface,"Interface is null!"); in put_CommandTimeout()
351 pInterface->put_CommandTimeout(nRet); in put_CommandTimeout()
356 OSL_ENSURE(pInterface,"Interface is null!"); in get_Prepared()
358 pInterface->get_Prepared(&bPrepared); in get_Prepared()
364 OSL_ENSURE(pInterface,"Interface is null!"); in put_Prepared()
365 return SUCCEEDED(pInterface->put_Prepared(bPrepared)); in put_Prepared()
370 OSL_ENSURE(pInterface,"Interface is null!"); in Execute()
371 return SUCCEEDED(pInterface->Execute(&RecordsAffected,&Parameters,Options,ppiRset)); in Execute()
376 OSL_ENSURE(pInterface,"Interface is null!"); in CreateParameter()
379 sal_Bool bErg = SUCCEEDED(pInterface->CreateParameter(bstr,Type,Direction,nSize,Value,&pPara)); in CreateParameter()
386 OSL_ENSURE(pInterface,"Interface is null!"); in get_Parameters()
388 pInterface->get_Parameters(&pPara); in get_Parameters()
394 OSL_ENSURE(pInterface,"Interface is null!"); in put_CommandType()
395 return SUCCEEDED(pInterface->put_CommandType(lCmdType)); in put_CommandType()
400 OSL_ENSURE(pInterface,"Interface is null!"); in get_CommandType()
402 pInterface->get_CommandType(&eNum); in get_CommandType()
409 OSL_ENSURE(pInterface,"Interface is null!"); in GetName()
411 pInterface->get_Name(&aBSTR); in GetName()
417 OSL_ENSURE(pInterface,"Interface is null!"); in put_Name()
419 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
425 OSL_ENSURE(pInterface,"Interface is null!"); in Cancel()
426 return SUCCEEDED(pInterface->Cancel()); in Cancel()
431 OSL_ENSURE(pInterface,"Interface is null!"); in GetDescription()
433 pInterface->get_Description(&aBSTR); in GetDescription()
439 OSL_ENSURE(pInterface,"Interface is null!"); in GetSource()
441 pInterface->get_Source(&aBSTR); in GetSource()
447 OSL_ENSURE(pInterface,"Interface is null!"); in GetNumber()
449 pInterface->get_Number(&nErrNr); in GetNumber()
455 OSL_ENSURE(pInterface,"Interface is null!"); in GetSQLState()
457 pInterface->get_SQLState(&aBSTR); in GetSQLState()
463 OSL_ENSURE(pInterface,"Interface is null!"); in GetNativeError()
465 pInterface->get_NativeError(&nErrNr); in GetNativeError()
470 OSL_ENSURE(pInterface,"Interface is null!"); in get_Properties()
472 pInterface->get_Properties(&pProps); in get_Properties()
481 OSL_ENSURE(pInterface,"Interface is null!"); in GetActualSize()
483 pInterface->get_ActualSize(&nActualSize); in GetActualSize()
489 OSL_ENSURE(pInterface,"Interface is null!"); in GetAttributes()
491 pInterface->get_Attributes(&eADOSFieldAttributes); in GetAttributes()
497 OSL_ENSURE(pInterface,"Interface is null!"); in GetStatus()
505 OSL_ENSURE(pInterface,"Interface is null!"); in GetDefinedSize()
507 pInterface->get_DefinedSize(&nDefinedSize); in GetDefinedSize()
514 OSL_ENSURE(pInterface,"Interface is null!"); in GetName()
516 pInterface->get_Name(&aBSTR); in GetName()
522 OSL_ENSURE(pInterface,"Interface is null!"); in GetADOType()
524 pInterface->get_Type(&eType); in GetADOType()
530 OSL_ENSURE(pInterface,"Interface is null!"); in get_Value()
532 sal_Bool bOk = SUCCEEDED(pInterface->get_Value(&aValVar)); in get_Value()
538 OSL_ENSURE(pInterface,"Interface is null!"); in get_Value()
540 pInterface->get_Value(&aValVar); in get_Value()
546 OSL_ENSURE(pInterface,"Interface is null!"); in PutValue()
547 return (SUCCEEDED(pInterface->put_Value(aVariant))); in PutValue()
552 OSL_ENSURE(pInterface,"Interface is null!"); in GetPrecision()
554 pInterface->get_Precision(&eType); in GetPrecision()
560 OSL_ENSURE(pInterface,"Interface is null!"); in GetNumericScale()
562 pInterface->get_NumericScale(&eType); in GetNumericScale()
568 OSL_ENSURE(pInterface,"Interface is null!"); in AppendChunk()
569 return (SUCCEEDED(pInterface->AppendChunk(_Variant))); in AppendChunk()
574 OSL_ENSURE(pInterface,"Interface is null!"); in GetChunk()
576 pInterface->GetChunk(Length,&aValVar); in GetChunk()
582 OSL_ENSURE(pInterface,"Interface is null!"); in GetChunk()
583 pInterface->GetChunk(Length,&aValVar); in GetChunk()
588 OSL_ENSURE(pInterface,"Interface is null!"); in GetOriginalValue()
590 pInterface->get_OriginalValue(&aValVar); in GetOriginalValue()
596 OSL_ENSURE(pInterface,"Interface is null!"); in GetOriginalValue()
597 pInterface->get_OriginalValue(&aValVar); in GetOriginalValue()
602 OSL_ENSURE(pInterface,"Interface is null!"); in GetUnderlyingValue()
604 pInterface->get_UnderlyingValue(&aValVar); in GetUnderlyingValue()
610 OSL_ENSURE(pInterface,"Interface is null!"); in GetUnderlyingValue()
611 pInterface->get_UnderlyingValue(&aValVar); in GetUnderlyingValue()
616 OSL_ENSURE(pInterface,"Interface is null!"); in PutPrecision()
617 return (SUCCEEDED(pInterface->put_Precision(_prec))); in PutPrecision()
622 OSL_ENSURE(pInterface,"Interface is null!"); in PutNumericScale()
623 return (SUCCEEDED(pInterface->put_NumericScale(_prec))); in PutNumericScale()
628 OSL_ENSURE(pInterface,"Interface is null!"); in PutADOType()
629 pInterface->put_Type(eType); in PutADOType()
634 OSL_ENSURE(pInterface,"Interface is null!"); in PutDefinedSize()
635 return (SUCCEEDED(pInterface->put_DefinedSize(_nDefSize))); in PutDefinedSize()
640 OSL_ENSURE(pInterface,"Interface is null!"); in PutAttributes()
641 return (SUCCEEDED(pInterface->put_Attributes(_nDefSize))); in PutAttributes()
647 if(pInterface) in GetValue()
648 pInterface->get_Value(&aValVar); in GetValue()
654 OSL_ENSURE(pInterface,"Interface is null!"); in GetValue()
655 if(pInterface) in GetValue()
656 pInterface->get_Value(&aValVar); in GetValue()
661 OSL_ENSURE(pInterface,"Interface is null!"); in PutValue()
662 return (SUCCEEDED(pInterface->put_Value(aValVar))); in PutValue()
667 OSL_ENSURE(pInterface,"Interface is null!"); in GetName()
669 pInterface->get_Name(&aBSTR); in GetName()
675 OSL_ENSURE(pInterface,"Interface is null!"); in GetADOType()
677 pInterface->get_Type(&eType); in GetADOType()
683 OSL_ENSURE(pInterface,"Interface is null!"); in GetAttributes()
685 pInterface->get_Attributes(&eADOSFieldAttributes); in GetAttributes()
691 OSL_ENSURE(pInterface,"Interface is null!"); in PutAttributes()
692 return (SUCCEEDED(pInterface->put_Attributes(_nDefSize))); in PutAttributes()
731 OSL_ENSURE(pInterface,"Interface is null!"); in Open()
732 return (SUCCEEDED(pInterface->Open(Source,ActiveConnection,CursorType,LockType,Options))); in Open()
738 OSL_ENSURE(pInterface,"Interface is null!"); in GetLockType()
740 pInterface->get_LockType(&eType); in GetLockType()
746 OSL_ENSURE(pInterface,"Interface is null!"); in Close()
747 OSL_ENSURE(pInterface,"Interface is null!"); in Close()
748 pInterface->Close(); in Close()
753 OSL_ENSURE(pInterface,"Interface is null!"); in Cancel()
754 return (SUCCEEDED(pInterface->Cancel())); in Cancel()
759 OSL_ENSURE(pInterface,"Interface is null!"); in get_State()
761 pInterface->get_State(&nState); in get_State()
767 OSL_ENSURE(pInterface,"Interface is null!"); in Supports()
769 pInterface->Supports(CursorOptions,&bSupports); in Supports()
775 OSL_ENSURE(pInterface,"Interface is null!"); in get_AbsolutePosition()
777 pInterface->get_AbsolutePosition(&aTemp); in get_AbsolutePosition()
783 OSL_ENSURE(pInterface,"Interface is null!"); in GetDataSource()
784 pInterface->get_DataSource(_pInterface); in GetDataSource()
789 OSL_ENSURE(pInterface,"Interface is null!"); in PutRefDataSource()
790 pInterface->putref_DataSource(_pInterface); in PutRefDataSource()
795 OSL_ENSURE(pInterface,"Interface is null!"); in GetBookmark()
796 pInterface->get_Bookmark(&var); in GetBookmark()
801 OSL_ENSURE(pInterface,"Interface is null!"); in GetBookmark()
803 pInterface->get_Bookmark(&var); in GetBookmark()
809 OSL_ENSURE(pInterface,"Interface is null!"); in CompareBookmarks()
811 pInterface->CompareBookmarks(left,right,&eNum); in CompareBookmarks()
817 OSL_ENSURE(pInterface,"Interface is null!"); in SetBookmark()
818 return SUCCEEDED(pInterface->put_Bookmark(pSafeAr)); in SetBookmark()
824 OSL_ENSURE(pInterface,"Interface is null!"); in GetFields()
826 pInterface->get_Fields(&pFields); in GetFields()
833 …pADORecordset::Move(sal_Int32 nRows, VARIANT aBmk) {return pInterface && SUCCEEDED(pInterface->Mov… in Move()
834 sal_Bool WpADORecordset::MoveNext() {return pInterface && SUCCEEDED(pInterface->MoveNext());} in MoveNext()
835 …sal_Bool WpADORecordset::MovePrevious() {return pInterface && SUCCEEDED(pInterface->MovePrevious()… in MovePrevious()
836 sal_Bool WpADORecordset::MoveFirst() {return pInterface && SUCCEEDED(pInterface->MoveFirst());} in MoveFirst()
837 sal_Bool WpADORecordset::MoveLast() {return pInterface && SUCCEEDED(pInterface->MoveLast());} in MoveLast()
841 OSL_ENSURE(pInterface,"Interface is null!"); in IsAtBOF()
843 pInterface->get_BOF(&bIsAtBOF); in IsAtBOF()
849 OSL_ENSURE(pInterface,"Interface is null!"); in IsAtEOF()
851 pInterface->get_EOF(&bIsAtEOF); in IsAtEOF()
857 OSL_ENSURE(pInterface,"Interface is null!"); in Delete()
858 return SUCCEEDED(pInterface->Delete(eNum)); in Delete()
863 OSL_ENSURE(pInterface,"Interface is null!"); in AddNew()
864 return SUCCEEDED(pInterface->AddNew(FieldList,Values)); in AddNew()
869 OSL_ENSURE(pInterface,"Interface is null!"); in Update()
870 return SUCCEEDED(pInterface->Update(FieldList,Values)); in Update()
875 OSL_ENSURE(pInterface,"Interface is null!"); in CancelUpdate()
876 return SUCCEEDED(pInterface->CancelUpdate()); in CancelUpdate()
881 OSL_ENSURE(pInterface,"Interface is null!"); in get_Properties()
883 pInterface->get_Properties(&pProps); in get_Properties()
891 OSL_ENSURE(pInterface,"Interface is null!"); in NextRecordset()
892 return SUCCEEDED(pInterface->NextRecordset(&RecordsAffected,ppiRset)); in NextRecordset()
897 OSL_ENSURE(pInterface,"Interface is null!"); in get_RecordCount()
898 return SUCCEEDED(pInterface->get_RecordCount(&_nRet)); in get_RecordCount()
903 OSL_ENSURE(pInterface,"Interface is null!"); in get_MaxRecords()
904 return SUCCEEDED(pInterface->get_MaxRecords(&_nRet)); in get_MaxRecords()
909 OSL_ENSURE(pInterface,"Interface is null!"); in put_MaxRecords()
910 return SUCCEEDED(pInterface->put_MaxRecords(_nRet)); in put_MaxRecords()
915 OSL_ENSURE(pInterface,"Interface is null!"); in get_CursorType()
916 return SUCCEEDED(pInterface->get_CursorType(&_nRet)); in get_CursorType()
921 OSL_ENSURE(pInterface,"Interface is null!"); in put_CursorType()
922 return SUCCEEDED(pInterface->put_CursorType(_nRet)); in put_CursorType()
927 OSL_ENSURE(pInterface,"Interface is null!"); in get_LockType()
928 return SUCCEEDED(pInterface->get_LockType(&_nRet)); in get_LockType()
933 OSL_ENSURE(pInterface,"Interface is null!"); in put_LockType()
934 return SUCCEEDED(pInterface->put_LockType(_nRet)); in put_LockType()
939 OSL_ENSURE(pInterface,"Interface is null!"); in get_CacheSize()
940 return SUCCEEDED(pInterface->get_CacheSize(&_nRet)); in get_CacheSize()
945 OSL_ENSURE(pInterface,"Interface is null!"); in put_CacheSize()
946 return SUCCEEDED(pInterface->put_CacheSize(_nRet)); in put_CacheSize()
951 OSL_ENSURE(pInterface,"Interface is null!"); in UpdateBatch()
952 return SUCCEEDED(pInterface->UpdateBatch(AffectRecords)); in UpdateBatch()
957 OSL_ENSURE(pInterface,"Interface is null!"); in GetName()
959 pInterface->get_Name(&aBSTR); in GetName()
965 OSL_ENSURE(pInterface,"Interface is null!"); in GetADOType()
967 pInterface->get_Type(&eType); in GetADOType()
973 OSL_ENSURE(pInterface,"Interface is null!"); in put_Type()
974 pInterface->put_Type(_eType); in put_Type()
979 OSL_ENSURE(pInterface,"Interface is null!"); in GetAttributes()
981 pInterface->get_Attributes(&eADOSFieldAttributes); in GetAttributes()
987 OSL_ENSURE(pInterface,"Interface is null!"); in GetPrecision()
989 pInterface->get_Precision(&eType); in GetPrecision()
995 OSL_ENSURE(pInterface,"Interface is null!"); in GetNumericScale()
997 pInterface->get_NumericScale(&eType); in GetNumericScale()
1003 OSL_ENSURE(pInterface,"Interface is null!"); in get_Direction()
1005 pInterface->get_Direction(&alParmDirection); in get_Direction()
1011 OSL_ENSURE(pInterface,"Interface is null!"); in GetValue()
1012 pInterface->get_Value(&aValVar); in GetValue()
1017 OSL_ENSURE(pInterface,"Interface is null!"); in GetValue()
1019 pInterface->get_Value(&aValVar); in GetValue()
1025 OSL_ENSURE(pInterface,"Interface is null!"); in PutValue()
1026 return (SUCCEEDED(pInterface->put_Value(aVariant))); in PutValue()
1030 OSL_ENSURE(pInterface,"Interface is null!"); in AppendChunk()
1031 return (SUCCEEDED(pInterface->AppendChunk(aVariant))); in AppendChunk()
1035 OSL_ENSURE(pInterface,"Interface is null!"); in put_Size()
1036 return (SUCCEEDED(pInterface->put_Size(_nSize))); in put_Size()
1041 OSL_ENSURE(pInterface,"Interface is null!"); in get_Name()
1043 pInterface->get_Name(&aBSTR); in get_Name()
1049 OSL_ENSURE(pInterface,"Interface is null!"); in get_RelatedColumn()
1051 pInterface->get_RelatedColumn(&aBSTR); in get_RelatedColumn()
1057 OSL_ENSURE(pInterface,"Interface is null!"); in put_Name()
1059 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1064 OSL_ENSURE(pInterface,"Interface is null!"); in put_RelatedColumn()
1066 sal_Bool bErg = SUCCEEDED(pInterface->put_RelatedColumn(bstr)); in put_RelatedColumn()
1072 OSL_ENSURE(pInterface,"Interface is null!"); in get_Type()
1074 pInterface->get_Type(&eNum); in get_Type()
1080 OSL_ENSURE(pInterface,"Interface is null!"); in put_Type()
1081 pInterface->put_Type(_eNum); in put_Type()
1086 OSL_ENSURE(pInterface,"Interface is null!"); in get_Precision()
1088 pInterface->get_Precision(&nPrec); in get_Precision()
1094 OSL_ENSURE(pInterface,"Interface is null!"); in put_Precision()
1095 pInterface->put_Precision(_nPre); in put_Precision()
1100 OSL_ENSURE(pInterface,"Interface is null!"); in get_DefinedSize()
1102 pInterface->get_DefinedSize(&nPrec); in get_DefinedSize()
1107 OSL_ENSURE(pInterface,"Interface is null!"); in get_NumericScale()
1109 pInterface->get_NumericScale(&nPrec); in get_NumericScale()
1115 OSL_ENSURE(pInterface,"Interface is null!"); in put_NumericScale()
1116 pInterface->put_NumericScale(_nScale); in put_NumericScale()
1121 OSL_ENSURE(pInterface,"Interface is null!"); in get_SortOrder()
1123 pInterface->get_SortOrder(&nPrec); in get_SortOrder()
1129 OSL_ENSURE(pInterface,"Interface is null!"); in put_SortOrder()
1130 pInterface->put_SortOrder(_nScale); in put_SortOrder()
1135 OSL_ENSURE(pInterface,"Interface is null!"); in get_Attributes()
1137 pInterface->get_Attributes(&eNum); in get_Attributes()
1143 OSL_ENSURE(pInterface,"Interface is null!"); in put_Attributes()
1144 return SUCCEEDED(pInterface->put_Attributes(_eNum)); in put_Attributes()
1149 OSL_ENSURE(pInterface,"Interface is null!"); in get_Properties()
1151 pInterface->get_Properties(&pProps); in get_Properties()
1160 OSL_ENSURE(pInterface,"Interface is null!"); in get_Name()
1162 pInterface->get_Name(&aBSTR); in get_Name()
1168 OSL_ENSURE(pInterface,"Interface is null!"); in put_Name()
1170 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1176 OSL_ENSURE(pInterface,"Interface is null!"); in get_Type()
1178 pInterface->get_Type(&eNum); in get_Type()
1184 OSL_ENSURE(pInterface,"Interface is null!"); in put_Type()
1185 pInterface->put_Type(_eNum); in put_Type()
1190 OSL_ENSURE(pInterface,"Interface is null!"); in get_RelatedTable()
1192 pInterface->get_RelatedTable(&aBSTR); in get_RelatedTable()
1198 OSL_ENSURE(pInterface,"Interface is null!"); in put_RelatedTable()
1200 sal_Bool bErg = SUCCEEDED(pInterface->put_RelatedTable(bstr)); in put_RelatedTable()
1206 OSL_ENSURE(pInterface,"Interface is null!"); in get_DeleteRule()
1208 pInterface->get_DeleteRule(&eNum); in get_DeleteRule()
1214 OSL_ENSURE(pInterface,"Interface is null!"); in put_DeleteRule()
1215 pInterface->put_DeleteRule(_eNum); in put_DeleteRule()
1220 OSL_ENSURE(pInterface,"Interface is null!"); in get_UpdateRule()
1222 pInterface->get_UpdateRule(&eNum); in get_UpdateRule()
1228 OSL_ENSURE(pInterface,"Interface is null!"); in put_UpdateRule()
1229 pInterface->put_UpdateRule(_eNum); in put_UpdateRule()
1234 OSL_ENSURE(pInterface,"Interface is null!"); in get_Columns()
1236 pInterface->get_Columns(&pCols); in get_Columns()
1244 OSL_ENSURE(pInterface,"Interface is null!"); in get_Name()
1246 pInterface->get_Name(&aBSTR); in get_Name()
1252 OSL_ENSURE(pInterface,"Interface is null!"); in put_Name()
1254 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1260 OSL_ENSURE(pInterface,"Interface is null!"); in get_Clustered()
1262 pInterface->get_Clustered(&eNum); in get_Clustered()
1268 OSL_ENSURE(pInterface,"Interface is null!"); in put_Clustered()
1269 pInterface->put_Clustered(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Clustered()
1274 OSL_ENSURE(pInterface,"Interface is null!"); in get_Unique()
1276 pInterface->get_Unique(&eNum); in get_Unique()
1282 OSL_ENSURE(pInterface,"Interface is null!"); in put_Unique()
1283 pInterface->put_Unique(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Unique()
1288 OSL_ENSURE(pInterface,"Interface is null!"); in get_PrimaryKey()
1290 pInterface->get_PrimaryKey(&eNum); in get_PrimaryKey()
1296 OSL_ENSURE(pInterface,"Interface is null!"); in put_PrimaryKey()
1297 pInterface->put_PrimaryKey(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_PrimaryKey()
1302 OSL_ENSURE(pInterface,"Interface is null!"); in get_Columns()
1304 pInterface->get_Columns(&pCols); in get_Columns()
1312 OSL_ENSURE(pInterface,"Interface is null!"); in putref_ActiveConnection()
1313 pInterface->putref_ActiveConnection(pCon); in putref_ActiveConnection()
1318 OSL_ENSURE(pInterface,"Interface is null!"); in get_Tables()
1320 pInterface->get_Tables(&pRet); in get_Tables()
1328 OSL_ENSURE(pInterface,"Interface is null!"); in get_Views()
1330 pInterface->get_Views(&pRet); in get_Views()
1338 OSL_ENSURE(pInterface,"Interface is null!"); in get_Groups()
1340 pInterface->get_Groups(&pRet); in get_Groups()
1348 OSL_ENSURE(pInterface,"Interface is null!"); in get_Users()
1350 pInterface->get_Users(&pRet); in get_Users()
1358 OSL_ENSURE(pInterface,"Interface is null!"); in get_Procedures()
1360 pInterface->get_Procedures(&pRet); in get_Procedures()
1366 OSL_ENSURE(pInterface,"Interface is null!"); in get_Name()
1368 pInterface->get_Name(&aBSTR); in get_Name()
1374 OSL_ENSURE(pInterface,"Interface is null!"); in put_Name()
1376 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1382 OSL_ENSURE(pInterface,"Interface is null!"); in get_Type()
1384 pInterface->get_Type(&aBSTR); in get_Type()
1390 OSL_ENSURE(pInterface,"Interface is null!"); in get_Columns()
1392 pInterface->get_Columns(&pCols); in get_Columns()
1400 OSL_ENSURE(pInterface,"Interface is null!"); in get_Indexes()
1402 pInterface->get_Indexes(&pCols); in get_Indexes()
1410 OSL_ENSURE(pInterface,"Interface is null!"); in get_Keys()
1412 pInterface->get_Keys(&pCols); in get_Keys()
1420 OSL_ENSURE(pInterface,"Interface is null!"); in get_ParentCatalog()
1422 pInterface->get_ParentCatalog(&pCat); in get_ParentCatalog()
1430 OSL_ENSURE(pInterface,"Interface is null!"); in get_Properties()
1432 pInterface->get_Properties(&pProps); in get_Properties()
1440 OSL_ENSURE(pInterface,"Interface is null!"); in get_Name()
1442 pInterface->get_Name(&aBSTR); in get_Name()
1448 OSL_ENSURE(pInterface,"Interface is null!"); in get_Command()
1449 pInterface->get_Command(&_rVar); in get_Command()
1454 pInterface->put_Command(_rVar); in put_Command()
1460 pInterface->get_Name(&aBSTR); in get_Name()
1467 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1478 pInterface->GetPermissions(Name,ObjectType,ObjectTypeId,&Rights); in GetPermissions()
1490 …return SUCCEEDED(pInterface->SetPermissions(Name,ObjectType,Action,Rights,adInheritNone,ObjectType… in SetPermissions()
1496 pInterface->get_Users( &pRet); in get_Users()
1505 pInterface->get_Name(&aBSTR); in get_Name()
1512 sal_Bool bErg = SUCCEEDED(pInterface->put_Name(bstr)); in put_Name()
1520 sal_Bool bErg = SUCCEEDED(pInterface->ChangePassword(sStr1,sStr2)); in ChangePassword()
1527 pInterface->get_Groups(&pRet); in get_Groups()
1540 pInterface->GetPermissions(Name,ObjectType,ObjectTypeId,&Rights); in GetPermissions()
1552 …return SUCCEEDED(pInterface->SetPermissions(Name,ObjectType,Action,Rights,adInheritNone,ObjectType… in SetPermissions()
2162 OSL_ENSURE(pInterface,"Interface is null!"); in put_ParentCatalog()
2163 sal_Bool bRet = SUCCEEDED(pInterface->put_ParentCatalog(ppvObject)); in put_ParentCatalog()
2170 OSL_ENSURE(pInterface,"Interface is null!"); in putref_ParentCatalog()
2171 sal_Bool bRet = SUCCEEDED(pInterface->putref_ParentCatalog(ppvObject)); in putref_ParentCatalog()