Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DHelper.java104 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 …]
/aoo41x/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java124 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument
/aoo41x/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java135 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument

Completed in 23 milliseconds