Lines Matching refs:xSourceProperties
108 ::rtl::OUString lcl_getFlatURL( uno::Reference<beans::XPropertySet>& xSourceProperties ) in lcl_getFlatURL() argument
111 if(xSourceProperties.is()) in lcl_getFlatURL()
114 xSourceProperties->getPropertyValue(C2U("URL")) >>= sDBURL; in lcl_getFlatURL()
118 xSourceProperties->getPropertyValue(C2U("TableFilter")) >>= aFilters; in lcl_getFlatURL()
120 xSourceProperties->getPropertyValue(C2U("Info")) >>= aInfo; in lcl_getFlatURL()
261 uno::Reference<beans::XPropertySet> xSourceProperties; in SwAddressListDialog() local
264 m_xDBContext->getByName(pNames[nName]) >>= xSourceProperties; in SwAddressListDialog()
265 pUserData->sURL = lcl_getFlatURL( xSourceProperties ); in SwAddressListDialog()
634 uno::Reference<beans::XPropertySet> xSourceProperties; in DetectTablesAndQueries() local
635 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xSourceProperties; in DetectTablesAndQueries()
636 pUserData->sURL = lcl_getFlatURL( xSourceProperties ); in DetectTablesAndQueries()