LibreOffice Module cui (master)
1
|
#include <SpellAttrib.hxx>
Public Member Functions | |
SpellErrorDescription (bool bGrammar, const OUString &rText, const css::lang::Locale &rLocale, const css::uno::Sequence< OUString > &rSuggestions, css::uno::Reference< css::linguistic2::XProofreader > const &rxGrammarChecker, const OUString *pDialogTitle=nullptr, const OUString *pExplanation=nullptr, const OUString *pRuleId=nullptr, const OUString *pExplanationURL=nullptr) | |
SpellErrorDescription () | |
bool | operator== (const SpellErrorDescription &rDesc) const |
css::uno::Sequence< css::uno::Any > | toSequence () const |
void | fromSequence (const css::uno::Sequence< css::uno::Any > &rEntries) |
Public Attributes | |
bool | bIsGrammarError |
OUString | sErrorText |
OUString | sDialogTitle |
OUString | sExplanation |
OUString | sExplanationURL |
css::lang::Locale | aLocale |
css::uno::Reference< css::linguistic2::XProofreader > | xGrammarChecker |
css::uno::Sequence< OUString > | aSuggestions |
OUString | sRuleId |
Definition at line 27 of file SpellAttrib.hxx.
|
inline |
Definition at line 39 of file SpellAttrib.hxx.
|
inline |
Definition at line 67 of file SpellAttrib.hxx.
|
inline |
Definition at line 102 of file SpellAttrib.hxx.
References aLocale, aSuggestions, bIsGrammarError, sDialogTitle, sErrorText, sExplanation, sExplanationURL, sRuleId, and xGrammarChecker.
|
inline |
Definition at line 72 of file SpellAttrib.hxx.
References aLocale, aSuggestions, bIsGrammarError, sDialogTitle, sErrorText, sExplanation, sExplanationURL, sRuleId, and xGrammarChecker.
|
inline |
Definition at line 87 of file SpellAttrib.hxx.
References aEntries, aLocale, aSuggestions, bIsGrammarError, sDialogTitle, sErrorText, sExplanation, sExplanationURL, sRuleId, and xGrammarChecker.
Referenced by svx::SentenceEditWindow_Impl::ChangeMarkedWord(), svx::SpellDialog::GetNextSentence_Impl(), and svx::SentenceEditWindow_Impl::SetAlternatives().
css::lang::Locale svx::SpellErrorDescription::aLocale |
Definition at line 34 of file SpellAttrib.hxx.
Referenced by fromSequence(), svx::SentenceEditWindow_Impl::MarkNextError(), operator==(), svx::SentenceEditWindow_Impl::RestoreCurrentError(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
css::uno::Sequence< OUString > svx::SpellErrorDescription::aSuggestions |
Definition at line 36 of file SpellAttrib.hxx.
Referenced by fromSequence(), svx::SentenceEditWindow_Impl::MarkNextError(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
bool svx::SpellErrorDescription::bIsGrammarError |
Definition at line 29 of file SpellAttrib.hxx.
Referenced by fromSequence(), svx::SentenceEditWindow_Impl::KeyInput(), svx::SentenceEditWindow_Impl::MarkNextError(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
OUString svx::SpellErrorDescription::sDialogTitle |
Definition at line 31 of file SpellAttrib.hxx.
Referenced by fromSequence(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
OUString svx::SpellErrorDescription::sErrorText |
Definition at line 30 of file SpellAttrib.hxx.
Referenced by fromSequence(), svx::SentenceEditWindow_Impl::MarkNextError(), operator==(), svx::SentenceEditWindow_Impl::RestoreCurrentError(), and toSequence().
OUString svx::SpellErrorDescription::sExplanation |
Definition at line 32 of file SpellAttrib.hxx.
Referenced by fromSequence(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
OUString svx::SpellErrorDescription::sExplanationURL |
Definition at line 33 of file SpellAttrib.hxx.
Referenced by fromSequence(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
OUString svx::SpellErrorDescription::sRuleId |
Definition at line 37 of file SpellAttrib.hxx.
Referenced by fromSequence(), operator==(), toSequence(), and svx::SpellDialog::UpdateBoxes_Impl().
css::uno::Reference< css::linguistic2::XProofreader > svx::SpellErrorDescription::xGrammarChecker |
Definition at line 35 of file SpellAttrib.hxx.
Referenced by fromSequence(), operator==(), and toSequence().