LibreOffice Module editeng (master) 1
Public Member Functions | List of all members
SvXMLAutoCorrectTokenHandler Class Reference

#include <SvXMLAutoCorrectTokenHandler.hxx>

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

Public Member Functions

 SvXMLAutoCorrectTokenHandler ()
 
virtual ~SvXMLAutoCorrectTokenHandler () override
 
virtual sal_Int32 SAL_CALL getTokenFromUTF8 (const css::uno::Sequence< sal_Int8 > &Identifier) override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getUTF8Identifier (sal_Int32 Token) override
 
virtual sal_Int32 getTokenDirect (const char *pToken, sal_Int32 nLength) const override
 
- Public Member Functions inherited from sax_fastparser::FastTokenHandlerBase
virtual ~FastTokenHandlerBase ()
 
virtual sal_Int32 getTokenDirect (const char *pToken, sal_Int32 nLength) const=0
 

Additional Inherited Members

- Static Public Member Functions inherited from sax_fastparser::FastTokenHandlerBase
static sal_Int32 getTokenFromChars (const FastTokenHandlerBase *pTokenHandler, std::string_view str)
 

Detailed Description

Definition at line 30 of file SvXMLAutoCorrectTokenHandler.hxx.

Constructor & Destructor Documentation

◆ SvXMLAutoCorrectTokenHandler()

SvXMLAutoCorrectTokenHandler::SvXMLAutoCorrectTokenHandler ( )
explicit

Definition at line 28 of file SvXMLAutoCorrectTokenHandler.cxx.

◆ ~SvXMLAutoCorrectTokenHandler()

SvXMLAutoCorrectTokenHandler::~SvXMLAutoCorrectTokenHandler ( )
overridevirtual

Definition at line 32 of file SvXMLAutoCorrectTokenHandler.cxx.

Member Function Documentation

◆ getTokenDirect()

sal_Int32 SvXMLAutoCorrectTokenHandler::getTokenDirect ( const char *  pToken,
sal_Int32  nLength 
) const
overridevirtual

Implements sax_fastparser::FastTokenHandlerBase.

Definition at line 46 of file SvXMLAutoCorrectTokenHandler.cxx.

References nLength, and XML_TOKEN_INVALID.

Referenced by getTokenFromUTF8().

◆ getTokenFromUTF8()

sal_Int32 SAL_CALL SvXMLAutoCorrectTokenHandler::getTokenFromUTF8 ( const css::uno::Sequence< sal_Int8 > &  Identifier)
overridevirtual

Definition at line 36 of file SvXMLAutoCorrectTokenHandler.cxx.

References getTokenDirect(), and Identifier.

◆ getUTF8Identifier()

Sequence< sal_Int8 > SAL_CALL SvXMLAutoCorrectTokenHandler::getUTF8Identifier ( sal_Int32  Token)
overridevirtual

Definition at line 41 of file SvXMLAutoCorrectTokenHandler.cxx.


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