LibreOffice Module cui (master) 1
Public Member Functions | Public Attributes | List of all members
svx::SpellErrorDescription Struct Reference

#include <SpellAttrib.hxx>

Public Member Functions

 SpellErrorDescription (bool bGrammar, OUString aText, css::lang::Locale _aLocale, const css::uno::Sequence< OUString > &rSuggestions, css::uno::Reference< css::linguistic2::XProofreader > _xGrammarChecker, 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
 

Detailed Description

Definition at line 28 of file SpellAttrib.hxx.

Constructor & Destructor Documentation

◆ SpellErrorDescription() [1/2]

svx::SpellErrorDescription::SpellErrorDescription ( bool  bGrammar,
OUString  aText,
css::lang::Locale  _aLocale,
const css::uno::Sequence< OUString > &  rSuggestions,
css::uno::Reference< css::linguistic2::XProofreader >  _xGrammarChecker,
const OUString *  pDialogTitle = nullptr,
const OUString *  pExplanation = nullptr,
const OUString *  pRuleId = nullptr,
const OUString *  pExplanationURL = nullptr 
)
inline

Definition at line 40 of file SpellAttrib.hxx.

References sDialogTitle, sExplanation, sExplanationURL, and sRuleId.

◆ SpellErrorDescription() [2/2]

svx::SpellErrorDescription::SpellErrorDescription ( )
inline

Definition at line 68 of file SpellAttrib.hxx.

Member Function Documentation

◆ fromSequence()

void svx::SpellErrorDescription::fromSequence ( const css::uno::Sequence< css::uno::Any > &  rEntries)
inline

◆ operator==()

bool svx::SpellErrorDescription::operator== ( const SpellErrorDescription rDesc) const
inline

◆ toSequence()

css::uno::Sequence< css::uno::Any > svx::SpellErrorDescription::toSequence ( ) const
inline

Member Data Documentation

◆ aLocale

css::lang::Locale svx::SpellErrorDescription::aLocale

◆ aSuggestions

css::uno::Sequence< OUString > svx::SpellErrorDescription::aSuggestions

◆ bIsGrammarError

bool svx::SpellErrorDescription::bIsGrammarError

◆ sDialogTitle

OUString svx::SpellErrorDescription::sDialogTitle

◆ sErrorText

OUString svx::SpellErrorDescription::sErrorText

◆ sExplanation

OUString svx::SpellErrorDescription::sExplanation

◆ sExplanationURL

OUString svx::SpellErrorDescription::sExplanationURL

◆ sRuleId

OUString svx::SpellErrorDescription::sRuleId

◆ xGrammarChecker

css::uno::Reference< css::linguistic2::XProofreader > svx::SpellErrorDescription::xGrammarChecker

Definition at line 36 of file SpellAttrib.hxx.

Referenced by fromSequence(), operator==(), and toSequence().


The documentation for this struct was generated from the following file: