Lines Matching refs:SwLabPage

112 			((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()
310 aSheetButton .SetClickHdl (LINK(this, SwLabPage, PageHdl )); in SwLabPage()
311 aMakeBox .SetSelectHdl(LINK(this, SwLabPage, MakeHdl )); in SwLabPage()
312 aTypeBox .SetSelectHdl(LINK(this, SwLabPage, TypeHdl )); in SwLabPage()
335 SwLabPage::~SwLabPage() in ~SwLabPage()
348 void SwLabPage::SetToBusinessCard() in SetToBusinessCard()
395 IMPL_LINK( SwLabPage, AddrHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
409 IMPL_LINK( SwLabPage, DatabaseHdl, ListBox *, pListBox ) in IMPL_LINK() argument
423 IMPL_LINK( SwLabPage, FieldHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
445 IMPL_LINK_INLINE_START( SwLabPage, PageHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
450 IMPL_LINK_INLINE_END( SwLabPage, PageHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
456 IMPL_LINK( SwLabPage, MakeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END()
514 IMPL_LINK_INLINE_START( SwLabPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
520 IMPL_LINK_INLINE_END( SwLabPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
526 void SwLabPage::DisplayFormat() in IMPL_LINK_INLINE_END()
559 SwLabRec* SwLabPage::GetSelectedEntryPos() in GetSelectedEntryPos()
570 void SwLabPage::InitDatabaseBox() in InitDatabaseBox()
593 SfxTabPage* SwLabPage::Create(Window* pParent, const SfxItemSet& rSet) in Create()
595 return new SwLabPage(pParent, rSet); in Create()
599 void SwLabPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
604 int SwLabPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
616 void SwLabPage::FillItem(SwLabItem& rItem) in FillItem()
636 sal_Bool SwLabPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
646 void SwLabPage::Reset(const SfxItemSet& rSet) in Reset()