Searched refs:xMy (Results 1 – 4 of 4) sorted by relevance
83 Reference< XAccessible > xMy = GetAccessible(); in implCreateActiveAccessible() local84 if ( xMy.is() && xCont.is() ) in implCreateActiveAccessible()87 xMy, // parent accessible in implCreateActiveAccessible()
1310 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xMy(*this); in getQueryDefinitions()1311 if ( dbtools::getDataSourceSetting(xMy,"CommandDefinitions",aValue) ) in getQueryDefinitions()1318 … aArgs[0] <<= NamedValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DataSource")),makeAny(xMy)); in getQueryDefinitions()
742 Reference<XConnection> xMy(this); in createInstance() local743 …s[0] <<= NamedValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ActiveConnection")),makeAny(xMy)); in createInstance()
1391 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xMy(*this); in impl_getDocumentContainer_throw()1392 if ( dbtools::getDataSourceSetting(xMy,bFormsContainer ? "Forms" : "Reports",aValue) ) in impl_getDocumentContainer_throw()1399 …s[0] <<= NamedValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DatabaseDocument")),makeAny(xMy)); in impl_getDocumentContainer_throw()
Completed in 121 milliseconds