LibreOffice Module editeng (master) 1
|
#include <SvXMLAutoCorrectTokenHandler.hxx>
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) |
Definition at line 30 of file SvXMLAutoCorrectTokenHandler.hxx.
|
explicit |
Definition at line 28 of file SvXMLAutoCorrectTokenHandler.cxx.
|
overridevirtual |
Definition at line 32 of file SvXMLAutoCorrectTokenHandler.cxx.
|
overridevirtual |
Implements sax_fastparser::FastTokenHandlerBase.
Definition at line 46 of file SvXMLAutoCorrectTokenHandler.cxx.
References nLength, and XML_TOKEN_INVALID.
Referenced by getTokenFromUTF8().
|
overridevirtual |
Definition at line 36 of file SvXMLAutoCorrectTokenHandler.cxx.
References getTokenDirect(), and Identifier.
|
overridevirtual |
Definition at line 41 of file SvXMLAutoCorrectTokenHandler.cxx.