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

#include <splargs.hxx>

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

Public Member Functions

 SwArgsBase (SwPosition &rStart, SwPosition &rEnd)
 
void SetStart (SwPosition &rStart)
 
void SetEnd (SwPosition &rEnd)
 

Public Attributes

SwPositionpStartPos
 
SwPositionpEndPos
 

Detailed Description

Definition at line 38 of file splargs.hxx.

Constructor & Destructor Documentation

◆ SwArgsBase()

SwArgsBase::SwArgsBase ( SwPosition rStart,
SwPosition rEnd 
)
inline

Definition at line 43 of file splargs.hxx.

Member Function Documentation

◆ SetEnd()

void SwArgsBase::SetEnd ( SwPosition rEnd)
inline

Definition at line 52 of file splargs.hxx.

References pEndPos.

Referenced by SwDoc::Spell().

◆ SetStart()

void SwArgsBase::SetStart ( SwPosition rStart)
inline

Definition at line 47 of file splargs.hxx.

References pStartPos.

Referenced by SwDoc::Spell().

Member Data Documentation

◆ pEndPos

SwPosition* SwArgsBase::pEndPos

Definition at line 41 of file splargs.hxx.

Referenced by SwTextNode::Convert(), SetEnd(), and SwTextNode::Spell().

◆ pStartPos

SwPosition* SwArgsBase::pStartPos

Definition at line 40 of file splargs.hxx.

Referenced by SwTextNode::Convert(), SetStart(), and SwTextNode::Spell().


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