Lines Matching refs:RoadmapItem
51 typedef std::vector< RoadmapItem* > HL_Vector;
90 class RoadmapItem : public RoadmapTypes class
98 RoadmapItem( ORoadmap& _rParent, const Size& _rItemPlayground );
99 ~RoadmapItem( );
112 void SetPosition( RoadmapItem* OldHyperLabel );
119 void SetZOrder( RoadmapItem* pRefRoadmapHyperLabel, sal_uInt16 nFlags );
157 RoadmapItem* InCompleteHyperLabel;
159 …void addHyperLabel( RoadmapItem* _rRoadmapStep ) { m_aRoadmapSteps.push_back(_rRoadmapStep)… in addHyperLabel()
164 …void insertHyperLabel( ItemIndex _Index, RoadmapItem* _rRoadmapStep ) { m_aRoadmapS… in insertHyperLabel()
283 RoadmapItem* ORoadmap::GetPreviousHyperLabel( ItemIndex _Index) in GetPreviousHyperLabel()
285 RoadmapItem* pOldItem = NULL; in GetPreviousHyperLabel()
294 …RoadmapItem* ORoadmap::InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _sLabel, ItemId … in InsertHyperLabel()
299 RoadmapItem* pItem = NULL; in InsertHyperLabel()
300 RoadmapItem* pOldItem = GetPreviousHyperLabel( _Index ); in InsertHyperLabel()
302 pItem = new RoadmapItem( *this, m_pImpl->getItemSize() ); in InsertHyperLabel()
380 RoadmapItem* pItem = NULL; in UpdatefollowingHyperLabels()
394 RoadmapItem* pOldItem = GetPreviousHyperLabel( m_pImpl->getItemCount() ); in UpdatefollowingHyperLabels()
403 RoadmapItem* pItem = GetByIndex( _Index); in ReplaceRoadmapItem()
421 const RoadmapItem* pHyperLabel = GetByIndex( _nIndex ); in GetItemID()
471 const RoadmapItem* _pLabelItem = GetByID( _nItemId, _nStartIndex ); in IsRoadmapItemEnabled()
478 RoadmapItem* pItem = GetByID( _nItemId, _nStartIndex ); in EnableRoadmapItem()
486 RoadmapItem* pItem = GetByID( _nID, _nStartIndex ); in ChangeRoadmapItemLabel()
506 RoadmapItem* pItem = GetByID( _nID, _nStartIndex ); in GetRoadmapItemLabel()
516 RoadmapItem* pItem = GetByID( _nID, _nStartIndex ); in ChangeRoadmapItemID()
522 RoadmapItem* ORoadmap::GetByID( ItemId _nID, ItemIndex _nStartIndex) in GetByID()
539 const RoadmapItem* ORoadmap::GetByID( ItemId _nID, ItemIndex _nStartIndex ) const in GetByID()
545 RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex) in GetByIndex()
556 const RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex ) const in GetByIndex()
564 RoadmapItem* pItem = NULL; in GetNextAvailableItemId()
581 RoadmapItem* pItem = NULL; in GetPreviousAvailableItemId()
629 RoadmapItem* pCurHyperLabel = GetByID( GetCurrentRoadmapItemID() ); in GetFocus()
638 RoadmapItem* pItem = GetByID( _nNewID ); in SelectRoadmapItemByID()
695 RoadmapItem* ORoadmap::GetByPointer(Window* pWindow) in GetByPointer()
716 RoadmapItem* pItem = GetByPointer( pWindow ); in PreNotify()
768 RoadmapItem* pLabelItem = GetByID( curItemID ); in DataChanged()
777 RoadmapItem::RoadmapItem( ORoadmap& _rParent, const Size& _rItemPlayground ) in RoadmapItem() function in svt::RoadmapItem
788 bool RoadmapItem::Contains( const Window* _pWindow ) const in Contains()
794 void RoadmapItem::GrabFocus() in GrabFocus()
801 void RoadmapItem::SetInteractive( sal_Bool _bInteractive ) in SetInteractive()
808 void RoadmapItem::SetID( sal_Int16 _ID ) in SetID()
815 sal_Int16 RoadmapItem::GetID() const in GetID()
821 void RoadmapItem::ImplUpdateIndex( const ItemIndex _nIndex ) in ImplUpdateIndex()
837 void RoadmapItem::SetIndex( ItemIndex _Index ) in SetIndex()
843 RoadmapTypes::ItemIndex RoadmapItem::GetIndex() const in GetIndex()
849 void RoadmapItem::SetLabel( const ::rtl::OUString& _rText ) in SetLabel()
856 ::rtl::OUString RoadmapItem::GetLabel( ) in GetLabel()
862 void RoadmapItem::SetPosition( RoadmapItem* _pOldItem ) in SetPosition()
884 void RoadmapItem::SetZOrder( RoadmapItem* pRefRoadmapHyperLabel, sal_uInt16 nFlags ) in SetZOrder()
893 void RoadmapItem::Enable( sal_Bool _bEnable) in Enable()
900 sal_Bool RoadmapItem::IsEnabled() const in IsEnabled()
906 void RoadmapItem::ToggleBackgroundColor( const Color& _rGBColor ) in ToggleBackgroundColor()
922 void RoadmapItem::ImplUpdatePosSize() in ImplUpdatePosSize()
942 void RoadmapItem::Update( ItemIndex _RMIndex, const ::rtl::OUString& _rText ) in Update()
952 RoadmapItem::~RoadmapItem( ) in ~RoadmapItem()
965 void RoadmapItem::SetClickHdl( const Link& rLink ) in SetClickHdl()
972 const Link& RoadmapItem::GetClickHdl( ) const in GetClickHdl()