Lines Matching refs:SpellDialog

197 SpellDialog::SpellDialog(  in SpellDialog()  function in SpellDialog
241 aDialogUndoLink( LINK (this, SpellDialog, DialogUndoHdl)), in SpellDialog()
269 this, SpellDialog, InitHdl ) ); in SpellDialog()
274 SpellDialog::~SpellDialog() in ~SpellDialog()
289 void SpellDialog::Init_Impl() in Init_Impl()
292 aClosePB.SetClickHdl(LINK( this, SpellDialog, CancelHdl ) ); in Init_Impl()
293 aChangePB.SetClickHdl(LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()
294 aChangeAllPB.SetClickHdl(LINK( this, SpellDialog, ChangeAllHdl ) ); in Init_Impl()
295 aIgnorePB.SetClickHdl(LINK( this, SpellDialog, IgnoreHdl ) ); in Init_Impl()
296 aIgnoreAllPB.SetClickHdl(LINK( this, SpellDialog, IgnoreAllHdl ) ); in Init_Impl()
297 aIgnoreRulePB.SetClickHdl(LINK( this, SpellDialog, IgnoreAllHdl ) ); in Init_Impl()
298 aUndoPB.SetClickHdl(LINK( this, SpellDialog, UndoHdl ) ); in Init_Impl()
300 aAutoCorrPB.SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
301 aCheckGrammarCB.SetClickHdl( LINK( this, SpellDialog, CheckGrammarHdl )); in Init_Impl()
302 aOptionsPB .SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
304 aSuggestionLB.SetDoubleClickHdl( LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()
306 aSentenceED.SetModifyHdl(LINK ( this, SpellDialog, ModifyHdl) ); in Init_Impl()
307 aAddToDictMB.SetActivateHdl(LINK ( this, SpellDialog, MenuButtonActivateHdl ) ); in Init_Impl()
308 aAddToDictMB.SetSelectHdl(LINK ( this, SpellDialog, AddToDictionaryHdl ) ); in Init_Impl()
309 aLanguageLB.SetSelectHdl(LINK( this, SpellDialog, LanguageSelectHdl ) ); in Init_Impl()
323 void SpellDialog::UpdateBoxes_Impl() in UpdateBoxes_Impl()
396 void SpellDialog::SpellContinue_Impl(bool bUseSavedSentence, bool bIgnoreCurrentError ) in SpellContinue_Impl()
437 IMPL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog *, EMPTYARG ) in IMPL_STATIC_LINK() argument
540 IMPL_LINK( SpellDialog, ExtClickHdl, Button *, pBtn ) in IMPL_LINK() argument
573 IMPL_LINK( SpellDialog, CheckGrammarHdl, CheckBox*, pBox ) in IMPL_LINK() argument
580 void SpellDialog::StartSpellOptDlg_Impl() in StartSpellOptDlg_Impl()
611 IMPL_LINK( SpellDialog, ChangeHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
643 IMPL_LINK( SpellDialog, ChangeAllHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
680 IMPL_LINK( SpellDialog, IgnoreAllHdl, Button *, pButton ) in IMPL_LINK() argument
726 IMPL_LINK( SpellDialog, UndoHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
736 IMPL_LINK( SpellDialog, DialogUndoHdl, SpellUndoAction_Impl*, pAction ) in IMPL_LINK() argument
783 void SpellDialog::Impl_Restore() in Impl_Restore()
794 IMPL_LINK( SpellDialog, IgnoreHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
815 sal_Bool SpellDialog::Close() in Close()
824 void SpellDialog::SetSelectedLang_Impl( LanguageType nLang ) in SetSelectedLang_Impl()
831 LanguageType SpellDialog::GetSelectedLang_Impl() const in GetSelectedLang_Impl()
839 IMPL_LINK(SpellDialog, LanguageSelectHdl, SvxLanguageBox*, pBox) in IMPL_LINK() argument
862 SpellDialog::UpdateBoxes_Impl(); in IMPL_LINK()
867 void SpellDialog::SetLanguage( sal_uInt16 nLang ) in SetLanguage()
897 void SpellDialog::SetTitle_Impl(LanguageType nLang) in SetTitle_Impl()
937 void SpellDialog::InitUserDicts() in InitUserDicts()
961 IMPL_LINK(SpellDialog, MenuButtonActivateHdl, MenuButton*, )
1020 IMPL_LINK(SpellDialog, AddToDictionaryHdl, MenuButton*, pButton ) in IMPL_LINK() argument
1072 IMPL_LINK(SpellDialog, ModifyHdl, SentenceEditWindow_Impl*, pEd) in IMPL_LINK() argument
1099 IMPL_LINK(SpellDialog, CancelHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1109 void SpellDialog::Paint( const Rectangle& rRect ) in Paint()
1119 long SpellDialog::Notify( NotifyEvent& rNEvt ) in Notify()
1148 void SpellDialog::InvalidateDialog() in InvalidateDialog()
1182 bool SpellDialog::GetNextSentence_Impl(bool bUseSavedSentence, bool bRecheck) in GetNextSentence_Impl()
1276 bool SpellDialog::ApplyChangeAllList_Impl(SpellPortions& rSentence, bool &bHasReplaced) in ApplyChangeAllList_Impl()
1308 SentenceEditWindow_Impl::SentenceEditWindow_Impl( SpellDialog* pParent, const ResId& rResId ) : in SentenceEditWindow_Impl()
1745 SpellDialog* pSpellDialog = GetSpellDialog(); in MarkNextError()
2126 SpellDialog* pSpellDialog = GetSpellDialog(); in SetUndoEditMode()