Home
last modified time | relevance | path

Searched refs:docURL (Results 1 – 4 of 4) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XDocumentInsertable.java142 String docURL = utils.getFullTestURL(fileName) ; in _insertDocumentFromURL() local
143 log.println("Inserting document from URL '" + docURL + "'"); in _insertDocumentFromURL()
144 oObj.insertDocumentFromURL(docURL, szEmptyArgs); in _insertDocumentFromURL()
171 String docURL = "file:///c:/ThisIsAnInvaldURL"; in _insertDocumentFromURL() local
172 log.println("Inserting document from URL '" + docURL + "'"); in _insertDocumentFromURL()
173 oObj.insertDocumentFromURL(docURL, szEmptyArgs); in _insertDocumentFromURL()
H A D_XTypeDetection.java51 private String docURL = null; field in _XTypeDetection
58 docURL = utils.getFullTestURL("XTypeDetection.sxw"); in before()
71 String type = oObj.queryTypeByURL(docURL) ; in _queryTypeByURL()
90 log.println("the document '" + docURL + "' is not what it seems to be ;-)"); in _queryTypeByDescriptor()
94 mediaDescr[0][0].Value = docURL; in _queryTypeByDescriptor()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java63 String docURL = database.getDatabase().getModel().getURL(); in checkTableFormattingPersistence() local
75 docURL = copyToTempFile( docURL ); in checkTableFormattingPersistence()
76 loadDocument( docURL ); in checkTableFormattingPersistence()
77 database = new CRMDatabase( getMSF(), docURL ); in checkTableFormattingPersistence()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/db/
H A DDataSource.java130 String docURL = doc.getURL(); in registerAs() local
131 if ( docURL.length() == 0 ) in registerAs()
141 docURL = util.utils.getOfficeTemp( m_orb ) + localPart; in registerAs()
142 doing = "storing database document to temporary location (" + docURL + ")"; in registerAs()
143 doc.storeAsURL( docURL ); in registerAs()

Completed in 87 milliseconds