Searched refs:propNames (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 978 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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | WizardDialog.java | 482 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 D | DocumentPreview.java | 82 …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()
|
/aoo41x/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | Helper.java | 315 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()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | XMLTools.java | 793 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 37 milliseconds