Searched refs:oCShape (Results 1 – 3 of 3) sorted by relevance
69 XControlShape oCShape = null; in createControlShape() local88 oCShape.setSize(size); in createControlShape()95 oCShape.setControl(aControl); in createControlShape()97 return oCShape; in createControlShape()105 XControlShape oCShape = null; in createUnoControlShape() local123 oCShape.setSize(size); in createUnoControlShape()124 oCShape.setPosition(position); in createUnoControlShape()134 return oCShape; in createUnoControlShape()158 oCShape.setSize(size); in createControlShapeWithDefaultControl()159 oCShape.setPosition(position); in createControlShapeWithDefaultControl()[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()
Completed in 21 milliseconds