Lines Matching refs:n32
709 sal_Int32 n32; in convertFastPropertyValue() local
710 convertPropertyValue( n32 , rValue ); in convertFastPropertyValue()
711 if( n32 != nINT32 ) in convertFastPropertyValue()
713 rConvertedValue <<= n32; in convertFastPropertyValue()
1026 sal_Int32 n32; in test_PropertySetHelper() local
1027 aValue >>= n32; in test_PropertySetHelper()
1028 OSL_ENSURE( 55 == n32 , "PropertySetHelper: wrong INT32 value" ); in test_PropertySetHelper()
1032 aValue >>= n32; in test_PropertySetHelper()
1033 OSL_ENSURE( 66 == n32, "PropertySetHelper: wrong INT32 value" ); in test_PropertySetHelper()
1043 aValues.getConstArray()[2] >>= n32; in test_PropertySetHelper()
1047 OSL_ENSURE( 66 == n32, "PropertySetHelper: wrong INT32 value" ); in test_PropertySetHelper()