Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2266 Reference<XViewsSupplier> xViewSup(xConnection,UNO_QUERY); in IMPL_LINK() local
2267 if(xViewSup.is()) in IMPL_LINK()
2268 populateTree( xViewSup->getViews(), _pParent, etTableOrView ); in IMPL_LINK()

Completed in 49 milliseconds