Searched refs:propertyNamespace (Results 1 – 1 of 1) sorted by relevance
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 522 final String propertyNamespace, in queryStyle() argument 526 styleName, sectionName, propertyNamespace, propertyName, new HashSet()); in queryStyle() 532 final ArrayList propertyNamespace, in queryStyleByProperties() argument 536 if (propertyNamespace.size() != propertyName.size()) in queryStyleByProperties() 550 for (; j < propertyNamespace.size(); j++) in queryStyleByProperties() 552 final String ns = (String) propertyNamespace.get(j); in queryStyleByProperties() 579 final String propertyNamespace, in queryStyle() argument 598 final Object attribute = section.getAttribute(propertyNamespace, propertyName); in queryStyle() 609 …return queryStyle(predefCollection, styleFamily, parent, sectionName, propertyNamespace, propertyN… in queryStyle()
|
Completed in 7 milliseconds