Searched refs:CurPropertyValue (Results 1 – 3 of 3) sorted by relevance
104 int MaxCount = CurPropertyValue.length; in getPropertyValue()107 if (CurPropertyValue[i] != null) in getPropertyValue()109 if (CurPropertyValue[i].Name.equals(PropertyName)) in getPropertyValue()111 return CurPropertyValue[i].Value; in getPropertyValue()146 if (CurPropertyValue != null) in getPropertyValuefromAny()148 int MaxCount = CurPropertyValue.length; in getPropertyValuefromAny()151 if (CurPropertyValue[i] != null) in getPropertyValuefromAny()153 PropertyValue aValue = (PropertyValue) CurPropertyValue[i]; in getPropertyValuefromAny()169 if (CurPropertyValue != null) in getPropertyValuefromAny()171 int MaxCount = CurPropertyValue.length; in getPropertyValuefromAny()[all …]
124 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument
135 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument
Completed in 23 milliseconds