Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java976 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 DPropfindRequest.cxx32 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 DPropfindRequest.hxx34 const std::vector< ::rtl::OUString > * propNames,
H A DCurlSession.hxx287 const std::vector< ::rtl::OUString > * propNames,
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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 58 milliseconds