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()
444 XControlShape oCShape = null; in createGrid() local463 oCShape = (XControlShape) UnoRuntime.queryInterface( in createGrid()469 oCShape.setSize(size); in createGrid()470 oCShape.setPosition(position); in createGrid()477 oCShape.setControl(aControl); in createGrid()479 return oCShape; in createGrid()