Searched refs:xDocShapes (Results 1 – 2 of 2) sorted by relevance
130 XShapes xDocShapes = (XShapes)UnoRuntime.queryInterface( XShapes.class, pageWhereToInsert ); in createControlAndShape() local131 xDocShapes.add( xShape ); in createControlAndShape()
131 XShapes xDocShapes = UnoRuntime.queryInterface( XShapes.class, pageWhereToInsert ); in createControlAndShape() local132 xDocShapes.add( xShape ); in createControlAndShape()
Completed in 18 milliseconds