Searched refs:mShapes (Results 1 – 1 of 1) sorted by relevance
75 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in initBaseCollection() local77 mShapes.reserve( nLen ); in initBaseCollection()79 …mShapes.push_back( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ) , uno::U… in initBaseCollection()80 …ontainer::XIndexAccess > xShapes( new XNamedObjectCollectionHelper< drawing::XShape >( mShapes ) ); in initBaseCollection()145 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in getShapesByArrayIndices() local166 mShapes.push_back( xShape ); in getShapesByArrayIndices()168 …ner::XIndexAccess > xIndexAccess( new XNamedObjectCollectionHelper< drawing::XShape >( mShapes ) ); in getShapesByArrayIndices()
Completed in 30 milliseconds