Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/fmcomp/
H A Ddbaexchange.cxx134 Reference< XTablesSupplier > xSupTab; in OColumnTransferable() local
135 …opertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SingleSelectQueryComposer"))) >>= xSupTab; in OColumnTransferable()
137 if(xSupTab.is()) in OColumnTransferable()
139 Reference< XNameAccess > xNames = xSupTab->getTables(); in OColumnTransferable()
H A Dgridcell.cxx3082 Reference< XTablesSupplier > xSupTab; in Update() local
3083 …opertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SingleSelectQueryComposer"))) >>= xSupTab; in Update()
3086 if (!xSupTab.is()) in Update()
3090 Reference< XColumnsSupplier > xSupCol(xSupTab,UNO_QUERY); in Update()
3095 … Reference< ::com::sun::star::container::XNameAccess > xTablesNames = xSupTab->getTables(); in Update()

Completed in 47 milliseconds