LibreOffice Module sw (master) 1
Classes | Public Member Functions | List of all members
sw::ToxTabStopTokenHandler Class Referenceabstract

This class handles tab stop tokens in the pattern for tox entries. More...

#include <ToxTabStopTokenHandler.hxx>

Inheritance diagram for sw::ToxTabStopTokenHandler:
[legend]

Classes

struct  HandledTabStopToken
 Return value of HandleTabStopToken. More...
 

Public Member Functions

virtual ~ToxTabStopTokenHandler ()
 
virtual HandledTabStopToken HandleTabStopToken (const SwFormToken &aToken, const SwTextNode &targetNode, const SwRootFrame *currentLayout) const =0
 Handle a tab stop token. More...
 

Detailed Description

This class handles tab stop tokens in the pattern for tox entries.

Definition at line 31 of file ToxTabStopTokenHandler.hxx.

Constructor & Destructor Documentation

◆ ~ToxTabStopTokenHandler()

virtual sw::ToxTabStopTokenHandler::~ToxTabStopTokenHandler ( )
inlinevirtual

Definition at line 34 of file ToxTabStopTokenHandler.hxx.

Member Function Documentation

◆ HandleTabStopToken()

virtual HandledTabStopToken sw::ToxTabStopTokenHandler::HandleTabStopToken ( const SwFormToken aToken,
const SwTextNode targetNode,
const SwRootFrame currentLayout 
) const
pure virtual

Handle a tab stop token.

Returns
A HandledTabStopToken. Make sure to append the text field to the text of the target node and to provide the returned SvxTabStop to the attributes of the node.

Implemented in sw::DefaultToxTabStopTokenHandler.


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