Searched refs:sStr1 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | Awrapado.cxx | 121 OLEString sStr1(_CommandText); in Execute() local 122 …sal_Bool bErg = SUCCEEDED(pInterface->Execute(sStr1,&RecordsAffected,Options,(_ADORecordset**)ppiR… in Execute() 148 OLEString sStr1(ConnectionString); in Open() local 151 sal_Bool bErg = SUCCEEDED(pInterface->Open(sStr1,sStr2,sStr3,Options)); in Open() 1518 OLEString sStr1(_rPwd); in ChangePassword() local 1520 sal_Bool bErg = SUCCEEDED(pInterface->ChangePassword(sStr1,sStr2)); in ChangePassword()
|
H A D | ADatabaseMetaDataImpl.cxx | 561 OLEString sStr1(_rName); in GetObjectOwner() local 562 pInterface->GetObjectOwner(sStr1,_eNum,_rVar,&aBSTR); in GetObjectOwner()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 1296 String sStr1, sStr2; in ScAmpersand() local 1304 sStr1 = GetString(); in ScAmpersand() 1320 sStr = sStr1; in ScAmpersand() 1377 if ( CheckStringResultLen( sStr1, sStr2 ) ) in ScAmpersand() 1378 sStr1 += sStr2; in ScAmpersand() 1379 PushString(sStr1); in ScAmpersand()
|
Completed in 50 milliseconds