LibreOffice Module xmloff (master) 1
Functions | Variables
xmlmetae.cxx File Reference
#include <i18nlangtag/languagetag.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <utility>
#include <xmloff/xmlmetae.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/beans/StringPair.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Duration.hpp>
#include <com/sun/star/xml/sax/XSAXSerializable.hpp>
#include <sax/tools/converter.hxx>
#include <comphelper/sequence.hxx>
#include <unotools/docinfohelper.hxx>
Include dependency graph for xmlmetae.cxx:

Go to the source code of this file.

Functions

static void lcl_AddTwoDigits (OUStringBuffer &rStr, sal_Int32 nVal)
 

Variables

const char s_xmlns [] = "xmlns"
 
const char s_xmlns2 [] = "xmlns:"
 
const char s_meta [] = "meta:"
 
const char s_href [] = "xlink:href"
 

Function Documentation

◆ lcl_AddTwoDigits()

static void lcl_AddTwoDigits ( OUStringBuffer &  rStr,
sal_Int32  nVal 
)
static

Definition at line 45 of file xmlmetae.cxx.

Referenced by SvXMLMetaExport::GetISODateTimeString().

Variable Documentation

◆ s_href

const char s_href[] = "xlink:href"

Definition at line 301 of file xmlmetae.cxx.

Referenced by SvXMLMetaExport::startElement().

◆ s_meta

const char s_meta[] = "meta:"

Definition at line 300 of file xmlmetae.cxx.

Referenced by SvXMLMetaExport::startElement().

◆ s_xmlns

const char s_xmlns[] = "xmlns"

Definition at line 298 of file xmlmetae.cxx.

Referenced by SvXMLMetaExport::Export(), and SvXMLMetaExport::startElement().

◆ s_xmlns2

const char s_xmlns2[] = "xmlns:"

Definition at line 299 of file xmlmetae.cxx.

Referenced by SvXMLMetaExport::Export().