Searched refs:SwLabPage (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/ui/envelp/ |
| H A D | label1.cxx | 108 ((SwLabPage*)&rPage)->SetNewDBMgr(pNewDBMgr); in PageCreated() 109 ((SwLabPage*)&rPage)->InitDatabaseBox(); in PageCreated() 112 ((SwLabPage*)&rPage)->SetToBusinessCard(); in PageCreated() 145 AddTabPage(TP_LAB_LAB, m_bLabel ? sFormat : sMedium ,SwLabPage ::Create, 0, sal_False, 0); in SwLabDlg() 266 SwLabPage::SwLabPage(Window* pParent, const SfxItemSet& rSet) : in SwLabPage() function in SwLabPage 299 aAddrBox .SetClickHdl (LINK(this, SwLabPage, AddrHdl )); in SwLabPage() 300 aDatabaseLB .SetSelectHdl(LINK(this, SwLabPage, DatabaseHdl )); in SwLabPage() 301 aTableLB .SetSelectHdl(LINK(this, SwLabPage, DatabaseHdl )); in SwLabPage() 302 aInsertBT .SetClickHdl (LINK(this, SwLabPage, FieldHdl )); in SwLabPage() 303 aContButton .SetClickHdl (LINK(this, SwLabPage, PageHdl )); in SwLabPage() [all …]
|
| H A D | swuilabimp.hxx | 27 class SwLabPage : public SfxTabPage class 58 SwLabPage(Window* pParent, const SfxItemSet& rSet); 59 ~SwLabPage();
|