LibreOffice Module xmloff (master) 1
|
#include "SchemaRestrictionContext.hxx"
#include "xformsapi.hxx"
#include <utility>
#include <xmloff/xmltoken.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlimp.hxx>
#include <sax/tools/converter.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Duration.hpp>
#include <com/sun/star/xforms/XDataTypeRepository.hpp>
#include <com/sun/star/xsd/DataTypeClass.hpp>
#include <com/sun/star/xsd/WhiteSpaceTreatment.hpp>
#include <o3tl/string_view.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Typedefs | |
typedef Any(* | convert_t) (const OUString &) |
Functions | |
static Any | xforms_string (const OUString &rValue) |
static Any | xforms_int32 (const OUString &rValue) |
static Any | xforms_int16 (const OUString &rValue) |
static Any | xforms_whitespace (const OUString &rValue) |
static Any | xforms_double (const OUString &rValue) |
static Any | xforms_date (const OUString &rValue) |
static Any | xforms_dateTime (const OUString &rValue) |
static Any | xforms_time (const OUString &rValue) |
typedef Any(* convert_t) (const OUString &) |
Definition at line 103 of file SchemaRestrictionContext.cxx.
|
static |
Definition at line 143 of file SchemaRestrictionContext.cxx.
References Any, and o3tl::toInt32().
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 164 of file SchemaRestrictionContext.cxx.
References Any, and sax::Converter::parseDateTime().
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 136 of file SchemaRestrictionContext.cxx.
References Any, and sax::Converter::convertDouble().
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 117 of file SchemaRestrictionContext.cxx.
References Any, sax::Converter::convertNumber(), and nValue.
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 110 of file SchemaRestrictionContext.cxx.
References Any, sax::Converter::convertNumber(), and nValue.
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 105 of file SchemaRestrictionContext.cxx.
References Any.
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 171 of file SchemaRestrictionContext.cxx.
References Any, and sax::Converter::convertDuration().
Referenced by SchemaRestrictionContext::HandleChild().
|
static |
Definition at line 124 of file SchemaRestrictionContext.cxx.
References Any, xmloff::token::IsXMLToken(), xmloff::token::XML_COLLAPSE, xmloff::token::XML_PRESERVE, and xmloff::token::XML_REPLACE.
Referenced by SchemaRestrictionContext::HandleChild().