Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Droadmap.cxx142 HL_Vector m_aRoadmapSteps; member in svt::RoadmapImpl
159 …void addHyperLabel( RoadmapItem* _rRoadmapStep ) { m_aRoadmapSteps.push_back(_rRoadmapStep)… in addHyperLabel()
161 HL_Vector& getHyperLabels() { return m_aRoadmapSteps; } in getHyperLabels()
162 const HL_Vector& getHyperLabels() const { return m_aRoadmapSteps; } in getHyperLabels()
164 …rLabel( ItemIndex _Index, RoadmapItem* _rRoadmapStep ) { m_aRoadmapSteps.insert( m_aRoadmapSteps.b… in insertHyperLabel()
166 ItemIndex getItemCount() const { return m_aRoadmapSteps.size();} in getItemCount()
190 delete m_aRoadmapSteps[_Index]; in removeHyperLabel()
191 m_aRoadmapSteps.erase( m_aRoadmapSteps.begin() + _Index); in removeHyperLabel()

Completed in 19 milliseconds