#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.
|
#define | TOKEN(s, e) { sizeof(s)-1, s, std::nullopt, e } |
|
◆ TOKEN
#define TOKEN |
( |
|
s, |
|
|
|
e |
|
) |
| { sizeof(s)-1, s, std::nullopt, e } |
◆ eToken
Definition at line 40 of file xmltoken.cxx.
Referenced by XMLNotesTransformerContext::CreateChildContext(), xmloff::EnhancedCustomShapeToken::EASGet(), SdXMLFrameShapeContext::endFastElement(), SvXMLExportPropertyMapper::exportXML(), xmloff::token::GetXMLToken(), XMLTransformerContext::HasQName(), xmloff::token::IsXMLToken(), lcl_ExportPropertyBool(), lcl_ExportPropertyString(), lcl_getXSDType(), XMLTextFieldExport::ProcessCommandType(), XMLNotesTransformerContext::StartElement(), and XMLAxisOOoContext::StartElement().
◆ nLength
Definition at line 38 of file xmltoken.cxx.
Referenced by SvXMLNumFormatContext::AddCurrency(), xmloff::AnimationsExporterImpl::convertTiming(), xmloff::AnimationsExporterImpl::convertValue(), XMLTextFieldExport::ExplodeFieldMasterName(), XMLLineNumberingExport::Export(), xmloff::token::FastTokenHandler::getTokenDirect(), xmloff::token::TokenMap::getTokenFromUTF8(), xmloff::token::TokenMap::getTokenPerfectHash(), 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().
◆ pChar
◆ xOUString
std::optional<OUString> xOUString |