Lines Matching refs:url
99 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateTimeFieldSaveDoc() local
105 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveDoc()
118 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); 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()
143 …ent = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(url)); in createTimeFiled()
168 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateDateFieldSaveDoc() local
174 createDateFiled(document, url, propsValue); in testCreateDateFieldSaveDoc()
187 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); 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()
211 …ent = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(url)); in createDateFiled()