Lines Matching refs:rSet

126 SwLabDlg::SwLabDlg(Window* pParent, const SfxItemSet& rSet,  in SwLabDlg()  argument
128 SfxTabDialog( pParent, SW_RES(DLG_LAB), &rSet, sal_False ), in SwLabDlg()
168 SwLabItem aItem((const SwLabItem&)rSet.Get( FN_LABEL )); in SwLabDlg()
272 SwLabPage::SwLabPage(Window* pParent, const SfxItemSet& rSet) : in SwLabPage() argument
273 SfxTabPage(pParent, SW_RES(TP_LAB_LAB), rSet), in SwLabPage()
275 aItem ((const SwLabItem&) rSet.Get(FN_LABEL)), in SwLabPage()
593 SfxTabPage* SwLabPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
595 return new SwLabPage(pParent, rSet); in Create()
599 void SwLabPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
601 Reset( rSet ); in ActivatePage()
636 sal_Bool SwLabPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
639 rSet.Put( aItem ); in FillItemSet()
646 void SwLabPage::Reset(const SfxItemSet& rSet) in Reset() argument
648 aItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset()
718 SwVisitingCardPage::SwVisitingCardPage(Window* pParent, const SfxItemSet& rSet) : in SwVisitingCardPage() argument
719 SfxTabPage(pParent, SW_RES(TP_VISITING_CARDS), rSet), in SwVisitingCardPage()
760 SfxTabPage* SwVisitingCardPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
762 return new SwVisitingCardPage(pParent, rSet); in Create()
767 void SwVisitingCardPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
769 Reset( rSet ); in ActivatePage()
784 sal_Bool SwVisitingCardPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
795 rSet.Put(aLabItem); in FillItemSet()
832 void SwVisitingCardPage::Reset(const SfxItemSet& rSet) in Reset() argument
834 aLabItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset()
880 SwPrivateDataPage::SwPrivateDataPage(Window* pParent, const SfxItemSet& rSet) : in SwPrivateDataPage() argument
881 SfxTabPage(pParent, SW_RES(TP_PRIVATE_DATA), rSet), in SwPrivateDataPage()
927 SfxTabPage* SwPrivateDataPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
929 return new SwPrivateDataPage(pParent, rSet); in Create()
934 void SwPrivateDataPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
936 Reset(rSet); in ActivatePage()
950 sal_Bool SwPrivateDataPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
973 rSet.Put(aItem); in FillItemSet()
979 void SwPrivateDataPage::Reset(const SfxItemSet& rSet) in Reset() argument
981 const SwLabItem& aItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset()
1004 SwBusinessDataPage::SwBusinessDataPage(Window* pParent, const SfxItemSet& rSet) : in SwBusinessDataPage() argument
1005 SfxTabPage(pParent, SW_RES(TP_BUSINESS_DATA), rSet), in SwBusinessDataPage()
1045 SfxTabPage* SwBusinessDataPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
1047 return new SwBusinessDataPage(pParent, rSet); in Create()
1052 void SwBusinessDataPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
1054 Reset(rSet); in ActivatePage()
1068 sal_Bool SwBusinessDataPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
1087 rSet.Put(aItem); in FillItemSet()
1093 void SwBusinessDataPage::Reset(const SfxItemSet& rSet) in Reset() argument
1095 const SwLabItem& aItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset()