Home
last modified time | relevance | path

Searched refs:OShortIntegerType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx937 OShortIntegerType::OShortIntegerType( const ::rtl::OUString& _rName, sal_Int16 _nTypeClass ) in OShortIntegerType() function in xforms::OShortIntegerType
943 IMPLEMENT_DEFAULT_TYPED_CLONING( OShortIntegerType, OShortIntegerType_Base ) in IMPLEMENT_DEFAULT_TYPED_CLONING() argument
946 void OShortIntegerType::initializeTypedClone( const OShortIntegerType& /*_rCloneSource*/ ) in IMPLEMENT_DEFAULT_TYPED_CLONING()
951 bool OShortIntegerType::_getValue( const ::rtl::OUString& value, double& fValue ) in _getValue()
967 ::rtl::OUString OShortIntegerType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
975 void OShortIntegerType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue()
H A Ddatatypes.hxx394 class OShortIntegerType;
395 …typedef ODerivedDataType< OShortIntegerType, OValueLimitedType< sal_Int16 > > OShortIntegerType_Ba…
396 class OShortIntegerType : public OShortIntegerType_Base class
399 OShortIntegerType( const ::rtl::OUString& _rName, sal_Int16 _nTypeClass );
402 DECLARE_DEFAULT_CLONING( OShortIntegerType )
H A Ddatatyperepository.cxx105 …m_aRepository[ sName ] = new OShortIntegerType( sName, ::com::sun::star::xsd::DataTypeClass::gYear… in DBG_NAME()
108 …m_aRepository[ sName ] = new OShortIntegerType( sName, ::com::sun::star::xsd::DataTypeClass::gMont… in DBG_NAME()
111 …m_aRepository[ sName ] = new OShortIntegerType( sName, ::com::sun::star::xsd::DataTypeClass::gDay … in DBG_NAME()

Completed in 20 milliseconds