LibreOffice Module sw (master) 1
|
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 |
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.
std::vector<std::unique_ptr<SwFormatAutoFormat> > sw::ToxTextGenerator::HandledTextToken::autoFormats |
Definition at line 87 of file ToxTextGenerator.hxx.
Referenced by sw::ToxTextGenerator::ApplyHandledTextToken(), and sw::ToxTextGenerator::GetAttributesForNode().
std::vector<sal_Int32> sw::ToxTextGenerator::HandledTextToken::endPositions |
Definition at line 89 of file ToxTextGenerator.hxx.
Referenced by sw::ToxTextGenerator::ApplyHandledTextToken(), and sw::ToxTextGenerator::GetAttributesForNode().
std::vector<sal_Int32> sw::ToxTextGenerator::HandledTextToken::startPositions |
Definition at line 88 of file ToxTextGenerator.hxx.
Referenced by sw::ToxTextGenerator::ApplyHandledTextToken(), and sw::ToxTextGenerator::GetAttributesForNode().
OUString sw::ToxTextGenerator::HandledTextToken::text |
Definition at line 86 of file ToxTextGenerator.hxx.
Referenced by sw::ToxTextGenerator::ApplyHandledTextToken().