Searched refs:propsValue (Results 1 – 2 of 2) sorted by relevance
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()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 …]
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()
Completed in 254 milliseconds