Home
last modified time | relevance | path

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

/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx75 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in initBaseCollection() local
77 mShapes.reserve( nLen ); in initBaseCollection()
79mShapes.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() local
166 mShapes.push_back( xShape ); in getShapesByArrayIndices()
168 …ner::XIndexAccess > xIndexAccess( new XNamedObjectCollectionHelper< drawing::XShape >( mShapes ) ); in getShapesByArrayIndices()

Completed in 36 milliseconds