Lines Matching refs:n16
694 sal_Int16 n16; in convertFastPropertyValue() local
695 convertPropertyValue( n16 , rValue ); in convertFastPropertyValue()
697 if( n16 != nINT16 ) in convertFastPropertyValue()
699 rConvertedValue <<= n16; in convertFastPropertyValue()
1009 sal_Int16 n16; in test_PropertySetHelper() local
1013 aValue >>= n16; in test_PropertySetHelper()
1014 OSL_ENSURE( 22 == n16 , "PropertySetHelper: wrong INT16 value" ); in test_PropertySetHelper()
1019 aValue >>= n16; in test_PropertySetHelper()
1020 OSL_ENSURE( 44 == n16, "PropertySetHelper: wrong INT16 value" ); in test_PropertySetHelper()
1042 aValues.getConstArray()[1] >>= n16; in test_PropertySetHelper()
1046 OSL_ENSURE( 44 == n16, "PropertySetHelper: wrong INT16 value" ); in test_PropertySetHelper()