Home
last modified time | relevance | path

Searched refs:SrvObj (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFrameDsc.java82 Object SrvObj = null; in createInstance() local
89 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()
H A DControlDsc.java64 Object SrvObj = null; in createInstance() local
66 SrvObj = docMSF.createInstance( service ); in createInstance()
71 XInterface Control = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DStyleFamilyDsc.java64 Object SrvObj = null; in createInstance() local
66 SrvObj = docMSF.createInstance( service ); in createInstance()
71 XInterface StyleFamily = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DDefaultDsc.java65 Object SrvObj = null; in createInstance() local
67 SrvObj = docMSF.createInstance( service ); in createInstance()
72 XInterface Default = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DTableDsc.java75 Object SrvObj = null; in createInstance() local
77 SrvObj = docMSF.createInstance( service ); in createInstance()
83 ifcClass, SrvObj ); in createInstance()
H A DShapeDsc.java73 Object SrvObj = null; in createInstance() local
75 SrvObj = docMSF.createInstance( service ); in createInstance()
80 XShape Sh = (XShape)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()

Completed in 19 milliseconds