Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DHelper.java102 public static Object getPropertyValue(PropertyValue[] CurPropertyValue, String PropertyName) in getPropertyValue() argument
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()
144 public static Object getPropertyValuefromAny(Object[] CurPropertyValue, String PropertyName) in getPropertyValuefromAny() argument
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()
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java124 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument
/AOO42X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java135 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument