Searched refs:xShapesIndex (Results 1 – 2 of 2) sorted by relevance
709 …uno::Reference<container::XIndexAccess> xShapesIndex (rXMLImport.GetTables().GetCurrentXShapes(), … in SetDetectiveObj() local717 if (xShapesIndex.is()) in SetDetectiveObj()719 sal_Int32 nShapes = xShapesIndex->getCount(); in SetDetectiveObj()
658 uno::Reference<container::XIndexAccess> xShapesIndex (xDrawPage, uno::UNO_QUERY); in CollectSharedData() local659 if (xShapesIndex.is()) in CollectSharedData()661 sal_Int32 nShapes(xShapesIndex->getCount()); in CollectSharedData()664 … uno::Reference<drawing::XShape> xShape(xShapesIndex->getByIndex(nShape), uno::UNO_QUERY); in CollectSharedData()
Completed in 41 milliseconds