Lines Matching refs:SwLabPage
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()
304 aSheetButton .SetClickHdl (LINK(this, SwLabPage, PageHdl )); in SwLabPage()
305 aMakeBox .SetSelectHdl(LINK(this, SwLabPage, MakeHdl )); in SwLabPage()
306 aTypeBox .SetSelectHdl(LINK(this, SwLabPage, TypeHdl )); in SwLabPage()
329 SwLabPage::~SwLabPage() in ~SwLabPage()
342 void SwLabPage::SetToBusinessCard() in SetToBusinessCard()
389 IMPL_LINK( SwLabPage, AddrHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
403 IMPL_LINK( SwLabPage, DatabaseHdl, ListBox *, pListBox ) in IMPL_LINK() argument
417 IMPL_LINK( SwLabPage, FieldHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
439 IMPL_LINK_INLINE_START( SwLabPage, PageHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
444 IMPL_LINK_INLINE_END( SwLabPage, PageHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
450 IMPL_LINK( SwLabPage, MakeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END()
508 IMPL_LINK_INLINE_START( SwLabPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
514 IMPL_LINK_INLINE_END( SwLabPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
520 void SwLabPage::DisplayFormat() in IMPL_LINK_INLINE_END()
553 SwLabRec* SwLabPage::GetSelectedEntryPos() in GetSelectedEntryPos()
564 void SwLabPage::InitDatabaseBox() in InitDatabaseBox()
587 SfxTabPage* SwLabPage::Create(Window* pParent, const SfxItemSet& rSet) in Create()
589 return new SwLabPage(pParent, rSet); in Create()
593 void SwLabPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
598 int SwLabPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
610 void SwLabPage::FillItem(SwLabItem& rItem) in FillItem()
630 sal_Bool SwLabPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
640 void SwLabPage::Reset(const SfxItemSet& rSet) in Reset()