|
LibreOffice Module sw (master) 1
|
#include <splargs.hxx>
Public Member Functions | |
| SwSpellArgs (css::uno::Reference< css::linguistic2::XSpellChecker1 > xSplChk, SwPosition &rStart, SwPosition &rEnd, bool bGrammar) | |
Public Member Functions inherited from SwArgsBase | |
| SwArgsBase (SwPosition &rStart, SwPosition &rEnd) | |
| void | SetStart (SwPosition &rStart) |
| void | SetEnd (SwPosition &rEnd) |
Public Attributes | |
| css::uno::Reference< css::linguistic2::XSpellChecker1 > | xSpeller |
| css::uno::Reference< css::linguistic2::XSpellAlternatives > | xSpellAlt |
| bool | bIsGrammarCheck |
Public Attributes inherited from SwArgsBase | |
| SwPosition * | pStartPos |
| SwPosition * | pEndPos |
Definition at line 83 of file splargs.hxx.
|
inline |
Definition at line 91 of file splargs.hxx.
| bool SwSpellArgs::bIsGrammarCheck |
Definition at line 89 of file splargs.hxx.
| css::uno::Reference< css::linguistic2::XSpellAlternatives > SwSpellArgs::xSpellAlt |
Definition at line 87 of file splargs.hxx.
Referenced by SwTextNode::Spell().
| css::uno::Reference< css::linguistic2::XSpellChecker1 > SwSpellArgs::xSpeller |
Definition at line 85 of file splargs.hxx.
Referenced by SwTextNode::Spell().