Searched refs:docURL (Results 1 – 4 of 4) sorted by relevance
142 String docURL = utils.getFullTestURL(fileName) ; in _insertDocumentFromURL() local143 log.println("Inserting document from URL '" + docURL + "'"); in _insertDocumentFromURL()144 oObj.insertDocumentFromURL(docURL, szEmptyArgs); in _insertDocumentFromURL()171 String docURL = "file:///c:/ThisIsAnInvaldURL"; in _insertDocumentFromURL() local172 log.println("Inserting document from URL '" + docURL + "'"); in _insertDocumentFromURL()173 oObj.insertDocumentFromURL(docURL, szEmptyArgs); in _insertDocumentFromURL()
51 private String docURL = null; field in _XTypeDetection58 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()
63 String docURL = database.getDatabase().getModel().getURL(); in checkTableFormattingPersistence() local75 docURL = copyToTempFile( docURL ); in checkTableFormattingPersistence()76 loadDocument( docURL ); in checkTableFormattingPersistence()77 database = new CRMDatabase( getMSF(), docURL ); in checkTableFormattingPersistence()
130 String docURL = doc.getURL(); in registerAs() local131 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 23 milliseconds