Searched refs:SwCustomizeAddressListDialog (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/ui/dbui/ |
H A D | customizeaddresslistdialog.cxx | 44 SwCustomizeAddressListDialog::SwCustomizeAddressListDialog( in SwCustomizeAddressListDialog() function 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() [all …]
|
H A D | customizeaddresslistdialog.hxx | 38 class SwCustomizeAddressListDialog : public SfxModalDialog class 65 SwCustomizeAddressListDialog(Window* pParent, const SwCSVData& rOldData); 66 ~SwCustomizeAddressListDialog();
|
H A D | createaddresslistdialog.cxx | 576 SwCustomizeAddressListDialog* pDlg = new SwCustomizeAddressListDialog(pButton, *m_pCSVData); in IMPL_LINK()
|
Completed in 31 milliseconds