Home
last modified time | relevance | path

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

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java978 public void addPropertiesChangeListener(String[] propNames, XPropertiesChangeListener listener) in addPropertiesChangeListener() argument
984 public void firePropertiesChangeEvent(String[] propNames, XPropertiesChangeListener listener) in firePropertiesChangeEvent() argument
987 PropertyChangeEvent[] arEvents= new PropertyChangeEvent[propNames.length]; in firePropertiesChangeEvent()
992 for (int i= 0; i < propNames.length; i++) in firePropertiesChangeEvent()
994 Property prop= getProperty(propNames[i]); in firePropertiesChangeEvent()
1030 public Object[] getPropertyValues(String[] propNames) in getPropertyValues() argument
1032 Object[] arValues= new Object[propNames.length]; in getPropertyValues()
1035 for (int i= 0; i < propNames.length; i++) in getPropertyValues()
1040 value= getPropertyValue(propNames[i]); in getPropertyValues()
1060 for (int i= 0; i < propNames.length; i++) in setPropertyValues()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java482 String[] propNames = new String[] in drawNaviBar() local
496 insertButton("btnWizardBack", BACK_ACTION_PERFORMED, propNames, in drawNaviBar()
502 insertButton("btnWizardNext", NEXT_ACTION_PERFORMED, propNames, in drawNaviBar()
508 insertButton("btnWizardFinish", FINISH_ACTION_PERFORMED, propNames, in drawNaviBar()
514 insertButton("btnWizardCancel", CANCEL_ACTION_PERFORMED, propNames, in drawNaviBar()
H A DDocumentPreview.java82 …protected XComponent setDocument(String url_, String[] propNames, Object[] propValues) throws com.… in setDocument() argument
88 for (int i = 0; i < propNames.length; i++) in setDocument()
90 ps.put(propNames[i], propValues[i]); in setDocument()
/aoo4110/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java315 public PropertyValue[] createMediaDescriptor(String[] propNames, Object[] values) { in createMediaDescriptor() argument
316 PropertyValue[] props = new PropertyValue[propNames.length] ; in createMediaDescriptor()
320 props[i].Name = propNames[i] ; in createMediaDescriptor()
/aoo4110/main/qadevOOo/runner/util/
H A DXMLTools.java793 public static PropertyValue[] createMediaDescriptor(String[] propNames, Object[] values) { in createMediaDescriptor() argument
794 PropertyValue[] props = new PropertyValue[propNames.length] ; in createMediaDescriptor()
798 props[i].Name = propNames[i] ; in createMediaDescriptor()

Completed in 32 milliseconds