LibreOffice Module xmloff (master)
1
|
#include <sal/macros.h>
#include <xmloff/xmltoken.hxx>
#include <rtl/ustring.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <optional>
#include <set>
Go to the source code of this file.
Namespaces | |
xmloff::token | |
Handling of tokens in XML: | |
Macros | |
#define | TOKEN(s, e) { sizeof(s)-1, s, std::nullopt, e } |
Functions | |
const OUString & | xmloff::token::GetXMLToken (enum XMLTokenEnum eToken) |
return the OUString representation for eToken More... | |
bool | xmloff::token::IsXMLToken (std::u16string_view rString, enum XMLTokenEnum eToken) |
compare eToken to the string More... | |
bool | xmloff::token::IsXMLToken (const sax_fastparser::FastAttributeList::FastAttributeIter &aIter, enum XMLTokenEnum eToken) |
bool | xmloff::token::IsXMLToken (std::string_view rString, enum XMLTokenEnum eToken) |
compare eToken to the string More... | |
Variables | |
struct XMLTokenEntry | xmloff::token::aTokenList [] |
#define TOKEN | ( | s, | |
e | |||
) | { sizeof(s)-1, s, std::nullopt, e } |
Definition at line 54 of file xmltoken.cxx.
XMLTokenEnum eToken |
Definition at line 40 of file xmltoken.cxx.
Referenced by XMLNotesTransformerContext::CreateChildContext(), xmloff::EnhancedCustomShapeToken::EASGet(), SdXMLFrameShapeContext::endFastElement(), SvXMLExportPropertyMapper::exportXML(), xmloff::token::GetXMLToken(), xmloff::token::IsXMLToken(), lcl_getXSDType(), XMLTextFieldExport::ProcessCommandType(), XMLAxisOOoContext::StartElement(), and XMLNotesTransformerContext::StartElement().
sal_Int32 nLength |
Definition at line 38 of file xmltoken.cxx.
Referenced by SvXMLNumFormatContext::AddCurrency(), xmloff::AnimationsExporterImpl::convertTiming(), xmloff::AnimationsExporterImpl::convertValue(), XMLLineNumberingExport::Export(), xmloff::OFormImport::implTranslateStringListProperty(), xmloff::isDouble(), xmloff::isTime(), lcl_EnquoteIfNecessary(), lcl_exportComplexLabel(), XMLPlaceholderFieldImportContext::PrepareField(), XMLDropDownFieldImportContext::PrepareField(), xmloff::AnimationsExporterImpl::prepareValue(), SvXMLMetaExport::startElement(), SvXMLNumFmtExport::WriteTextWithCurrency_Impl(), and XMLVersionContext::XMLVersionContext().
const char* pChar |
Definition at line 36 of file xmltoken.cxx.
std::optional<OUString> xOUString |
Definition at line 37 of file xmltoken.cxx.