Searched refs:oCShape (Results 1 – 3 of 3) sorted by relevance
69 XControlShape oCShape = null; in createControlShape() local83 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() local118 oCShape = (XControlShape) UnoRuntime.queryInterface( XControlShape.class, oInt ); in createUnoControlShape()123 oCShape.setSize(size); in createUnoControlShape()124 oCShape.setPosition(position); in createUnoControlShape()[all …]
492 XControlShape oCShape = null; in createControlShape() local502 oCShape = (XControlShape) UnoRuntime.queryInterface(XControlShape.class, oInt); in createControlShape()507 oCShape.setSize(size); in createControlShape()508 oCShape.setPosition(position); in createControlShape()517 oCShape.setControl(aControl); in createControlShape()524 return oCShape; in createControlShape()
445 XControlShape oCShape = null; in createGrid() local464 oCShape = (XControlShape) UnoRuntime.queryInterface( in createGrid()470 oCShape.setSize(size); in createGrid()471 oCShape.setPosition(position); in createGrid()478 oCShape.setControl(aControl); in createGrid()480 return oCShape; in createGrid()