Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dcharthelper.cxx85 …const uno::Reference< container::XIndexAccess > xShapeAccess(xDrawPageSupplier->getDrawPage(), uno… in tryToGetChartContentAsPrimitive2DSequence() local
87 if(xShapeAccess.is() && xShapeAccess->getCount()) in tryToGetChartContentAsPrimitive2DSequence()
89 const sal_Int32 nShapeCount(xShapeAccess->getCount()); in tryToGetChartContentAsPrimitive2DSequence()
103 xShapeAccess->getByIndex(a) >>= xShape; in tryToGetChartContentAsPrimitive2DSequence()
/aoo4110/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx330 uno::Reference<container::XIndexAccess> xShapeAccess (mxShapeList, uno::UNO_QUERY); in CreateListOfVisibleShapes() local
331 if (xShapeAccess.is()) in CreateListOfVisibleShapes()
333 sal_Int32 nShapeCount = xShapeAccess->getCount(); in CreateListOfVisibleShapes()
341 xShapeAccess->getByIndex(i) >>= xShape; in CreateListOfVisibleShapes()

Completed in 22 milliseconds