Lines Matching refs:SpellDialog
195 SpellDialog::SpellDialog( in SpellDialog() function in SpellDialog
239 aDialogUndoLink( LINK (this, SpellDialog, DialogUndoHdl)), in SpellDialog()
267 this, SpellDialog, InitHdl ) ); in SpellDialog()
272 SpellDialog::~SpellDialog() in ~SpellDialog()
287 void SpellDialog::Init_Impl() in Init_Impl()
290 aClosePB.SetClickHdl(LINK( this, SpellDialog, CancelHdl ) ); in Init_Impl()
291 aChangePB.SetClickHdl(LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()
292 aChangeAllPB.SetClickHdl(LINK( this, SpellDialog, ChangeAllHdl ) ); in Init_Impl()
293 aIgnorePB.SetClickHdl(LINK( this, SpellDialog, IgnoreHdl ) ); in Init_Impl()
294 aIgnoreAllPB.SetClickHdl(LINK( this, SpellDialog, IgnoreAllHdl ) ); in Init_Impl()
295 aIgnoreRulePB.SetClickHdl(LINK( this, SpellDialog, IgnoreAllHdl ) ); in Init_Impl()
296 aUndoPB.SetClickHdl(LINK( this, SpellDialog, UndoHdl ) ); in Init_Impl()
298 aAutoCorrPB.SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
299 aCheckGrammarCB.SetClickHdl( LINK( this, SpellDialog, CheckGrammarHdl )); in Init_Impl()
300 aOptionsPB .SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
302 aSuggestionLB.SetDoubleClickHdl( LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()
304 aSentenceED.SetModifyHdl(LINK ( this, SpellDialog, ModifyHdl) ); in Init_Impl()
305 aAddToDictMB.SetActivateHdl(LINK ( this, SpellDialog, MenuButtonActivateHdl ) ); in Init_Impl()
306 aAddToDictMB.SetSelectHdl(LINK ( this, SpellDialog, AddToDictionaryHdl ) ); in Init_Impl()
307 aLanguageLB.SetSelectHdl(LINK( this, SpellDialog, LanguageSelectHdl ) ); in Init_Impl()
321 void SpellDialog::UpdateBoxes_Impl() in UpdateBoxes_Impl()
394 void SpellDialog::SpellContinue_Impl(bool bUseSavedSentence, bool bIgnoreCurrentError ) in SpellContinue_Impl()
435 IMPL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog *, EMPTYARG ) in IMPL_STATIC_LINK() argument
538 IMPL_LINK( SpellDialog, ExtClickHdl, Button *, pBtn ) in IMPL_LINK() argument
571 IMPL_LINK( SpellDialog, CheckGrammarHdl, CheckBox*, pBox ) in IMPL_LINK() argument
578 void SpellDialog::StartSpellOptDlg_Impl() in StartSpellOptDlg_Impl()
609 IMPL_LINK( SpellDialog, ChangeHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
641 IMPL_LINK( SpellDialog, ChangeAllHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
678 IMPL_LINK( SpellDialog, IgnoreAllHdl, Button *, pButton ) in IMPL_LINK() argument
724 IMPL_LINK( SpellDialog, UndoHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
734 IMPL_LINK( SpellDialog, DialogUndoHdl, SpellUndoAction_Impl*, pAction ) in IMPL_LINK() argument
781 void SpellDialog::Impl_Restore() in Impl_Restore()
792 IMPL_LINK( SpellDialog, IgnoreHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
813 sal_Bool SpellDialog::Close() in Close()
822 void SpellDialog::SetSelectedLang_Impl( LanguageType nLang ) in SetSelectedLang_Impl()
829 LanguageType SpellDialog::GetSelectedLang_Impl() const in GetSelectedLang_Impl()
837 IMPL_LINK(SpellDialog, LanguageSelectHdl, SvxLanguageBox*, pBox) in IMPL_LINK() argument
860 SpellDialog::UpdateBoxes_Impl(); in IMPL_LINK()
865 void SpellDialog::SetLanguage( sal_uInt16 nLang ) in SetLanguage()
895 void SpellDialog::SetTitle_Impl(LanguageType nLang) in SetTitle_Impl()
935 void SpellDialog::InitUserDicts() in InitUserDicts()
959 IMPL_LINK(SpellDialog, MenuButtonActivateHdl, MenuButton*, )
1018 IMPL_LINK(SpellDialog, AddToDictionaryHdl, MenuButton*, pButton ) in IMPL_LINK() argument
1070 IMPL_LINK(SpellDialog, ModifyHdl, SentenceEditWindow_Impl*, pEd) in IMPL_LINK() argument
1097 IMPL_LINK(SpellDialog, CancelHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1107 void SpellDialog::Paint( const Rectangle& rRect ) in Paint()
1117 long SpellDialog::Notify( NotifyEvent& rNEvt ) in Notify()
1146 void SpellDialog::InvalidateDialog() in InvalidateDialog()
1180 bool SpellDialog::GetNextSentence_Impl(bool bUseSavedSentence, bool bRecheck) in GetNextSentence_Impl()
1274 bool SpellDialog::ApplyChangeAllList_Impl(SpellPortions& rSentence, bool &bHasReplaced) in ApplyChangeAllList_Impl()
1306 SentenceEditWindow_Impl::SentenceEditWindow_Impl( SpellDialog* pParent, const ResId& rResId ) : in SentenceEditWindow_Impl()
1743 SpellDialog* pSpellDialog = GetSpellDialog(); in MarkNextError()
2124 SpellDialog* pSpellDialog = GetSpellDialog(); in SetUndoEditMode()