Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Droadmap.cxx51 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(_rRoa… in addHyperLabel()
164 …void insertHyperLabel( ItemIndex _Index, RoadmapItem* _rRoadmapStep ) { m_aRoadmapS… in insertHyperLabel()
283 RoadmapItem* ORoadmap::GetPreviousHyperLabel( ItemIndex _Index) in GetPreviousHyperLabel()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Droadmap.hxx51 class RoadmapItem;
112 RoadmapItem* GetByIndex( ItemIndex _nItemIndex );
113 const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const;
115 RoadmapItem* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 );
116 const RoadmapItem* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 ) const;
117 RoadmapItem* GetPreviousHyperLabel( ItemIndex _Index);
123 RoadmapItem* GetByPointer(Window* pWindow);
124RoadmapItem* InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _aStr, Item…
/AOO42X/main/offapi/com/sun/star/awt/
H A DRoadmapItem.idl34 /* specifies a RoadmapItem which serves as an Element in a Container like the Roadmap
38 service RoadmapItem
41 * When the RoadmapItem is inserted into the Roadmap via "insertByIndex"
47 /** The Label of the RoadmapItem does not include its Prefix that is auto
54 /** When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
56 * Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
57 * underline the Label for the time the mousepointer resides over the RoadmapItem.
60 * RoadmapItem.
H A DUnoControlRoadmap.idl54 <li>Complete: When set to <FALSE/> a non interactive RoadmapItem is appended
56 <li>Interactive: When activating a RoadmapItem (see <type>RoadmapItem</type>) the
67 is set to 'true' the listener is triggered each time the user selects a RoadmapItem
68 by Mouseclick or pressing space bar at the currently focussed RoadmapItem.
70 the value of the property "ID" of the activated RoadmapItem.
H A DUnoControlRoadmapModel.idl53 as specified in com::sun::star::awt:RoadmapItem. The RoadmapItems are
58 boundaries - set equal to last index of the RoadmapItem Array.
82 false than a non - interactive RoadmapItem is appended
H A Dmakefile.mk134 RoadmapItem.idl\
/AOO42X/main/offapi/
H A DUnoApi_offapi.mk205 offapi/com/sun/star/awt/RoadmapItem \