Lines Matching refs:SwAssignFieldsControl
1009 class SwAssignFieldsControl : public Control class
1037 SwAssignFieldsControl(Window* pParent, const ResId& rResId,
1039 ~SwAssignFieldsControl();
1051 SwAssignFieldsControl::SwAssignFieldsControl( in SwAssignFieldsControl() function in SwAssignFieldsControl
1094 Link aMatchHdl = LINK(this, SwAssignFieldsControl, MatchHdl_Impl); in SwAssignFieldsControl()
1095 Link aFocusHdl = LINK(this, SwAssignFieldsControl, GotFocusHdl_Impl); in SwAssignFieldsControl()
1178 m_aVScroll.SetScrollHdl(LINK(this, SwAssignFieldsControl, ScrollHdl_Impl)); in SwAssignFieldsControl()
1188 SwAssignFieldsControl::~SwAssignFieldsControl() in ~SwAssignFieldsControl()
1203 void SwAssignFieldsControl::Command( const CommandEvent& rCEvt ) in Command()
1225 long SwAssignFieldsControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1242 void SwAssignFieldsControl::MakeVisible( sal_Int32 nIndex ) in MakeVisible()
1257 IMPL_LINK(SwAssignFieldsControl, ScrollHdl_Impl, ScrollBar*, pScroll) in IMPL_LINK() argument
1284 IMPL_LINK(SwAssignFieldsControl, MatchHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument
1322 IMPL_LINK(SwAssignFieldsControl, GotFocusHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument
1351 m_pFieldsControl( new SwAssignFieldsControl(this, SW_RES( CT_FIELDS ), rConfigItem)), in SwAssignFieldsDialog()