Searched refs:propNames (Results 1 – 8 of 8) sorted by relevance
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 976 public void addPropertiesChangeListener(String[] propNames, XPropertiesChangeListener listener) in addPropertiesChangeListener() argument 982 public void firePropertiesChangeEvent(String[] propNames, XPropertiesChangeListener listener) in firePropertiesChangeEvent() argument 985 PropertyChangeEvent[] arEvents= new PropertyChangeEvent[propNames.length]; in firePropertiesChangeEvent() 990 for (int i= 0; i < propNames.length; i++) in firePropertiesChangeEvent() 992 Property prop= getProperty(propNames[i]); in firePropertiesChangeEvent() 1028 public Object[] getPropertyValues(String[] propNames) in getPropertyValues() argument 1030 Object[] arValues= new Object[propNames.length]; in getPropertyValues() 1033 for (int i= 0; i < propNames.length; i++) in getPropertyValues() 1038 value= getPropertyValue(propNames[i]); in getPropertyValues() 1058 for (int i= 0; i < propNames.length; i++) in setPropertyValues() [all …]
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | PropfindRequest.cxx | 32 const std::vector< ::rtl::OUString > * propNames, in generatePROPFINDRequestBody() 44 const int nPropCount = ( !onlyPropertyNames && propNames ) in generatePROPFINDRequestBody() 45 ? propNames->size() in generatePROPFINDRequestBody() 54 DAVProperties::createCurlPropName( (*propNames)[ theIndex ], in generatePROPFINDRequestBody()
|
H A D | PropfindRequest.hxx | 34 const std::vector< ::rtl::OUString > * propNames,
|
H A D | CurlSession.hxx | 287 const std::vector< ::rtl::OUString > * propNames,
|
/trunk/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()
|
/trunk/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | Helper.java | 248 public static PropertyValue[] createMediaDescriptor(String[] propNames, Object[] values) { in createMediaDescriptor() argument 249 PropertyValue[] props = new PropertyValue[propNames.length] ; in createMediaDescriptor() 253 props[i].Name = propNames[i] ; in createMediaDescriptor()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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 43 milliseconds