Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx607 uno::Reference< container::XIndexAccess > xShapesIA( xShapes, uno::UNO_QUERY ); in SetAnnotation() local
608 sal_Int32 nOldShapeCount = xShapesIA.is() ? xShapesIA->getCount() : 0; in SetAnnotation()
647 if( xShapesIA.is() ) in SetAnnotation()
648 nOldShapeCount = xShapesIA->getCount(); in SetAnnotation()
683 if( xShapesIA.is() && (nOldShapeCount < xShapesIA->getCount()) ) in SetAnnotation()
686 rXMLImport.GetShapeImport()->shapeWithZIndexAdded( xShape, xShapesIA->getCount() ); in SetAnnotation()

Completed in 41 milliseconds