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

A link that has been encountered while parsing a tox. More...

Collaboration diagram for sw::ToxLinkProcessor::ClosedLink:
[legend]

Public Member Functions

 ClosedLink (const OUString &url, sal_Int32 startPosition, sal_Int32 endPosition)
 

Public Attributes

SwFormatINetFormat mINetFormat
 
sal_Int32 mStartTextPos
 
sal_Int32 mEndTextPos
 

Detailed Description

A link that has been encountered while parsing a tox.

A link is closed if it has both a start and an end token.

Definition at line 73 of file ToxLinkProcessor.hxx.

Constructor & Destructor Documentation

◆ ClosedLink()

sw::ToxLinkProcessor::ClosedLink::ClosedLink ( const OUString &  url,
sal_Int32  startPosition,
sal_Int32  endPosition 
)
inline

Definition at line 74 of file ToxLinkProcessor.hxx.

Member Data Documentation

◆ mEndTextPos

sal_Int32 sw::ToxLinkProcessor::ClosedLink::mEndTextPos

Definition at line 82 of file ToxLinkProcessor.hxx.

◆ mINetFormat

SwFormatINetFormat sw::ToxLinkProcessor::ClosedLink::mINetFormat

Definition at line 80 of file ToxLinkProcessor.hxx.

◆ mStartTextPos

sal_Int32 sw::ToxLinkProcessor::ClosedLink::mStartTextPos

Definition at line 81 of file ToxLinkProcessor.hxx.


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