Lines Matching refs:OXSDDataType

74     OXSDDataType::OXSDDataType( const ::rtl::OUString& _rName, sal_Int16 _nTypeClass )  in OXSDDataType()  function in xforms::OXSDDataType
85 OXSDDataType::~OXSDDataType() in ~OXSDDataType()
90 void OXSDDataType::registerProperties() in registerProperties()
101 void OXSDDataType::initializeClone( const OXSDDataType& _rCloneSource ) in initializeClone()
110 OXSDDataType* OXSDDataType::clone( const ::rtl::OUString& _rNewName ) const in clone()
112 OXSDDataType* pClone = createClone( _rNewName ); in clone()
118 … IMPLEMENT_FORWARD_XINTERFACE2( OXSDDataType, OXSDDataType_Base, ::comphelper::OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
121 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OXSDDataType, OXSDDataType_Base, ::comphelper::OPropertyContaine… in IMPLEMENT_FORWARD_XINTERFACE2()
128 ::rtl::OUString SAL_CALL OXSDDataType::getName( ) throw (RuntimeException)
134 …void SAL_CALL OXSDDataType::setName( const ::rtl::OUString& aName ) throw (RuntimeException, VetoE… in setName()
141 ::rtl::OUString SAL_CALL OXSDDataType::getPattern() throw (RuntimeException) in getPattern()
147 … void SAL_CALL OXSDDataType::setPattern( const ::rtl::OUString& _pattern ) throw (RuntimeException) in setPattern()
153 sal_Int16 SAL_CALL OXSDDataType::getWhiteSpaceTreatment() throw (RuntimeException) in getWhiteSpaceTreatment()
159 …void SAL_CALL OXSDDataType::setWhiteSpaceTreatment( sal_Int16 _whitespacetreatment ) throw (Runtim… in setWhiteSpaceTreatment()
165 sal_Bool SAL_CALL OXSDDataType::getIsBasic() throw (RuntimeException) in getIsBasic()
172 sal_Int16 SAL_CALL OXSDDataType::getTypeClass() throw (RuntimeException) in getTypeClass()
178 sal_Bool OXSDDataType::validate( const ::rtl::OUString& sValue ) throw( RuntimeException ) in validate()
184 …::rtl::OUString OXSDDataType::explainInvalid( const ::rtl::OUString& sValue ) throw( RuntimeExcept… in explainInvalid()
197 ::rtl::OUString OXSDDataType::_explainInvalid( sal_uInt16 nReason ) in _explainInvalid()
237 sal_uInt16 OXSDDataType::_validate( const ::rtl::OUString& _rValue ) in _validate()
261 …sal_Bool OXSDDataType::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32… in convertFastPropertyValue()
281 …void SAL_CALL OXSDDataType::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rVal… in setFastPropertyValue_NoBroadcast()
289 …bool OXSDDataType::checkPropertySanity( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rNe… in checkPropertySanity()
309 …void SAL_CALL OXSDDataType::setPropertyValue( const ::rtl::OUString& aPropertyName, const Any& aVa… in setPropertyValue()
315 …Any SAL_CALL OXSDDataType::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (UnknownP… in getPropertyValue()
321 …void SAL_CALL OXSDDataType::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const… in addPropertyChangeListener()
327 …void SAL_CALL OXSDDataType::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, co… in removePropertyChangeListener()
333 …void SAL_CALL OXSDDataType::addVetoableChangeListener( const ::rtl::OUString& PropertyName, const … in addVetoableChangeListener()
339 …void SAL_CALL OXSDDataType::removeVetoableChangeListener( const ::rtl::OUString& PropertyName, con… in removeVetoableChangeListener()
348 :OXSDDataType( _rName, _nTypeClass ) in OValueLimitedType_Base()
357 void OValueLimitedType_Base::initializeClone( const OXSDDataType& _rCloneSource ) in initializeClone()
359 OXSDDataType::initializeClone( _rCloneSource ); in initializeClone()
380 OXSDDataType::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
452 sal_uInt16 nReason = OXSDDataType::_validate( rValue ); in _validate()