Searched refs:testdoc (Results 1 – 4 of 4) sorted by relevance
123 String testdoc = utils.getFullTestURL("ScDDELinksObj.sdc"); in createTestEnvironment() local125 oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc); in createTestEnvironment()158 testdoc = utils.getFullTestDocName("ScDDELinksObj.sdc"); in createTestEnvironment()162 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()164 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()166 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()
93 String testdoc = utils.getFullTestURL("ScDDELinksObj.sdc"); in createTestEnvironment() local95 oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc); in createTestEnvironment()128 testdoc = utils.getFullTestDocName("ScDDELinksObj.sdc"); in createTestEnvironment()132 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()134 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()136 "=DDE(\"soffice\";\""+testdoc+"\";\"Sheet1.A1\""); in createTestEnvironment()
144 String testdoc = util.utils.getFullTestURL("ScDDELinksObj.sdc"); in createTestEnvironment() local146 oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc); in createTestEnvironment()182 testdoc = util.utils.getFullTestDocName("ScDDELinksObj.sdc"); in createTestEnvironment()185 "=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\""); in createTestEnvironment()187 "=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\""); in createTestEnvironment()233 tEnv.addObjRelation("TOPIC", testdoc); in createTestEnvironment()
146 String testdoc = utils.getFullTestURL("SwXTextEmbeddedObject.sxw"); in initialize() local147 log.println(testdoc); in initialize()148 xTextDoc = WriterTools.loadTextDoc((XMultiServiceFactory)Param.getMSF(),testdoc); in initialize()
Completed in 23 milliseconds