Searched refs:n16 (Results 1 – 5 of 5) sorted by relevance
229 comm_UINT16 n16; in TransferData() local235 n16 = 4; // L�nge des Headers f�r einen CH_SimpleMultiChannel in TransferData()236 n16 = NETWORD( n16 ); in TransferData()237 WRITE_SOCKET( &n16, 2 ); in TransferData()239 n16 = CH_SimpleMultiChannel; // Typ des Headers in TransferData()240 n16 = NETWORD( n16 ); in TransferData()241 WRITE_SOCKET( &n16, 2 ); in TransferData()298 comm_UINT16 n16; in SendHandshake() local304 n16 = 2; // L�nge des Headers f�r einen CH_Handshake in SendHandshake()305 n16 = NETWORD( n16 ); in SendHandshake()[all …]
694 sal_Int16 n16; in convertFastPropertyValue() local695 convertPropertyValue( n16 , rValue ); in convertFastPropertyValue()697 if( n16 != nINT16 ) in convertFastPropertyValue()699 rConvertedValue <<= n16; in convertFastPropertyValue()1009 sal_Int16 n16; in test_PropertySetHelper() local1013 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 …]
236 sal_uInt16 n16; in ImpDetectGIF() local246 rStm >> n16; in ImpDetectGIF()247 if ( ( n16 == 0x6137 ) || ( n16 == 0x6139 ) ) in ImpDetectGIF()
510 sal_Int16 n16 = 0; in hasLongOrShortValue() local511 if( rAny >>= n16 ) in hasLongOrShortValue()
4290 sal_uInt16 n16; in WriteBlibStoreContainer() local4292 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()4293 rSt << n16; in WriteBlibStoreContainer()4295 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()4297 …DBG_ASSERT( n16 == ESCHER_BlipFirst + nBlibType , "EscherGraphicProvider::WriteBlibStoreContainer:… in WriteBlibStoreContainer()