Lines Matching refs:ORoadmap
98 RoadmapItem( ORoadmap& _rParent, const Size& _rItemPlayground );
139 const ORoadmap& m_rAntiImpl;
149 RoadmapImpl( const ORoadmap& _rAntiImpl ) in RoadmapImpl()
213 ORoadmap::ORoadmap( Window* _pParent, const ResId& _rId ) in ORoadmap() function in svt::ORoadmap
221 ORoadmap::ORoadmap( Window* _pParent, WinBits _nWinStyle ) in ORoadmap() function in svt::ORoadmap
230 void ORoadmap::implInit() in implInit()
262 ORoadmap::~ORoadmap( ) in ~ORoadmap()
277 RoadmapTypes::ItemId ORoadmap::GetCurrentRoadmapItemID() const in GetCurrentRoadmapItemID()
283 RoadmapItem* ORoadmap::GetPreviousHyperLabel( ItemIndex _Index) in GetPreviousHyperLabel()
294 …RoadmapItem* ORoadmap::InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _sLabel, ItemId … in InsertHyperLabel()
314 pItem->SetClickHdl(LINK( this, ORoadmap, ImplClickHdl ) ); in InsertHyperLabel()
323 void ORoadmap::SetRoadmapBitmap( const BitmapEx& _rBmp, sal_Bool _bInvalidate ) in SetRoadmapBitmap()
331 const BitmapEx& ORoadmap::GetRoadmapBitmap( ) const in GetRoadmapBitmap()
337 void ORoadmap::SetRoadmapInteractive( sal_Bool _bInteractive ) in SetRoadmapInteractive()
352 sal_Bool ORoadmap::IsRoadmapInteractive() in IsRoadmapInteractive()
358 void ORoadmap::SetRoadmapComplete( sal_Bool _bComplete ) in SetRoadmapComplete()
375 void ORoadmap::UpdatefollowingHyperLabels( ItemIndex _nIndex ) in UpdatefollowingHyperLabels()
401 …void ORoadmap::ReplaceRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _… in ReplaceRoadmapItem()
413 RoadmapTypes::ItemIndex ORoadmap::GetItemCount() const in GetItemCount()
419 RoadmapTypes::ItemId ORoadmap::GetItemID( ItemIndex _nIndex ) const in GetItemID()
428 RoadmapTypes::ItemIndex ORoadmap::GetItemIndex( ItemId _nID ) const in GetItemIndex()
445 …void ORoadmap::InsertRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _n… in InsertRoadmapItem()
453 void ORoadmap::DeleteRoadmapItem( ItemIndex _Index ) in DeleteRoadmapItem()
463 sal_Bool ORoadmap::IsRoadmapComplete( ) const in IsRoadmapComplete()
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()
539 const RoadmapItem* ORoadmap::GetByID( ItemId _nID, ItemIndex _nStartIndex ) const in GetByID()
541 return const_cast< ORoadmap* >( this )->GetByID( _nID, _nStartIndex ); in GetByID()
545 RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex) in GetByIndex()
556 const RoadmapItem* ORoadmap::GetByIndex( ItemIndex _nItemIndex ) const in GetByIndex()
558 return const_cast< ORoadmap* >( this )->GetByIndex( _nItemIndex ); in GetByIndex()
562 RoadmapTypes::ItemId ORoadmap::GetNextAvailableItemId( ItemIndex _nNewIndex ) in GetNextAvailableItemId()
579 RoadmapTypes::ItemId ORoadmap::GetPreviousAvailableItemId( ItemIndex _nNewIndex ) in GetPreviousAvailableItemId()
595 void ORoadmap::DeselectOldRoadmapItems() in DeselectOldRoadmapItems()
608 void ORoadmap::SetItemSelectHdl( const Link& _rHdl ) in SetItemSelectHdl()
614 Link ORoadmap::GetItemSelectHdl( ) const in GetItemSelectHdl()
620 void ORoadmap::Select() in Select()
627 void ORoadmap::GetFocus() in GetFocus()
635 sal_Bool ORoadmap::SelectRoadmapItemByID( ItemId _nNewID ) in SelectRoadmapItemByID()
657 void ORoadmap::Paint( const Rectangle& _rRect ) in Paint()
680 void ORoadmap::DrawHeadline() in DrawHeadline()
695 RoadmapItem* ORoadmap::GetByPointer(Window* pWindow) in GetByPointer()
710 long ORoadmap::PreNotify( NotifyEvent& _rNEvt ) in PreNotify()
747 IMPL_LINK(ORoadmap, ImplClickHdl, HyperLabel*, _CurHyperLabel) in IMPL_LINK() argument
755 void ORoadmap::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
777 RoadmapItem::RoadmapItem( ORoadmap& _rParent, const Size& _rItemPlayground ) in RoadmapItem()