Lines Matching refs:pParent

83 OfaAutoCorrDlg::OfaAutoCorrDlg(Window* pParent, const SfxItemSet* _pSet ) :  in OfaAutoCorrDlg()  argument
84 SfxTabDialog(pParent, CUI_RES( RID_OFA_AUTOCORR_DLG ), _pSet), in OfaAutoCorrDlg()
212 OfaAutocorrOptionsPage::OfaAutocorrOptionsPage( Window* pParent, in OfaAutocorrOptionsPage() argument
214 SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_AUTOCORR_OPTIONS ), rSet), in OfaAutocorrOptionsPage()
244 SfxTabPage* OfaAutocorrOptionsPage::Create( Window* pParent, in Create() argument
247 return new OfaAutocorrOptionsPage(pParent, rSet); in Create()
349 OfaAutoFmtPrcntSet(Window* pParent) : in OfaAutoFmtPrcntSet() argument
350 ModalDialog(pParent, CUI_RES(RID_OFADLG_PRCNT_SET)), in OfaAutoFmtPrcntSet()
455 OfaSwAutoFmtOptionsPage::OfaSwAutoFmtOptionsPage( Window* pParent, in OfaSwAutoFmtOptionsPage() argument
457 SfxTabPage(pParent, CUI_RES(RID_OFAPAGE_AUTOFMT_APPLY), rSet), in OfaSwAutoFmtOptionsPage()
561 SfxTabPage* __EXPORT OfaSwAutoFmtOptionsPage::Create( Window* pParent, in Create() argument
564 return new OfaSwAutoFmtOptionsPage(pParent, rAttrSet); in Create()
986 OfaAutocorrReplacePage::OfaAutocorrReplacePage( Window* pParent, in OfaAutocorrReplacePage() argument
988 SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_AUTOCORR_REPLACE ), rSet), in OfaAutocorrReplacePage()
1048 SfxTabPage* OfaAutocorrReplacePage::Create( Window* pParent, in Create() argument
1051 return new OfaAutocorrReplacePage(pParent, rSet); in Create()
1581 OfaAutocorrExceptPage::OfaAutocorrExceptPage( Window* pParent, in OfaAutocorrExceptPage() argument
1583 SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_AUTOCORR_EXCEPT ), rSet), in OfaAutocorrExceptPage()
1642 SfxTabPage* OfaAutocorrExceptPage::Create( Window* pParent, in Create() argument
1645 return new OfaAutocorrExceptPage(pParent, rSet); in Create()
2020 OfaQuoteTabPage::OfaQuoteTabPage( Window* pParent, const SfxItemSet& rSet ) : in OfaQuoteTabPage() argument
2021 SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_AUTOCORR_QUOTE ), rSet), in OfaQuoteTabPage()
2132 SfxTabPage* OfaQuoteTabPage::Create( Window* pParent, in Create() argument
2135 return new OfaQuoteTabPage(pParent, rAttrSet); in Create()
2410 OfaAutoCompleteTabPage::OfaAutoCompleteTabPage( Window* pParent, in OfaAutoCompleteTabPage() argument
2412 : SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_AUTOCOMPLETE_OPTIONS ), rSet), in OfaAutoCompleteTabPage()
2460 SfxTabPage* OfaAutoCompleteTabPage::Create( Window* pParent, in Create() argument
2463 return new OfaAutoCompleteTabPage( pParent, rSet ); in Create()
2659 OfaSmartTagOptionsTabPage::OfaSmartTagOptionsTabPage( Window* pParent, in OfaSmartTagOptionsTabPage() argument
2661 : SfxTabPage(pParent, CUI_RES( RID_OFAPAGE_SMARTTAG_OPTIONS ), rSet), in OfaSmartTagOptionsTabPage()
2684 SfxTabPage* OfaSmartTagOptionsTabPage::Create( Window* pParent, const SfxItemSet& rSet) in Create() argument
2686 return new OfaSmartTagOptionsTabPage( pParent, rSet ); in Create()