|
LibreOffice Module editeng (master) 1
|
#include <sal/types.h>#include <xmloff/xmltoken.hxx>#include <xmloff/xmlnamespace.hxx>#include <com/sun/star/xml/sax/FastToken.hpp>#include <sax/fastattribs.hxx>Go to the source code of this file.
Classes | |
| class | SvXMLAutoCorrectTokenHandler |
Enumerations | |
| enum | SvXMLAutoCorrectToken : sal_Int32 { NAMESPACE = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST , ABBREVIATED_NAME = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_ABBREVIATED_NAME , BLOCK = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_BLOCK , BLOCKLIST = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_BLOCK_LIST , NAME = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_NAME } |
| enum SvXMLAutoCorrectToken : sal_Int32 |
| Enumerator | |
|---|---|
| NAMESPACE | |
| ABBREVIATED_NAME | |
| BLOCK | |
| BLOCKLIST | |
| NAME | |
Definition at line 21 of file SvXMLAutoCorrectTokenHandler.hxx.