Home
last modified time | relevance | path

Searched refs:SvListBoxForProperties (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svtools/source/dialogs/
H A Dproperty.cxx670 SvListBoxForProperties::SvListBoxForProperties( Window* pParent, WinBits nWinStyle) in SvListBoxForProperties() function in SvListBoxForProperties
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()
698 SvListBoxForProperties::SvListBoxForProperties( Window* pParent, const ResId& rResId ) in SvListBoxForProperties() function in SvListBoxForProperties
714 aVScroll.SetScrollHdl( LINK( this, SvListBoxForProperties, ScrollHdl ) ); in SvListBoxForProperties()
719 SvListBoxForProperties::~SvListBoxForProperties() in ~SvListBoxForProperties()
724 void SvListBoxForProperties::Clear() in Clear()
[all …]
/AOO41X/main/svtools/source/inc/
H A Dproperty.hxx368 class SvListBoxForProperties: public Control class
399SvListBoxForProperties( Window* pParent, WinBits nWinStyle = 0 );
400 SvListBoxForProperties( Window* pParent, const ResId& rResId );
402 ~SvListBoxForProperties();
432 SvListBoxForProperties aLbProp;
441 SvListBoxForProperties* GetTheListBox();