Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXStyle.java224 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local
225 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()
H A DSwXTextCursor.java299 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local
302 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScStyleObj.java254 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames() local
257 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java741 Property[] the_props = props.getPropertySetInfo().getProperties(); in getFilteredPropertyNames() local
743 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XEndnotesSupplier.java69 XPropertySet the_props = oObj.getEndnoteSettings(); in _getEndnoteSettings() local
70 res = ( the_props != null ); in _getEndnoteSettings()

Completed in 56 milliseconds