Home
last modified time | relevance | path

Searched refs:isShowPropertiesEnabled (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/dbaccess/source/inc/
H A Ddsntypes.hxx174 bool isShowPropertiesEnabled( const ::rtl::OUString& _sURL ) const;
/AOO41X/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx208 bool ODsnTypeCollection::isShowPropertiesEnabled( const ::rtl::OUString& _sURL ) const in isShowPropertiesEnabled() function in dbaccess::ODsnTypeCollection
/AOO41X/main/dbaccess/source/ui/app/
H A DAppController.cxx853 …aReturn.bEnabled = m_xDataSource.is() && m_aTypeCollection.isShowPropertiesEnabled(::comphelper::g… in GetState()