Lines Matching refs:xRowSetProps
385 Reference< XPropertySet> xRowSetProps(_rxRowSet, UNO_QUERY); in getConnection() local
386 if (xRowSetProps.is()) in getConnection()
387 xRowSetProps->getPropertyValue(::rtl::OUString::createFromAscii("ActiveConnection")) >>= xReturn; in getConnection()
403 Reference< XPropertySet> xRowSetProps(_rxRowSet, UNO_QUERY); in lcl_connectRowSet() local
404 if ( !xRowSetProps.is() ) in lcl_connectRowSet()
409 …xRowSetProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ActiveConnection" )… in lcl_connectRowSet()
421 …xRowSetProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ActiveConnection" )… in lcl_connectRowSet()
433 …xRowSetProps->getPropertyValue(::rtl::OUString::createFromAscii("DataSourceName")) >>= sDataSource… in lcl_connectRowSet()
435 xRowSetProps->getPropertyValue(::rtl::OUString::createFromAscii("URL")) >>= sURL; in lcl_connectRowSet()
443 if (hasProperty(sUserProp, xRowSetProps)) in lcl_connectRowSet()
444 xRowSetProps->getPropertyValue(sUserProp) >>= sUser; in lcl_connectRowSet()
445 … if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), xRowSetProps)) in lcl_connectRowSet()
446 …xRowSetProps->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD))… in lcl_connectRowSet()
458 if (hasProperty(sUserProp, xRowSetProps)) in lcl_connectRowSet()
459 xRowSetProps->getPropertyValue(sUserProp) >>= sUser; in lcl_connectRowSet()
460 … if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), xRowSetProps)) in lcl_connectRowSet()
461 …xRowSetProps->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD))… in lcl_connectRowSet()
493 xRowSetProps->setPropertyValue( in lcl_connectRowSet()