Lines Matching refs:oDocMSF
73 XMultiServiceFactory oDocMSF = (XMultiServiceFactory) in createControlShape() local
77 Object oInt = oDocMSF.createInstance("com.sun.star.drawing.ControlShape"); in createControlShape()
78 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createControlShape()
109 …XMultiServiceFactory oDocMSF = (XMultiServiceFactory) UnoRuntime.queryInterface( XMultiServiceFact… in createUnoControlShape() local
112 Object oInt = oDocMSF.createInstance("com.sun.star.drawing.ControlShape"); in createUnoControlShape()
113 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createUnoControlShape()
146 …XMultiServiceFactory oDocMSF = (XMultiServiceFactory) UnoRuntime.queryInterface( XMultiServiceFact… in createControlShapeWithDefaultControl() local
149 Object oInt = oDocMSF.createInstance("com.sun.star.drawing.ControlShape"); in createControlShapeWithDefaultControl()
150 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createControlShapeWithDefaultControl()
176 XMultiServiceFactory oDocMSF = (XMultiServiceFactory) in createControl() local
180 oControl = (XInterface) oDocMSF.createInstance( in createControl()