Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java739 …public static String[] getFilteredPropertyNames(XPropertySet props, short includePropertyAttribute, in getFilteredPropertyNames() argument
745 boolean include = (includePropertyAttribute == 0) || in getFilteredPropertyNames()
746 ((the_props[i].Attributes & includePropertyAttribute) != 0); in getFilteredPropertyNames()

Completed in 17 milliseconds