Searched refs:aINT32 (Results 1 – 2 of 2) sorted by relevance
978 Any aINT32; in test_PropertySetHelper() local979 aINT32 <<= (sal_Int32 ) 16; in test_PropertySetHelper()980 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), aINT32 ); in test_PropertySetHelper()990 Any aINT32; in test_PropertySetHelper() local991 aINT32 <<= (sal_Int32) 16; in test_PropertySetHelper()992 pPS->setFastPropertyValue( PROPERTY_INT16, aINT32 ); in test_PropertySetHelper()
418 sal_Int32 aINT32 = sal_False; in readINT32Constant() local424 aINT32 = readINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readINT32Constant()428 return aINT32; in readINT32Constant()
Completed in 69 milliseconds