Searched refs:REGISTER_VOID_PROP (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/forms/source/xforms/ |
H A D | datatyperepository.cxx | 242 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_DATE, m_aMaxInclusive, ValueType ); in registerProperties() 243 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_DATE, m_aMaxExclusive, ValueType ); in registerProperties() 244 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_DATE, m_aMinInclusive, ValueType ); in registerProperties() 245 REGISTER_VOID_PROP( XSD_MIN_EXCLUSIVE_DATE, m_aMinExclusive, ValueType ); in registerProperties() 253 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_TIME, m_aMaxInclusive, ValueType ); in registerProperties() 254 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_TIME, m_aMaxExclusive, ValueType ); in registerProperties() 255 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_TIME, m_aMinInclusive, ValueType ); in registerProperties() 286 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_INT, m_aMaxInclusive, ValueType ); in registerProperties() 287 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_INT, m_aMaxExclusive, ValueType ); in registerProperties() 288 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_INT, m_aMinInclusive, ValueType ); in registerProperties() [all …]
|
H A D | datatypes.cxx | 526 REGISTER_VOID_PROP( XSD_LENGTH, m_aLength, sal_Int32 ); in registerProperties() 527 REGISTER_VOID_PROP( XSD_MIN_LENGTH, m_aMinLength, sal_Int32 ); in registerProperties() 528 REGISTER_VOID_PROP( XSD_MAX_LENGTH, m_aMaxLength, sal_Int32 ); in registerProperties() 690 REGISTER_VOID_PROP( XSD_TOTAL_DIGITS, m_aTotalDigits, sal_Int32 ); in registerProperties() 691 REGISTER_VOID_PROP( XSD_FRACTION_DIGITS, m_aFractionDigits, sal_Int32 ); in registerProperties()
|
H A D | datatypes.hxx | 173 #define REGISTER_VOID_PROP( prop, memberAny, type ) \ macro
|
/aoo42x/main/forms/source/component/ |
H A D | navigationbar.cxx | 57 #define REGISTER_VOID_PROP( prop, memberAny, type ) \ macro 134 REGISTER_VOID_PROP( TABSTOP, m_aTabStop, sal_Bool ); in implInitPropertyContainer() 135 REGISTER_VOID_PROP( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32 ); in implInitPropertyContainer()
|
Completed in 26 milliseconds