Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx869 Reference<XViewsSupplier> xViewSup( getConnection(), UNO_QUERY ); in GetState() local
870 aReturn.bEnabled = xViewSup.is() && Reference<XAppend>(xViewSup->getViews(),UNO_QUERY).is(); in GetState()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2267 Reference<XViewsSupplier> xViewSup(xConnection,UNO_QUERY); in IMPL_LINK() local
2268 if(xViewSup.is()) in IMPL_LINK()
2269 populateTree( xViewSup->getViews(), _pParent, etTableOrView ); in IMPL_LINK()

Completed in 77 milliseconds