Searched refs:xShapesIA (Results 1 – 1 of 1) sorted by relevance
607 uno::Reference< container::XIndexAccess > xShapesIA( xShapes, uno::UNO_QUERY ); in SetAnnotation() local608 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 31 milliseconds