Home
last modified time | relevance | path

Searched defs:getOrDefault (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNamedValueCollection.java62 public final < T > T getOrDefault( final String i_key, final T i_default ) in getOrDefault() method in NamedValueCollection
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DTools.java77 …public static String getOrDefault(PropertyValue[] properties, String name, String defaultValue) th… in getOrDefault() method in Tools
88 …public static boolean getOrDefault(PropertyValue[] properties, String name, boolean defaultValue) … in getOrDefault() method in Tools
99 …public static Object getOrDefault(PropertyValue[] properties, String name, Object defaultValue) th… in getOrDefault() method in Tools
110 …public static NamedValue[] getOrDefault(PropertyValue[] properties, String name, NamedValue[] defa… in getOrDefault() method in Tools
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx184 … VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault() function in comphelper::NamedValueCollection
190 … VALUE_TYPE getOrDefault( const ::rtl::OUString& _rValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault() function in comphelper::NamedValueCollection

Completed in 12 milliseconds