LibreOffice Module sw (master) 1
Public Attributes | List of all members
sw::ToxTextGenerator::HandledTextToken Struct Reference

A handled text token. More...

Public Attributes

OUString text
 
std::vector< std::unique_ptr< SwFormatAutoFormat > > autoFormats
 
std::vector< sal_Int32 > startPositions
 
std::vector< sal_Int32 > endPositions
 

Detailed Description

A handled text token.

It contains the information which should be added to the target text node.

Definition at line 85 of file ToxTextGenerator.hxx.

Member Data Documentation

◆ autoFormats

std::vector<std::unique_ptr<SwFormatAutoFormat> > sw::ToxTextGenerator::HandledTextToken::autoFormats

◆ endPositions

std::vector<sal_Int32> sw::ToxTextGenerator::HandledTextToken::endPositions

◆ startPositions

std::vector<sal_Int32> sw::ToxTextGenerator::HandledTextToken::startPositions

◆ text

OUString sw::ToxTextGenerator::HandledTextToken::text

Definition at line 86 of file ToxTextGenerator.hxx.

Referenced by sw::ToxTextGenerator::ApplyHandledTextToken().


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