Searched refs:the_props (Results 1 – 5 of 5) sorted by relevance
224 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local225 String[] names = new String[the_props.length]; in getPropertyNames()227 for (int i=0;i<the_props.length;i++) { in getPropertyNames()229 ((the_props[i].Attributes & PropertyAttribute.READONLY) == 0); in getPropertyNames()230 if (isWritable) placebo=the_props[i].Name; in getPropertyNames()232 for (int i=0;i<the_props.length;i++) { in getPropertyNames()234 ((the_props[i].Attributes & PropertyAttribute.READONLY) == 0); in getPropertyNames()236 names[i]=the_props[i].Name; in getPropertyNames()
299 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local302 for (int i = 0; i < the_props.length; i++) { in getPropertyNames()303 boolean isWritable = ((the_props[i].Attributes & PropertyAttribute.READONLY) == 0); in getPropertyNames()306 names.add(the_props[i].Name); in getPropertyNames()
254 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local257 for (int i=0;i<the_props.length;i++) { in getPropertyNames()259 ((the_props[i].Attributes & PropertyAttribute.READONLY) == 0); in getPropertyNames()261 names.add(the_props[i].Name); in getPropertyNames()
741 Property[] the_props = props.getPropertySetInfo().getProperties(); in getFilteredPropertyNames() local743 for (int i = 0; i < the_props.length; i++) { in getFilteredPropertyNames()744 boolean exclude = ((the_props[i].Attributes & excludePropertyAttribute) != 0); in getFilteredPropertyNames()746 ((the_props[i].Attributes & includePropertyAttribute) != 0); in getFilteredPropertyNames()748 l.add(the_props[i].Name); in getFilteredPropertyNames()
69 XPropertySet the_props = oObj.getEndnoteSettings(); in _getEndnoteSettings() local70 res = ( the_props != null ); in _getEndnoteSettings()
Completed in 37 milliseconds