Home
last modified time | relevance | path

Searched refs:n16 (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/automation/source/simplecm/
H A Dpackethandler.cxx229 comm_UINT16 n16; in TransferData() local
236 n16 = NETWORD( n16 ); in TransferData()
240 n16 = NETWORD( n16 ); in TransferData()
298 comm_UINT16 n16; in SendHandshake() local
305 n16 = NETWORD( n16 ); in SendHandshake()
306 WRITE_SOCKET( &n16, 2 ); in SendHandshake()
309 n16 = NETWORD( n16 ); in SendHandshake()
310 WRITE_SOCKET( &n16, 2 ); in SendHandshake()
313 n16 = NETWORD( n16 ); in SendHandshake()
314 WRITE_SOCKET( &n16, 2 ); in SendHandshake()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx236 sal_uInt16 n16; in ImpDetectGIF() local
246 rStm >> n16; in ImpDetectGIF()
247 if ( ( n16 == 0x6137 ) || ( n16 == 0x6139 ) ) in ImpDetectGIF()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4301 sal_uInt16 n16; in WriteBlibStoreContainer() local
4303 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()
4304 rSt << n16; in WriteBlibStoreContainer()
4306 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()
4308 …DBG_ASSERT( n16 == ESCHER_BlipFirst + nBlibType , "EscherGraphicProvider::WriteBlibStoreContainer:… in WriteBlibStoreContainer()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx694 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()
[all …]
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx510 sal_Int16 n16 = 0; in hasLongOrShortValue() local
511 if( rAny >>= n16 ) in hasLongOrShortValue()

Completed in 50 milliseconds