Home
last modified time | relevance | path

Searched refs:xDocShapes (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java130 XShapes xDocShapes = (XShapes)UnoRuntime.queryInterface( XShapes.class, pageWhereToInsert ); in createControlAndShape() local
131 xDocShapes.add( xShape ); in createControlAndShape()
/AOO41X/main/forms/qa/integration/forms/
H A DFormLayer.java131 XShapes xDocShapes = UnoRuntime.queryInterface( XShapes.class, pageWhereToInsert ); in createControlAndShape() local
132 xDocShapes.add( xShape ); in createControlAndShape()