Lines Matching refs:oCShape
69 XControlShape oCShape = null; in createControlShape() local
83 oCShape = (XControlShape) UnoRuntime.queryInterface( XControlShape.class, oInt ); in createControlShape()
88 oCShape.setSize(size); in createControlShape()
89 oCShape.setPosition(position); in createControlShape()
95 oCShape.setControl(aControl); in createControlShape()
97 return oCShape; in createControlShape()
105 XControlShape oCShape = null; in createUnoControlShape() local
118 oCShape = (XControlShape) UnoRuntime.queryInterface( XControlShape.class, oInt ); in createUnoControlShape()
123 oCShape.setSize(size); in createUnoControlShape()
124 oCShape.setPosition(position); in createUnoControlShape()
132 oCShape.setControl(aControl); in createUnoControlShape()
134 return oCShape; in createUnoControlShape()
142 XControlShape oCShape = null; in createControlShapeWithDefaultControl() local
153 oCShape = (XControlShape) UnoRuntime.queryInterface( XControlShape.class, oInt ); in createControlShapeWithDefaultControl()
158 oCShape.setSize(size); in createControlShapeWithDefaultControl()
159 oCShape.setPosition(position); in createControlShapeWithDefaultControl()
167 oCShape.setControl(aControl); in createControlShapeWithDefaultControl()
169 return oCShape; in createControlShapeWithDefaultControl()