Home
last modified time | relevance | path

Searched refs:propsValue (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java101 propsValue[0] = new PropertyValue(); in testCreateTimeFieldSaveDoc()
102 propsValue[0].Name = "FilterName"; in testCreateTimeFieldSaveDoc()
103 propsValue[0].Value = "MS Word 97"; in testCreateTimeFieldSaveDoc()
105 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveDoc()
120 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveODT()
141 store.storeAsURL(url, propsValue); in createTimeFiled()
170 propsValue[0] = new PropertyValue(); in testCreateDateFieldSaveDoc()
171 propsValue[0].Name = "FilterName"; in testCreateDateFieldSaveDoc()
172 propsValue[0].Value = "MS Word 97"; in testCreateDateFieldSaveDoc()
174 createDateFiled(document, url, propsValue); in testCreateDateFieldSaveDoc()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java72 PropertyValue[] propsValue = new PropertyValue[1]; in saveAs() local
73 propsValue[0] = new PropertyValue(); in saveAs()
74 propsValue[0].Name = "FilterName"; in saveAs()
75 propsValue[0].Value = filterValue; in saveAs()
76 store.storeAsURL(url, propsValue); in saveAs()

Completed in 22 milliseconds