Lines Matching refs:LINK

61 		LINK( this, SvXPropertyEdit, ModifiedHdl ));  in SvXPropertyEdit()
63 LINK( this, SvXPropertyEdit, GetFocusHdl)); in SvXPropertyEdit()
65 LINK( this, SvXPropertyEdit, LoseFocusHdl)); in SvXPropertyEdit()
76 LINK( this, SvXPropertyEdit, ModifiedHdl )); in SvXPropertyEdit()
78 LINK( this, SvXPropertyEdit, GetFocusHdl)); in SvXPropertyEdit()
80 LINK( this, SvXPropertyEdit, LoseFocusHdl)); in SvXPropertyEdit()
190 LINK( this, SvXPropertyListBox, ModifiedHdl )); in SvXPropertyListBox()
192 LINK( this, SvXPropertyListBox, GetFocusHdl)); in SvXPropertyListBox()
194 LINK( this, SvXPropertyListBox, LoseFocusHdl)); in SvXPropertyListBox()
204 LINK( this, SvXPropertyListBox, ModifiedHdl )); in SvXPropertyListBox()
206 LINK( this, SvXPropertyListBox, GetFocusHdl)); in SvXPropertyListBox()
208 LINK( this, SvXPropertyListBox, LoseFocusHdl)); in SvXPropertyListBox()
319 LINK( this, SvXPropertyComboBox, ModifiedHdl )); in SvXPropertyComboBox()
321 LINK( this, SvXPropertyComboBox, GetFocusHdl)); in SvXPropertyComboBox()
323 LINK( this, SvXPropertyComboBox, LoseFocusHdl)); in SvXPropertyComboBox()
333 LINK( this, SvXPropertyComboBox, ModifiedHdl )); in SvXPropertyComboBox()
335 LINK( this, SvXPropertyComboBox, GetFocusHdl)); in SvXPropertyComboBox()
337 LINK( this, SvXPropertyComboBox, LoseFocusHdl)); in SvXPropertyComboBox()
677 aListener.SetModifyHdl (LINK( this, SvListBoxForProperties, ModifyHdl)); in SvListBoxForProperties()
678 aListener.SetGetFocusHdl (LINK( this, SvListBoxForProperties, GetFocusHdl)); in SvListBoxForProperties()
679 aListener.SetLoseFocusHdl(LINK( this, SvListBoxForProperties,LoseFocusHdl)); in SvListBoxForProperties()
680 aListener.SetKeyInputHdl (LINK( this, SvListBoxForProperties, KeyInputHdl)); in SvListBoxForProperties()
693 LINK( this, SvListBoxForProperties, ScrollHdl )); in SvListBoxForProperties()
714 aVScroll.SetScrollHdl( LINK( this, SvListBoxForProperties, ScrollHdl ) ); in SvListBoxForProperties()
1008 pPropLine->SetClickHdl(LINK( this, SvListBoxForProperties, ClickHdl ) ); in ChangeEntry()