Lines Matching refs:ItemId

143         ItemId              m_iCurItemID;
168 void setCurItemID( ItemId i ) {m_iCurItemID = i; } in setCurItemID()
169 ItemId getCurItemID() const { return m_iCurItemID; } in getCurItemID()
277 RoadmapTypes::ItemId ORoadmap::GetCurrentRoadmapItemID() const in GetCurrentRoadmapItemID()
294 …map::InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _sLabel, ItemId _RMID, sal_Bool _b… in InsertHyperLabel()
401 …placeRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _RMID, sal_Bool _b… in ReplaceRoadmapItem()
419 RoadmapTypes::ItemId ORoadmap::GetItemID( ItemIndex _nIndex ) const in GetItemID()
428 RoadmapTypes::ItemIndex ORoadmap::GetItemIndex( ItemId _nID ) const in GetItemIndex()
430 ItemId nLocID = 0; in GetItemIndex()
445 …void ORoadmap::InsertRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _n… in InsertRoadmapItem()
469 sal_Bool ORoadmap::IsRoadmapItemEnabled( ItemId _nItemId, ItemIndex _nStartIndex ) const in IsRoadmapItemEnabled()
476 void ORoadmap::EnableRoadmapItem( ItemId _nItemId, sal_Bool _bEnable, ItemIndex _nStartIndex ) in EnableRoadmapItem()
484 …void ORoadmap::ChangeRoadmapItemLabel( ItemId _nID, const ::rtl::OUString& _sLabel, ItemIndex _nSt… in ChangeRoadmapItemLabel()
504 ::rtl::OUString ORoadmap::GetRoadmapItemLabel( ItemId _nID, ItemIndex _nStartIndex ) in GetRoadmapItemLabel()
514 void ORoadmap::ChangeRoadmapItemID( ItemId _nID, ItemId _NewID, ItemIndex _nStartIndex ) in ChangeRoadmapItemID()
522 RoadmapItem* ORoadmap::GetByID( ItemId _nID, ItemIndex _nStartIndex) in GetByID()
524 ItemId nLocID = 0; in GetByID()
539 const RoadmapItem* ORoadmap::GetByID( ItemId _nID, ItemIndex _nStartIndex ) const in GetByID()
562 RoadmapTypes::ItemId ORoadmap::GetNextAvailableItemId( ItemIndex _nNewIndex ) in GetNextAvailableItemId()
579 RoadmapTypes::ItemId ORoadmap::GetPreviousAvailableItemId( ItemIndex _nNewIndex ) in GetPreviousAvailableItemId()
635 sal_Bool ORoadmap::SelectRoadmapItemByID( ItemId _nNewID ) in SelectRoadmapItemByID()
726 ItemId nPrevItemID = GetPreviousAvailableItemId( pItem->GetIndex() ); in PreNotify()
733 ItemId nNextItemID = GetNextAvailableItemId( pItem->GetIndex() ); in PreNotify()
767 RoadmapTypes::ItemId curItemID = GetCurrentRoadmapItemID(); in DataChanged()