Searched refs:isControlSupported (Results 1 – 6 of 6) sorted by relevance
79 result &= oObj.isControlSupported(supControls[i]) ; in _isControlSupported()82 result &= !oObj.isControlSupported("SuchNameMustNotExist"); in _isControlSupported()83 result &= !oObj.isControlSupported(""); in _isControlSupported()
302 …sal_Bool SAL_CALL OCommonPicker::isControlSupported( const ::rtl::OUString& aControlName ) throw (… in isControlSupported() function in svt::OCommonPicker310 return aAccess.isControlSupported( aControlName ); in isControlSupported()
65 sal_Bool isControlSupported( const ::rtl::OUString& _rControlName );
160 …virtual sal_Bool SAL_CALL isControlSupported( const ::rtl::OUString& aControlName ) throw (::com::…
335 sal_Bool OControlAccess::isControlSupported( const ::rtl::OUString& _rControlName ) in isControlSupported() function in svt::OControlAccess
66 boolean isControlSupported( [in] string aControlName );
Completed in 30 milliseconds