LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwSpellArgs Struct Reference

#include <splargs.hxx>

Inheritance diagram for SwSpellArgs:
[legend]
Collaboration diagram for SwSpellArgs:
[legend]

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
SwPositionpStartPos
 
SwPositionpEndPos
 

Detailed Description

Definition at line 83 of file splargs.hxx.

Constructor & Destructor Documentation

◆ SwSpellArgs()

SwSpellArgs::SwSpellArgs ( css::uno::Reference< css::linguistic2::XSpellChecker1 >  xSplChk,
SwPosition rStart,
SwPosition rEnd,
bool  bGrammar 
)
inline

Definition at line 91 of file splargs.hxx.

Member Data Documentation

◆ bIsGrammarCheck

bool SwSpellArgs::bIsGrammarCheck

Definition at line 89 of file splargs.hxx.

◆ xSpellAlt

css::uno::Reference< css::linguistic2::XSpellAlternatives > SwSpellArgs::xSpellAlt

Definition at line 87 of file splargs.hxx.

Referenced by SwTextNode::Spell().

◆ xSpeller

css::uno::Reference< css::linguistic2::XSpellChecker1 > SwSpellArgs::xSpeller

Definition at line 85 of file splargs.hxx.

Referenced by SwTextNode::Spell().


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