Lines Matching refs:propsValue

100 		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
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()
188 PropertyValue[] propsValue = new PropertyValue[0]; in testCreateDateFieldSaveODT() local
189 createDateFiled(document, url, propsValue); in testCreateDateFieldSaveODT()
192 …private void createDateFiled(XTextDocument document, String url, PropertyValue[] propsValue) throw… in createDateFiled() argument
209 store.storeAsURL(url, propsValue); in createDateFiled()