Lines Matching refs:SvListBoxForProperties

670 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()
745 void SvListBoxForProperties::Resize() in Resize()
767 void SvListBoxForProperties::SetController( SvPropertyDataControl *pPDC) in SetController()
772 sal_uInt16 SvListBoxForProperties::CalcVisibleLines() in CalcVisibleLines()
782 void SvListBoxForProperties::UpdateVScroll() in UpdateVScroll()
802 void SvListBoxForProperties::UpdatePosNSize() in UpdatePosNSize()
838 void SvListBoxForProperties::UpdatePlayGround() in UpdatePlayGround()
879 void SvListBoxForProperties::UpdateAll() in UpdateAll()
886 void SvListBoxForProperties::DisableUpdate() in DisableUpdate()
891 void SvListBoxForProperties::EnableUpdate() in EnableUpdate()
897 void SvListBoxForProperties::SetPropertyValue( const String & rEntryName, const String & rValue ) in SetPropertyValue()
911 sal_uInt16 SvListBoxForProperties::AppendEntry( const SvPropertyData& aPropData) in AppendEntry()
916 sal_uInt16 SvListBoxForProperties::InsertEntry( const SvPropertyData& aPropData, sal_uInt16 nPos) in InsertEntry()
937 void SvListBoxForProperties::ChangeEntry( const SvPropertyData& aPropData, sal_uInt16 nPos) in ChangeEntry()
1008 pPropLine->SetClickHdl(LINK( this, SvListBoxForProperties, ClickHdl ) ); in ChangeEntry()
1021 sal_uInt16 SvListBoxForProperties::GetFirstVisibleEntry() in GetFirstVisibleEntry()
1025 void SvListBoxForProperties::SetFirstVisibleEntry(sal_uInt16) in SetFirstVisibleEntry()
1030 void SvListBoxForProperties::SetSelectedEntry(sal_uInt16) in SetSelectedEntry()
1035 sal_uInt16 SvListBoxForProperties::GetSelectedEntry() in GetSelectedEntry()
1040 IMPL_LINK( SvListBoxForProperties, ScrollHdl, ScrollBar*, pSB ) in IMPL_LINK() argument
1071 IMPL_LINK( SvListBoxForProperties, ClickHdl, PushButton*,pPB) in IMPL_LINK() argument
1083 IMPL_LINK( SvListBoxForProperties, ModifyHdl,SvXPropEvListener*, pSvXPEvL) in IMPL_LINK() argument
1097 IMPL_LINK( SvListBoxForProperties, GetFocusHdl,SvXPropEvListener*, pSvXPEvL) in IMPL_LINK() argument
1108 IMPL_LINK( SvListBoxForProperties, LoseFocusHdl,SvXPropEvListener*, pSvXPEvL) in IMPL_LINK() argument
1126 IMPL_LINK( SvListBoxForProperties, KeyInputHdl,SvXPropEvListener*, pSvXPEvL) in IMPL_LINK() argument
1156 SvListBoxForProperties* SvTabPageForProperties::GetTheListBox() in GetTheListBox()