/aoo4110/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument 44 rData.ULong = nULong; 74 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, \ argument 77 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, 81 def setValues2( self, bBool, cChar, nByte, nShort, nUShort, nLong, nULong,\ argument 84 self.__dict__["Struct"] = TestData( cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ 88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \
|
H A D | core.py | 50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument 58 rData.ULong = nULong;
|
/aoo4110/main/stoc/test/ |
H A D | testiadapter.cxx | 123 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument 136 rData.ULong = nULong; in assign() 150 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument 176 sal_Int32 nLong, sal_uInt32 nULong, 332 sal_uInt32 nULong; in invoke() local 353 rParams[6] >>= nULong; in invoke() 380 rParams[6] >>= nULong; in invoke() 422 rOutParam[6] <<= nULong; in invoke() 466 rOutParam[6] <<= nULong; in invoke() 510 rOutParam[6] <<= nULong; in invoke() [all …]
|
H A D | language_binding.idl | 90 [in] long nLong, [in] unsigned long nULong, 102 [inout] long nLong, [inout] unsigned long nULong, 115 [out] long nLong, [out] unsigned long nULong, 155 [out] long nLong, [out] unsigned long nULong,
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 80 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument 93 rData.ULong = nULong; in assign() 107 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument 116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign() 178 sal_Int32 nLong, sal_uInt32 nULong, 190 sal_Int32& nLong, sal_uInt32& nULong, 202 sal_Int32& nLong, sal_uInt32& nULong, 557 sal_Int32 nLong, sal_uInt32 nULong, in setValues() argument 575 sal_Int32& nLong, sal_uInt32& nULong, in setValues2() argument 599 sal_Int32& nLong, sal_uInt32& nULong, in getValues() argument [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 553 case SbxULONG: rRes.nULong = ImpGetULong( &p->aData ); break; in Get() 687 GET( GetULong, SbxULONG, sal_uInt32, nULong ) in GET() 737 case SbxULONG: ImpPutULong( &p->aData, rVal.nULong ); break; in GET() 956 PUT( PutULong, SbxULONG, sal_uInt32, nULong ) in PUT() 1239 if( !aR.nULong ) SetError( SbxERR_ZERODIV ); in Compute() 1240 else aL.nULong /= aR.nULong; in Compute() 1255 if( !aR.nULong ) SetError( SbxERR_ZERODIV ); in Compute() 1256 else aL.nULong %= aR.nULong; in Compute() 1716 r >> aData.nULong; break; in LoadData() 1734 r >> aData.nULong, aData.eType = SbxULONG; in LoadData() [all …]
|
H A D | sbxint.cxx | 75 if( p->nULong > SbxMAXINT ) in ImpGetInteger() 80 nRes = (sal_Int16) p->nULong; in ImpGetInteger() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetInteger() 237 aTmp.pULong = &p->nULong; goto direct; in ImpPutInteger() 418 nRes = (sal_Int64) p->nULong; break; in ImpGetInt64() 547 aTmp.pULong = &p->nULong; goto direct; in ImpPutInt64() 706 nRes = (sal_uInt64) p->nULong; break; in ImpGetUInt64() 850 aTmp.pULong = &p->nULong; goto direct; in ImpPutUInt64()
|
H A D | sbxbyte.cxx | 86 if( p->nULong > SbxMAXBYTE ) in ImpGetByte() 91 nRes = (sal_uInt8) p->nULong; in ImpGetByte() 208 aTmp.nULong = *p->pULong; goto ref; in ImpGetByte() 251 p->nULong = n; break; in ImpPutByte()
|
H A D | sbxchar.cxx | 77 if( p->nULong > SbxMAXCHAR ) in ImpGetChar() 82 nRes = (xub_Unicode) p->nULong; in ImpGetChar() 196 aTmp.nULong = *p->pULong; goto ref; in ImpGetChar() 260 aTmp.pULong = &p->nULong; goto direct; in ImpPutChar()
|
H A D | sbxlng.cxx | 54 if( p->nULong > SbxMAXLNG ) in ImpGetLong() 59 nRes = (sal_Int32) p->nULong; in ImpGetLong() 162 aTmp.nULong = *p->pULong; goto ref; in ImpGetLong() 211 aTmp.pULong = &p->nULong; goto direct; in ImpPutLong()
|
H A D | sbxuint.cxx | 72 if( p->nULong > SbxMAXUINT ) in ImpGetUShort() 77 nRes = (sal_uInt16) p->nULong; in ImpGetUShort() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetUShort() 235 p->nULong = n; break; in ImpPutUShort()
|
H A D | sbxcurr.cxx | 66 nRes = ImpDoubleToCurrency( (double)p->nULong ); in ImpGetCurrency() 154 aTmp.nULong = *p->pULong; goto ref; in ImpGetCurrency() 192 aTmp.pULong = &p->nULong; goto direct; in ImpPutCurrency()
|
H A D | sbxbool.cxx | 58 nRes = p->nULong ? SbxTRUE : SbxFALSE; break; in ImpGetBool() 174 p->nULong = (sal_uInt32) n; break; in ImpPutBool()
|
H A D | sbxdbl.cxx | 53 nRes = p->nULong; break; in ImpGetDouble() 157 aTmp.pULong = &p->nULong; goto direct; in ImpPutDouble()
|
H A D | sbxulng.cxx | 68 nRes = p->nULong; break; in ImpGetULong() 205 p->nULong = n; break; in ImpPutULong()
|
H A D | sbxsng.cxx | 54 nRes = (float) p->nULong; break; in ImpGetSingle() 200 aTmp.pULong = &p->nULong; goto direct; in ImpPutSingle()
|
H A D | sbxstr.cxx | 68 ImpPutULong( &aTmp, p->nULong ); break; in ImpGetString() 183 p->nULong = ImpGetULong( &aTmp ); break; in ImpPutString()
|
H A D | sbxdate.cxx | 59 nRes = (double) p->nULong; break; in ImpGetDate() 211 aTmp.pULong = &p->nULong; goto direct; in ImpPutDate()
|
/aoo4110/main/automation/source/server/ |
H A D | svcommstream.cxx | 37 ICommStream& SvCommStream::operator<<( comm_ULONG nULong ) { *pStream << nULong; return *this; } in operator <<() argument
|
/aoo4110/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 118 [in] long nLong, [in] unsigned long nULong, 134 [inout] long nLong, [inout] unsigned long nULong, 147 [out] long nLong, [out] unsigned long nULong,
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 89 nLong As Integer, nULong As UInt32, nHyper As Long, _ 100 rData.ULong = nULong 113 nLong As Integer, nULong As UInt32, nHyper As Long, _ 119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
|
H A D | cli_cpp_bridgetest.cxx | 227 Int32 nLong, UInt32 nULong, 240 rData->ULong = nULong; 254 Int32 nLong, UInt32 nULong, 263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
|
H A D | cli_cs_bridgetest.cs | 207 int nLong, uint nULong, in assign() argument 220 rData.ULong = nULong; in assign() 234 int nLong, uint nULong, in assign() argument 243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
|
H A D | cli_vb_testobj.vb | 91 nUShort As UInt16, nLong As Integer, nULong As UInt32, _ 106 m_ulong = nULong
|
/aoo4110/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 208 [in] long nLong, [in] unsigned long nULong, 224 [inout] long nLong, [inout] unsigned long nULong, 237 [out] long nLong, [out] unsigned long nULong,
|