Lines Matching refs:SwAddressListDialog

156 SwAddressListDialog::SwAddressListDialog(SwMailMergeAddressBlockPage* pParent) :  in SwAddressListDialog()  function in SwAddressListDialog
189 m_aFilterPB.SetClickHdl( LINK( this, SwAddressListDialog, FilterHdl_Impl )); in SwAddressListDialog()
190 m_aLoadListPB.SetClickHdl( LINK( this, SwAddressListDialog, LoadHdl_Impl )); in SwAddressListDialog()
191 m_aCreateListPB.SetClickHdl( LINK( this, SwAddressListDialog,CreateHdl_Impl )); in SwAddressListDialog()
192 m_aEditPB.SetClickHdl(LINK( this, SwAddressListDialog, EditHdl_Impl)); in SwAddressListDialog()
193 m_aTablePB.SetClickHdl(LINK( this, SwAddressListDialog, TableSelectHdl_Impl)); in SwAddressListDialog()
221 m_aOK.SetClickHdl( LINK( this, SwAddressListDialog, OKHdl_Impl)); in SwAddressListDialog()
280 m_aListLB.SetSelectHdl(LINK(this, SwAddressListDialog, ListBoxSelectHdl_Impl)); in SwAddressListDialog()
286 SwAddressListDialog::~SwAddressListDialog() in ~SwAddressListDialog()
299 IMPL_LINK(SwAddressListDialog, FilterHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument
367 IMPL_LINK(SwAddressListDialog, LoadHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument
381 IMPL_LINK(SwAddressListDialog, CreateHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
473 IMPL_LINK(SwAddressListDialog, EditHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
507 IMPL_LINK(SwAddressListDialog, ListBoxSelectHdl_Impl, SvTabListBox*, EMPTYARG) in IMPL_LINK() argument
510 Application::PostUserEvent( STATIC_LINK( this, SwAddressListDialog, in IMPL_LINK()
514 IMPL_STATIC_LINK(SwAddressListDialog, StaticListBoxSelectHdl_Impl, SvLBoxEntry*, pSelect) in IMPL_STATIC_LINK() argument
563 void SwAddressListDialog::DetectTablesAndQueries( in DetectTablesAndQueries()
663 IMPL_LINK(SwAddressListDialog, TableSelectHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
686 IMPL_LINK(SwAddressListDialog, OKHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument
695 uno::Reference< XDataSource> SwAddressListDialog::GetSource() in GetSource()
710 SharedConnection SwAddressListDialog::GetConnection() in GetConnection()
724 uno::Reference< XColumnsSupplier> SwAddressListDialog::GetColumnsSupplier() in GetColumnsSupplier()
738 ::rtl::OUString SwAddressListDialog::GetFilter() in GetFilter()