Lines Matching refs:SwCustomizeAddressListDialog
44 SwCustomizeAddressListDialog::SwCustomizeAddressListDialog( in SwCustomizeAddressListDialog() function in SwCustomizeAddressListDialog
67 m_aFieldsLB.SetSelectHdl(LINK(this, SwCustomizeAddressListDialog, ListBoxSelectHdl_Impl)); in SwCustomizeAddressListDialog()
68 Link aAddRenameLk = LINK(this, SwCustomizeAddressListDialog, AddRenameHdl_Impl ); in SwCustomizeAddressListDialog()
71 m_aDeletePB.SetClickHdl(LINK(this, SwCustomizeAddressListDialog, DeleteHdl_Impl )); in SwCustomizeAddressListDialog()
72 Link aUpDownLk = LINK(this, SwCustomizeAddressListDialog, UpDownHdl_Impl); in SwCustomizeAddressListDialog()
88 SwCustomizeAddressListDialog::~SwCustomizeAddressListDialog() in ~SwCustomizeAddressListDialog()
95 IMPL_LINK(SwCustomizeAddressListDialog, ListBoxSelectHdl_Impl, ListBox*, EMPTYARG) in IMPL_LINK() argument
103 IMPL_LINK(SwCustomizeAddressListDialog, AddRenameHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
149 IMPL_LINK(SwCustomizeAddressListDialog, DeleteHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument
168 IMPL_LINK(SwCustomizeAddressListDialog, UpDownHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
198 void SwCustomizeAddressListDialog::UpdateButtons() in UpdateButtons()
210 SwCSVData* SwCustomizeAddressListDialog::GetNewData() in GetNewData()