Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx709 …uno::Reference<container::XIndexAccess> xShapesIndex (rXMLImport.GetTables().GetCurrentXShapes(), … in SetDetectiveObj() local
717 if (xShapesIndex.is()) in SetDetectiveObj()
719 sal_Int32 nShapes = xShapesIndex->getCount(); in SetDetectiveObj()
H A Dxmlexprt.cxx658 uno::Reference<container::XIndexAccess> xShapesIndex (xDrawPage, uno::UNO_QUERY); in CollectSharedData() local
659 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