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()
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()
Completed in 17 milliseconds