Home
last modified time | relevance | path

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

/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs111 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 Dclimaker.cs1217 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()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java63 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 …]
/trunk/main/basic/source/sbx/
H A Dsbxcurr.cxx323 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()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMapHelper.cxx70 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 DPropertyMap.cxx115 sal_Int32 aInt = 0; in lcl_AnyToTag() local
116 rAny >>= aInt; in lcl_AnyToTag()
117 pTag->addAttr("value", aInt); in lcl_AnyToTag()
182 sal_Int32 aInt = 0; in toTag() local
183 aMapIter->second >>= aInt; in toTag()
184 pTag->addAttr("value", aInt); in toTag()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1090 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()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java887 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 56 milliseconds