LibreOffice Module xmloff (master) 1
|
#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>
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" |
|
static |
Definition at line 45 of file xmlmetae.cxx.
Referenced by SvXMLMetaExport::GetISODateTimeString().
const char s_href[] = "xlink:href" |
Definition at line 301 of file xmlmetae.cxx.
Referenced by SvXMLMetaExport::startElement().
const char s_meta[] = "meta:" |
Definition at line 300 of file xmlmetae.cxx.
Referenced by SvXMLMetaExport::startElement().
const char s_xmlns[] = "xmlns" |
Definition at line 298 of file xmlmetae.cxx.
Referenced by SvXMLMetaExport::Export(), and SvXMLMetaExport::startElement().
const char s_xmlns2[] = "xmlns:" |
Definition at line 299 of file xmlmetae.cxx.
Referenced by SvXMLMetaExport::Export().