Home
last modified time | relevance | path

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

/AOO41X/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java100 PropertyValue[] propsValue = new PropertyValue[1]; in testCreateTimeFieldSaveDoc() local
101 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()
119 PropertyValue[] propsValue = new PropertyValue[0]; in testCreateTimeFieldSaveODT() local
120 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveODT()
124 …private void createTimeFiled(XTextDocument document, String url, PropertyValue[] propsValue) throw… in createTimeFiled() argument
141 store.storeAsURL(url, propsValue); in createTimeFiled()
169 PropertyValue[] propsValue = new PropertyValue[1]; in testCreateDateFieldSaveDoc() local
[all …]
/AOO41X/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()