Searched refs:xShapeAccess (Results 1 – 2 of 2) sorted by relevance
85 …const uno::Reference< container::XIndexAccess > xShapeAccess(xDrawPageSupplier->getDrawPage(), uno… in tryToGetChartContentAsPrimitive2DSequence() local87 if(xShapeAccess.is() && xShapeAccess->getCount()) in tryToGetChartContentAsPrimitive2DSequence()89 const sal_Int32 nShapeCount(xShapeAccess->getCount()); in tryToGetChartContentAsPrimitive2DSequence()103 xShapeAccess->getByIndex(a) >>= xShape; in tryToGetChartContentAsPrimitive2DSequence()
330 uno::Reference<container::XIndexAccess> xShapeAccess (mxShapeList, uno::UNO_QUERY); in CreateListOfVisibleShapes() local331 if (xShapeAccess.is()) in CreateListOfVisibleShapes()333 sal_Int32 nShapeCount = xShapeAccess->getCount(); in CreateListOfVisibleShapes()341 xShapeAccess->getByIndex(i) >>= xShape; in CreateListOfVisibleShapes()
Completed in 12 milliseconds