Lines Matching refs:pParent

126 SwLabDlg::SwLabDlg(Window* pParent, const SfxItemSet& rSet,  in SwLabDlg()  argument
128 SfxTabDialog( pParent, SW_RES(DLG_LAB), &rSet, sal_False ), in SwLabDlg()
141 WaitObject aWait( pParent ); in SwLabDlg()
272 SwLabPage::SwLabPage(Window* pParent, const SfxItemSet& rSet) : in SwLabPage() argument
273 SfxTabPage(pParent, SW_RES(TP_LAB_LAB), rSet), in SwLabPage()
298 WaitObject aWait( pParent ); in SwLabPage()
593 SfxTabPage* SwLabPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
595 return new SwLabPage(pParent, rSet); in Create()
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()
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()
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()