Lines Matching refs:OfaAutocorrExceptPage

130 	AddTabPage(RID_OFAPAGE_AUTOCORR_EXCEPT,  OfaAutocorrExceptPage::Create, 0);  in OfaAutoCorrDlg()
204 ((OfaAutocorrExceptPage*)GetTabPage( nPageId ))->SetLanguage(eNewLang); in IMPL_LINK()
1581 OfaAutocorrExceptPage::OfaAutocorrExceptPage( Window* pParent, in OfaAutocorrExceptPage() function in OfaAutocorrExceptPage
1609 aNewAbbrevPB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1610 aDelAbbrevPB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1611 aNewDoublePB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1612 aDelDoublePB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1614 aAbbrevLB.SetSelectHdl(LINK(this, OfaAutocorrExceptPage, SelectHdl)); in OfaAutocorrExceptPage()
1615 aDoubleCapsLB.SetSelectHdl(LINK(this, OfaAutocorrExceptPage, SelectHdl)); in OfaAutocorrExceptPage()
1616 aAbbrevED.SetModifyHdl(LINK(this, OfaAutocorrExceptPage, ModifyHdl)); in OfaAutocorrExceptPage()
1617 aDoubleCapsED.SetModifyHdl(LINK(this, OfaAutocorrExceptPage, ModifyHdl)); in OfaAutocorrExceptPage()
1619 aAbbrevED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1620 aDoubleCapsED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1632 OfaAutocorrExceptPage::~OfaAutocorrExceptPage() in ~OfaAutocorrExceptPage()
1642 SfxTabPage* OfaAutocorrExceptPage::Create( Window* pParent, in Create()
1645 return new OfaAutocorrExceptPage(pParent, rSet); in Create()
1650 void OfaAutocorrExceptPage::ActivatePage( const SfxItemSet& ) in ActivatePage()
1659 int OfaAutocorrExceptPage::DeactivatePage( SfxItemSet* ) in DeactivatePage()
1667 sal_Bool OfaAutocorrExceptPage::FillItemSet( SfxItemSet& ) in FillItemSet()
1778 void OfaAutocorrExceptPage::SetLanguage(LanguageType eSet) in SetLanguage()
1795 void OfaAutocorrExceptPage::RefillReplaceBoxes(sal_Bool bFromReset, in RefillReplaceBoxes()
1872 void OfaAutocorrExceptPage::Reset( const SfxItemSet& ) in Reset()
1887 IMPL_LINK(OfaAutocorrExceptPage, NewDelHdl, PushButton*, pBtn) in IMPL_LINK() argument
1918 IMPL_LINK(OfaAutocorrExceptPage, SelectHdl, ListBox*, pBox) in IMPL_LINK() argument
1939 IMPL_LINK(OfaAutocorrExceptPage, ModifyHdl, Edit*, pEdt) in IMPL_LINK() argument