Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/automation/source/simplecm/
H A Dpackethandler.cxx213 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()
/aoo41x/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx66 sal_uInt32 n32 = n64 & 0xffffffff; in t_print64() local
67 printf("0x%.8x ", n32); in t_print64()
68 n32 = n & 0xffffffff; in t_print64()
69 printf("%.8x (64bit)", n32); in t_print64()
73 sal_uInt32 n32 = n & 0xffffffff; in t_print64() local
74 printf("0x%.8x (32bit) ", n32); in t_print64()
107 sal_Int32 n32 = 2147483648; in test0() local
108 t_print("n32 should be -2^31 is: %d\n", n32); in test0()
109 CPPUNIT_ASSERT_MESSAGE("n32!=2147483648", n32 == -2147483648 ); in test0()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx709 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 …]
/aoo41x/main/svtools/source/filter/
H A Dfilter2.cxx235 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()
/aoo41x/main/chart2/source/tools/
H A DCommonConverters.cxx505 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()
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx2005 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()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx4298 sal_uInt32 n32; in WriteBlibStoreContainer() local
4300 *pMergePicStreamBSE >> n32; in WriteBlibStoreContainer()
4303 …DBG_ASSERT( nBlipSize == n32, "EscherGraphicProvider::WriteBlibStoreContainer: BLIP sizes differ" … in WriteBlibStoreContainer()
/aoo41x/extras/l10n/source/kid/
H A Dlocalize.sdf28018 helpcontent2 source\text\shared\01\06150120.xhp 0 help par_id3156330 19 0 kid n32-gg‖The path to …

Completed in 1769 milliseconds