Lines Matching refs:maRoadmapItems
177 return maRoadmapItems.size(); in getCount()
182 if (( Index >= (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in getByIndex()
185 aAny = makeAny( maRoadmapItems.at( Index )); in getByIndex()
193 if ((Index > (sal_Int32)maRoadmapItems.size()) || ( Index < 0 ) ) in MakeRMItemValidation()
236 … for ( RoadmapItemHolderList::iterator i = maRoadmapItems.begin(); i < maRoadmapItems.end(); i++ ) in GetUniqueID()
276 if ( ( Index >= ( (sal_Int32)maRoadmapItems.size() + 1 ) ) || (Index < 0)) in insertByIndex()
282 maRoadmapItems.insert( maRoadmapItems.begin() + Index, xRoadmapItem); in insertByIndex()
300 if (( Index > (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in removeByIndex()
303 maRoadmapItems.erase( maRoadmapItems.begin() + Index ); in removeByIndex()
311 if ( n_CurrentItemID >= (sal_Int32)maRoadmapItems.size() ) in removeByIndex()
314 maRoadmapItems.size()-1); in removeByIndex()
335 maRoadmapItems.erase( maRoadmapItems.begin() + Index ); in replaceByIndex()
336 …maRoadmapItems.insert( maRoadmapItems.begin() + Index, xRoadmapItem); //push_back( xRoadmap… in replaceByIndex()
351 return !maRoadmapItems.empty(); in hasElements()