LibreOffice Module xmloff (master) 1
Typedefs | Functions
SchemaRestrictionContext.cxx File Reference
#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>
Include dependency graph for SchemaRestrictionContext.cxx:

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 Documentation

◆ convert_t

typedef Any(* convert_t) (const OUString &)

Definition at line 103 of file SchemaRestrictionContext.cxx.

Function Documentation

◆ xforms_date()

static Any xforms_date ( const OUString &  rValue)
static

Definition at line 143 of file SchemaRestrictionContext.cxx.

References Any, and o3tl::toInt32().

Referenced by SchemaRestrictionContext::HandleChild().

◆ xforms_dateTime()

static Any xforms_dateTime ( const OUString &  rValue)
static

◆ xforms_double()

static Any xforms_double ( const OUString &  rValue)
static

◆ xforms_int16()

static Any xforms_int16 ( const OUString &  rValue)
static

◆ xforms_int32()

static Any xforms_int32 ( const OUString &  rValue)
static

◆ xforms_string()

static Any xforms_string ( const OUString &  rValue)
static

Definition at line 105 of file SchemaRestrictionContext.cxx.

References Any.

Referenced by SchemaRestrictionContext::HandleChild().

◆ xforms_time()

static Any xforms_time ( const OUString &  rValue)
static

◆ xforms_whitespace()

static Any xforms_whitespace ( const OUString &  rValue)
static