Lines Matching refs:PROPERTY_INT32
404 #define PROPERTY_INT32 2 macro
425 …Property( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ) , PROPERTY_INT32, getCppuType( (sal_Int… in getBasicProps()
505 case PROPERTY_INT32: in propertyChange()
566 case PROPERTY_INT32: in vetoableChange()
623 case PROPERTY_INT32: in propertiesChange()
707 case PROPERTY_INT32: in convertFastPropertyValue()
748 case PROPERTY_INT32: in setFastPropertyValue_NoBroadcast()
772 case PROPERTY_INT32: in getFastPropertyValue()
968 pPS->setFastPropertyValue( PROPERTY_INT32, aBool ); in test_PropertySetHelper()
1030 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT32, aValue ); in test_PropertySetHelper()
1031 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_INT32 ); in test_PropertySetHelper()