Searched refs:SentenceEditWindow_Impl (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/cui/source/dialogs/ |
| H A D | SpellDialog.cxx | 1072 IMPL_LINK(SpellDialog, ModifyHdl, SentenceEditWindow_Impl*, pEd) in IMPL_LINK() argument 1308 SentenceEditWindow_Impl::SentenceEditWindow_Impl( SpellDialog* pParent, const ResId& rResId ) : in SentenceEditWindow_Impl() function in SentenceEditWindow_Impl 1319 SentenceEditWindow_Impl::~SentenceEditWindow_Impl() in ~SentenceEditWindow_Impl() 1395 long SentenceEditWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() 1668 bool SentenceEditWindow_Impl::MarkNextError( bool bIgnoreCurrentError ) in MarkNextError() 1756 void SentenceEditWindow_Impl::MoveErrorMarkTo(sal_uInt16 nStart, sal_uInt16 nEnd, bool bGrammarErro… in MoveErrorMarkTo() 1770 void SentenceEditWindow_Impl::ChangeMarkedWord(const String& rNewWord, LanguageType eLanguage) in ChangeMarkedWord() 1835 String SentenceEditWindow_Impl::GetErrorText() const in GetErrorText() 1842 const SpellErrorDescription* SentenceEditWindow_Impl::GetAlternatives() in GetAlternatives() 1852 void SentenceEditWindow_Impl::RestoreCurrentError() in RestoreCurrentError() [all …]
|
| /AOO41X/main/cui/source/inc/ |
| H A D | SpellDialog.hxx | 68 class SentenceEditWindow_Impl : public MultiLineEdit/*, public SfxListener*/ class 87 SentenceEditWindow_Impl( SpellDialog* pParent, const ResId& rResId ); 88 ~SentenceEditWindow_Impl(); 148 friend class SentenceEditWindow_Impl; 157 SentenceEditWindow_Impl aSentenceED; 213 DECL_LINK( ModifyHdl, SentenceEditWindow_Impl *);
|