LibreOffice Module forms (master) 1
Classes | Namespaces | Typedefs
datatypes.hxx File Reference
#include <com/sun/star/beans/PropertyAttribute.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/xsd/XDataType.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/propertycontainer.hxx>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <rtl/ref.hxx>
#include <unotools/resmgr.hxx>
#include <unicode/regex.h>
#include <memory>
#include <com/sun/star/util/URLTransformer.hpp>
Include dependency graph for datatypes.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xforms::OXSDDataType
 
class  xforms::OValueLimitedType_Base
 
class  xforms::OValueLimitedType< VALUE_TYPE >
 
class  xforms::ODerivedDataType< CONCRETE_DATA_TYPE_IMPL, SUPERCLASS >
 helper class for implementing interfaces derived from XDataType More...
 
class  xforms::OBooleanType
 
class  xforms::OStringType
 
class  xforms::OAnyURIType
 
class  xforms::ODecimalType
 
class  xforms::ODateType
 
class  xforms::OTimeType
 
class  xforms::ODateTimeType
 
class  xforms::OShortIntegerType
 

Namespaces

namespace  xforms
 

Typedefs

typedef ::cppu::WeakImplHelper< css::xsd::XDataType > xforms::OXSDDataType_Base
 
typedef ::comphelper::OMutexAndBroadcastHelper xforms::OXSDDataType_BBase
 
typedef ::comphelper::OPropertyContainer xforms::OXSDDataType_PBase
 
typedef ODerivedDataType< OBooleanType > xforms::OBooleanType_Base
 
typedef ODerivedDataType< OStringType > xforms::OStringType_Base
 
typedef ODerivedDataType< OAnyURIType > xforms::OAnyURIType_Base
 
typedef ODerivedDataType< ODecimalType, OValueLimitedType< double > > xforms::ODecimalType_Base
 
typedef ODerivedDataType< ODateType, OValueLimitedType< css::util::Date > > xforms::ODateType_Base
 
typedef ODerivedDataType< OTimeType, OValueLimitedType< css::util::Time > > xforms::OTimeType_Base
 
typedef ODerivedDataType< OTimeType, OValueLimitedType< css::util::DateTime > > xforms::ODateTimeType_Base
 
typedef ODerivedDataType< OShortIntegerType, OValueLimitedType< sal_Int16 > > xforms::OShortIntegerType_Base