Searched refs:n32 (Results 1 – 8 of 8) sorted by relevance
/trunk/main/automation/source/simplecm/ |
H A D | packethandler.cxx | 213 comm_UINT32 n32; in TransferData() local 214 n32 = 0xffffffff; // Umschalten auf MultiChannel in TransferData() 215 n32 = NETDWORD( n32 ); in TransferData() 216 WRITE_SOCKET( &n32, 4 ); in TransferData() 289 comm_UINT32 n32; in SendHandshake() local 290 n32 = 0xffffffff; // Umschalten auf MultiChannel in SendHandshake() 291 n32 = NETDWORD( n32 ); in SendHandshake() 292 WRITE_SOCKET( &n32, 4 ); in SendHandshake()
|
/trunk/main/sal/qa/testHelperFunctions/ |
H A D | testHelperFunctions.cxx | 66 sal_uInt32 n32 = n64 & 0xffffffff; in printf64() local 67 printf("0x%.8x ", n32); in printf64() 68 n32 = n & 0xffffffff; in printf64() 69 printf("%.8x (64bit)", n32); in printf64() 73 sal_uInt32 n32 = n & 0xffffffff; in printf64() local 74 printf("0x%.8x (32bit) ", n32); in printf64() 89 sal_Int32 n32 = 2147483648; in TEST_F() local 90 printf("n32 should be -2^31 is: %d\n", n32); in TEST_F() 91 ASSERT_TRUE(n32 == -2147483648 ) << "n32!=2147483648"; in TEST_F()
|
/trunk/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 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() [all …]
|
/trunk/main/svtools/source/filter/ |
H A D | filter2.cxx | 235 sal_uInt32 n32; in ImpDetectGIF() local 242 rStm >> n32; in ImpDetectGIF() 244 if ( n32 == 0x38464947 ) in ImpDetectGIF() 1194 sal_uInt32 n32; in ImpDetectSVM() local 1200 rStm >> n32; in ImpDetectSVM() 1201 if ( n32 == 0x44475653 ) in ImpDetectSVM() 1235 rStm >> n32; in ImpDetectSVM() 1237 if( n32 == 0x4D4C4356 ) in ImpDetectSVM()
|
/trunk/main/chart2/source/tools/ |
H A D | CommonConverters.cxx | 505 sal_Int32 n32 = 0; in hasLongOrShortValue() local 506 if( rAny >>= n32 ) in hasLongOrShortValue() 522 sal_Int32 n32 = 0; in getShortForLongAlso() local 523 if( rAny >>= n32 ) in getShortForLongAlso() 524 nRet = static_cast<sal_Int16>(n32); in getShortForLongAlso()
|
/trunk/main/basic/source/runtime/ |
H A D | methods1.cxx | 2005 inline sal_Int16 limitToINT16( sal_Int32 n32 ) in limitToINT16() argument 2007 if( n32 > 32767 ) in limitToINT16() 2008 n32 = 32767; in limitToINT16() 2009 else if( n32 < -32768 ) in limitToINT16() 2010 n32 = -32768; in limitToINT16() 2011 return (sal_Int16)n32; in limitToINT16()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4309 sal_uInt32 n32; in WriteBlibStoreContainer() local 4311 *pMergePicStreamBSE >> n32; in WriteBlibStoreContainer() 4314 …DBG_ASSERT( nBlipSize == n32, "EscherGraphicProvider::WriteBlibStoreContainer: BLIP sizes differ" … in WriteBlibStoreContainer()
|
/trunk/extras/l10n/source/kid/ |
H A D | localize.sdf | 28018 helpcontent2 source\text\shared\01\06150120.xhp 0 help par_id3156330 19 0 kid n32-gg‖The path to …
|
Completed in 953 milliseconds