Searched refs:SrvObj (Results 1 – 6 of 6) sorted by relevance
82 Object SrvObj = null; in createInstance() local89 SrvObj = docMSF.createInstance( service ); in createInstance()93 XShape shape = (XShape)UnoRuntime.queryInterface( XShape.class, SrvObj ); in createInstance()100 XTextFrame TF = (XTextFrame)UnoRuntime.queryInterface( ifcClass, SrvObj ); in createInstance()103 UnoRuntime.queryInterface( XPropertySet.class, SrvObj ); in createInstance()
64 Object SrvObj = null; in createInstance() local66 SrvObj = docMSF.createInstance( service ); in createInstance()71 XInterface StyleFamily = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
64 Object SrvObj = null; in createInstance() local66 SrvObj = docMSF.createInstance( service ); in createInstance()71 XInterface Control = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
65 Object SrvObj = null; in createInstance() local67 SrvObj = docMSF.createInstance( service ); in createInstance()72 XInterface Default = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
75 Object SrvObj = null; in createInstance() local77 SrvObj = docMSF.createInstance( service ); in createInstance()83 ifcClass, SrvObj ); in createInstance()
73 Object SrvObj = null; in createInstance() local75 SrvObj = docMSF.createInstance( service ); in createInstance()80 XShape Sh = (XShape)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
Completed in 24 milliseconds