Searched refs:OLEString (Results 1 – 9 of 9) sorted by relevance
56 class OLEString class60 OLEString();61 OLEString(const BSTR& _sBStr);62 OLEString(const ::rtl::OUString& _sBStr);63 OLEString(const OLEString& _rRh) in OLEString() function in connectivity::ado::OLEString65 OLEString::operator=(_rRh); in OLEString()67 ~OLEString();68 OLEString& operator=(const ::rtl::OUString& _rSrc);69 OLEString& operator=(const BSTR& _rSrc);70 OLEString& operator=(const OLEString& _rSrc);
40 class OLEString;45 static OLEString& GetKeyStr();
46 OLEString::OLEString() in OLEString() function in OLEString50 OLEString::OLEString(const BSTR& _sBStr) in OLEString() function in OLEString54 OLEString::OLEString(const ::rtl::OUString& _sBStr) in OLEString() function in OLEString58 OLEString::~OLEString() in ~OLEString()63 OLEString& OLEString::operator=(const ::rtl::OUString& _rSrc) in operator =()70 OLEString& OLEString::operator=(const OLEString& _rSrc) in operator =()80 OLEString& OLEString::operator=(const BSTR& _rSrc) in operator =()87 OLEString::operator ::rtl::OUString() const in operator ::rtl::OUString()91 OLEString::operator BSTR() const in operator BSTR()95 BSTR* OLEString::operator &() in operator &()[all …]
70 OLEString aBSTR; in GetConnectionString()78 OLEString bstr(aCon); in PutConnectionString()121 OLEString sStr1(_CommandText); in Execute()148 OLEString sStr1(ConnectionString); in Open()149 OLEString sStr2(UserID); in Open()150 OLEString sStr3(Password); in Open()164 OLEString aBSTR; pInterface->get_DefaultDatabase(&aBSTR); in GetDefaultDatabase()171 OLEString bstr(_bstr); in PutDefaultDatabase()236 OLEString aBSTR; pInterface->get_Provider(&aBSTR); in get_Provider()243 OLEString bstr(_bstr); in put_Provider()[all …]
76 OLEString& ADOS::GetKeyStr() in GetKeyStr()78 …static OLEString sKeyStr(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("gxwaezucfyqpwjgqbcmtsncuhwsn… in GetKeyStr()
560 OLEString aBSTR; in GetObjectOwner()561 OLEString sStr1(_rName); in GetObjectOwner()
71 pUsers->Append(OLEVariant(pUser->getImpl()),OLEString(pUser->getPassword())); in appendObject()
96 OLEString aBSTR; in getFastPropertyValue()
81 if(FAILED(pViews->Append(OLEString(sName),aCommand))) in appendObject()