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()
328 uno::Reference<container::XIndexAccess> xShapeAccess (mxShapeList, uno::UNO_QUERY); in CreateListOfVisibleShapes() local329 if (xShapeAccess.is()) in CreateListOfVisibleShapes()331 sal_Int32 nShapeCount = xShapeAccess->getCount(); in CreateListOfVisibleShapes()339 xShapeAccess->getByIndex(i) >>= xShape; in CreateListOfVisibleShapes()
Completed in 22 milliseconds