Searched refs:HyperLabel (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | hyperlabel.cxx | 81 HyperLabel::HyperLabel( Window* _pParent, const ResId& _rId ) in HyperLabel() function in svt::HyperLabel 88 HyperLabel::HyperLabel( Window* _pParent, WinBits _nWinStyle ) in HyperLabel() function in svt::HyperLabel 96 sal_Int32 HyperLabel::GetLogicWidth() in GetLogicWidth() 113 void HyperLabel::implInit() in implInit() 186 void HyperLabel::GetFocus() in GetFocus() 196 void HyperLabel::LoseFocus() in LoseFocus() 201 HyperLabel::~HyperLabel( ) in ~HyperLabel() 211 sal_Int16 HyperLabel::GetID() const in GetID() 216 sal_Int32 HyperLabel::GetIndex() const in GetIndex() 221 void HyperLabel::SetID( sal_Int16 _ID ) in SetID() [all …]
|
H A D | roadmap.cxx | 94 HyperLabel* mpDescription; 126 HyperLabel* GetDescriptionHyperLabel() const { return mpDescription; } in GetDescriptionHyperLabel() 747 IMPL_LINK(ORoadmap, ImplClickHdl, HyperLabel*, _CurHyperLabel) in IMPL_LINK() argument 783 mpDescription = new HyperLabel( &_rParent, WB_NOTABSTOP | WB_WORDBREAK ); in RoadmapItem()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | hyperlabel.hxx | 41 class HyperLabel : public FixedText class 59 HyperLabel( Window* _pParent, const ResId& _rId ); 60 HyperLabel( Window* _pParent, WinBits _nWinStyle = 0 ); 61 ~HyperLabel( ); 86 DECL_LINK(ImplClickHdl, HyperLabel*);
|
H A D | roadmap.hxx | 110 DECL_LINK(ImplClickHdl, HyperLabel*);
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | RoadmapItem.idl | 54 /** When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
|
Completed in 21 milliseconds