Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx177 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()
[all …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Droadmapcontrol.hxx95 RoadmapItemHolderList maRoadmapItems; member in toolkit::UnoControlRoadmapModel