Searched refs:xSourceProperties (Results 1 – 2 of 2) sorted by relevance
108 ::rtl::OUString lcl_getFlatURL( uno::Reference<beans::XPropertySet>& xSourceProperties ) in lcl_getFlatURL() argument111 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() local264 m_xDBContext->getByName(pNames[nName]) >>= xSourceProperties; in SwAddressListDialog()265 pUserData->sURL = lcl_getFlatURL( xSourceProperties ); in SwAddressListDialog()634 uno::Reference<beans::XPropertySet> xSourceProperties; in DetectTablesAndQueries() local635 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xSourceProperties; in DetectTablesAndQueries()[all …]
1677 Reference<XPropertySet> xSourceProperties(xSource, UNO_QUERY); in GetColumnSupplier() local1678 if(xSourceProperties.is()) in GetColumnSupplier()1680 xSourceProperties->getPropertyValue(C2U("Name")) >>= sDataSource; in GetColumnSupplier()
Completed in 56 milliseconds