Home
last modified time | relevance | path

Searched refs:xSourceProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx108 ::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()
[all …]
H A Ddbmgr.cxx1677 Reference<XPropertySet> xSourceProperties(xSource, UNO_QUERY); in GetColumnSupplier() local
1678 if(xSourceProperties.is()) in GetColumnSupplier()
1680 xSourceProperties->getPropertyValue(C2U("Name")) >>= sDataSource; in GetColumnSupplier()

Completed in 32 milliseconds