Lines Matching refs:pParent
73 SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) : in SwLoadOptPage() argument
75 SfxTabPage( pParent, SW_RES( TP_OPTLOAD_PAGE ), rSet ), in SwLoadOptPage()
150 SfxTabPage* __EXPORT SwLoadOptPage::Create( Window* pParent, in Create() argument
153 return new SwLoadOptPage(pParent, rAttrSet ); in Create()
339 SwCaptionOptDlg::SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet) : in SwCaptionOptDlg() argument
340 SfxSingleTabDialog(pParent, rSet, 0) in SwCaptionOptDlg()
358 SwCaptionPreview::SwCaptionPreview( Window* pParent, const ResId& rResId ) in SwCaptionPreview() argument
359 : Window( pParent, rResId ) in SwCaptionPreview()
391 SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet ) in SwCaptionOptPage() argument
392 : SfxTabPage(pParent, SW_RES(TP_OPTCAPTION_PAGE), rSet), in SwCaptionOptPage()
526 SfxTabPage* SwCaptionOptPage::Create( Window* pParent, in Create() argument
529 return new SwCaptionOptPage(pParent, rAttrSet ); in Create()