Searched refs:propsValue (Results 1 – 2 of 2) sorted by relevance
100 PropertyValue[] propsValue = new PropertyValue[1]; in testCreateTimeFieldSaveDoc() local101 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() local120 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveODT()124 …private void createTimeFiled(XTextDocument document, String url, PropertyValue[] propsValue) throw… in createTimeFiled() argument141 store.storeAsURL(url, propsValue); in createTimeFiled()169 PropertyValue[] propsValue = new PropertyValue[1]; in testCreateDateFieldSaveDoc() local[all …]
72 PropertyValue[] propsValue = new PropertyValue[1]; in saveAs() local73 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()