Home
last modified time | relevance | path

Searched refs:i16 (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx73 sal_Int16 i16 = 0; in convertPropertyValue() local
74 a >>= i16; in convertPropertyValue()
75 b = ( sal_Bool ) i16; in convertPropertyValue()
86 sal_uInt16 i16 = 0; in convertPropertyValue() local
87 a >>= i16; in convertPropertyValue()
88 b = ( sal_Bool ) i16; in convertPropertyValue()
124 sal_Int16 i16 = 0; in convertPropertyValue() local
125 a >>= i16; in convertPropertyValue()
126 i = ( sal_Int64 ) i16; in convertPropertyValue()
139 sal_uInt16 i16 = 0; in convertPropertyValue() local
[all …]
/AOO41X/main/cppuhelper/test/
H A Dtestproptyphlp.cxx43 sal_Int16 i16; in testPropertyTypeHelper() local
44 convertPropertyValue( i16 , a ); in testPropertyTypeHelper()
45 OSL_ASSERT( 25 == i16 ); in testPropertyTypeHelper()