Home
last modified time | relevance | path

Searched refs:aServiceFactory (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContFrame.java65 XMultiServiceFactory aServiceFactory = null; in start() local
67 aServiceFactory = connectOfficeGetServiceFactory(); in start()
72 if ( aServiceFactory == null ) in start()
78 EmbedContApp aApp = new EmbedContApp( aFrame, aServiceFactory ); in start()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContFrame.java75 XMultiServiceFactory aServiceFactory = null; in start() local
77 aServiceFactory = connectOfficeGetServiceFactory(); in start()
82 if ( aServiceFactory == null ) in start()
88 aFrame.m_aApp = new EmbedContApp( aFrame, aServiceFactory ); in start()

Completed in 17 milliseconds