Searched refs:aInt (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 111 int aInt, uint aUInt, in inParameters() argument 125 m_Int = aInt; in inParameters() 145 out int aInt, out uint aUInt, in outParameters() argument 159 aInt = m_Int; in outParameters() 181 ref int aInt, ref uint aUInt, in inoutParameters() argument 207 int _int = aInt; in inoutParameters() 208 aInt = m_Int; in inoutParameters()
|
H A D | climaker.cs | 1217 int aInt = 0x7fffffff; in testInterface() 1234 aInt, aUInt, aLong, aULong, in testInterface() 1269 l.assure(aInt == outInt); in testInterface() 1316 l.assure(aInt == inoutInt); in testInterface() 1335 aInt, aUInt, aLong, aULong, in testInterface() 1344 l.assure(obj.retLong() == aInt); in testInterface() 1370 obj.attrLong = aInt; in testInterface() 1371 l.assure(obj.attrLong == aInt); in testInterface()
|
/aoo4110/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 63 Integer aInt= new Integer( 1111111); field in AnyConverter_Test 78 anyInt= new Any(new Type(Integer.TYPE), aInt); in AnyConverter_Test() 166 try { AnyConverter.toChar(aInt); failed(""); in test_toChar() 218 try { AnyConverter.toByte(aInt); failed(""); in test_toByte() 326 val= AnyConverter.toInt(aInt); in test_toInt() 327 assure("", val == aInt.intValue()); in test_toInt() 393 val= AnyConverter.toLong(aInt); in test_toLong() 394 assure("", val == aInt.intValue()); in test_toLong() 525 val= AnyConverter.toDouble(aInt); in test_toDouble() 526 assure("", val == aInt.intValue()); in test_toDouble() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxcurr.cxx | 323 BigInt aInt( r ); in ImpCurrencyToString() local 324 aInt.Abs(); in ImpCurrencyToString() 325 BigInt aFrac = aInt; in ImpCurrencyToString() 326 aInt /= a10000; in ImpCurrencyToString() 333 aString += aInt.GetString(); in ImpCurrencyToString()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMapHelper.cxx | 70 sal_Int32 aInt = 0; in lcl_PropertyValuesToTag() local 71 pValues[n].Value >>= aInt; in lcl_PropertyValuesToTag() 72 pTag->addAttr("value", aInt); in lcl_PropertyValuesToTag()
|
H A D | PropertyMap.cxx | 115 sal_Int32 aInt = 0; in lcl_AnyToTag() local 116 rAny >>= aInt; in lcl_AnyToTag() 117 pTag->addAttr("value", aInt); in lcl_AnyToTag() 181 sal_Int32 aInt = 0; in toTag() local 182 aMapIter->second >>= aInt; in toTag() 183 pTag->addAttr("value", aInt); in toTag()
|
/aoo4110/main/basic/source/runtime/ |
H A D | methods1.cxx | 1090 sal_Int16 aInt; in lcl_ReadSbxVariable() local 1091 *pStrm >> aInt; in lcl_ReadSbxVariable() 1092 rVar.PutInteger( aInt ); in lcl_ReadSbxVariable() 1101 sal_Int32 aInt; in lcl_ReadSbxVariable() local 1102 *pStrm >> aInt; in lcl_ReadSbxVariable() 1103 rVar.PutLong( aInt ); in lcl_ReadSbxVariable()
|
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 887 Integer aInt= (Integer) cl.getFastPropertyValue(5); in getFastPropertyValue() local 888 r[i++]= aInt.intValue() == 111; in getFastPropertyValue() 915 Integer aInt= new Integer(111); in setPropertyValues() local 917 Object[] values= new Object[]{aChar, aInt, aByte}; in setPropertyValues()
|
Completed in 38 milliseconds