Home
last modified time | relevance | path

Searched refs:SwLabPage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx112 ((SwLabPage*)&rPage)->SetNewDBMgr(pNewDBMgr); in PageCreated()
113 ((SwLabPage*)&rPage)->InitDatabaseBox(); in PageCreated()
116 ((SwLabPage*)&rPage)->SetToBusinessCard(); in PageCreated()
149 AddTabPage(TP_LAB_LAB, m_bLabel ? sFormat : sMedium ,SwLabPage ::Create, 0, sal_False, 0); in SwLabDlg()
272 SwLabPage::SwLabPage(Window* pParent, const SfxItemSet& rSet) : in SwLabPage() function in SwLabPage
305 aAddrBox .SetClickHdl (LINK(this, SwLabPage, AddrHdl )); in SwLabPage()
306 aDatabaseLB .SetSelectHdl(LINK(this, SwLabPage, DatabaseHdl )); in SwLabPage()
307 aTableLB .SetSelectHdl(LINK(this, SwLabPage, DatabaseHdl )); in SwLabPage()
308 aInsertBT .SetClickHdl (LINK(this, SwLabPage, FieldHdl )); in SwLabPage()
309 aContButton .SetClickHdl (LINK(this, SwLabPage, PageHdl )); in SwLabPage()
[all …]
H A Dswuilabimp.hxx27 class SwLabPage : public SfxTabPage class
58 SwLabPage(Window* pParent, const SfxItemSet& rSet);
59 ~SwLabPage();