Searched refs:xShapeList (Results 1 – 10 of 10) sorted by relevance
112 XIndexAccess xShapeList = (XIndexAccess) UnoRuntime.queryInterface( in showShapes() local115 MessageArea.println ("There are " + xShapeList.getCount() in showShapes()117 for (int i=0; i<xShapeList.getCount(); i++) in showShapes()120 XShape.class, xShapeList.getByIndex (i)); in showShapes()
389 XIndexAccess xShapeList = (XIndexAccess) UnoRuntime.queryInterface( in getAccessibleDocumentWindow() local391 if (xShapeList.getCount() > 0) in getAccessibleDocumentWindow()400 XShape.class, xShapeList.getByIndex (0)); in getAccessibleDocumentWindow()
116 XIndexAccess xShapeList = (XIndexAccess) UnoRuntime.queryInterface( in showShapes() local119 maOut.println ("There are " + xShapeList.getCount() in showShapes()121 for (int i=0; i<xShapeList.getCount(); i++) in showShapes()124 XShape.class, xShapeList.getByIndex (i)); in showShapes()
404 XIndexAccess xShapeList = (XIndexAccess) UnoRuntime.queryInterface( in GetAccessibleDocumentWindow() local406 if (xShapeList.getCount() > 0) in GetAccessibleDocumentWindow()415 XShape.class, xShapeList.getByIndex (0)); in GetAccessibleDocumentWindow()
115 ::com::sun::star::drawing::XShapes>& xShapeList) in SetShapeList()118 mpImpl->SetShapeList (xShapeList); in SetShapeList()
548 ::com::sun::star::drawing::XShapes>& xShapeList) in SetShapeList()550 mxShapeList = xShapeList; in SetShapeList()
207 ::com::sun::star::drawing::XShapes>& xShapeList);
126 uno::Reference<drawing::XShapes> xShapeList; in Init() local129 xShapeList = uno::Reference<drawing::XShapes> ( in Init()133 mpChildrenManager = new ChildrenManager(this, xShapeList, maShapeTreeInfo, *this); in Init()
125 uno::Reference<drawing::XShapes> xShapeList; in Init() local128 xShapeList = uno::Reference<drawing::XShapes> ( in Init()
154 ::com::sun::star::drawing::XShapes>& xShapeList);
Completed in 56 milliseconds