Home
last modified time | relevance | path

Searched refs:nULong (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/stoc/test/
H A Dtestiadapter.cxx123 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 Dlanguage_binding.idl90 [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,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py36 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 Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
58 rData.ULong = nULong;
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx80 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 …]
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx553 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 Dsbxint.cxx75 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 Dsbxbyte.cxx86 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 Dsbxchar.cxx77 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 Dsbxlng.cxx54 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 Dsbxuint.cxx72 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 Dsbxcurr.cxx66 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 Dsbxbool.cxx58 nRes = p->nULong ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
174 p->nULong = (sal_uInt32) n; break; in ImpPutBool()
H A Dsbxdbl.cxx53 nRes = p->nULong; break; in ImpGetDouble()
157 aTmp.pULong = &p->nULong; goto direct; in ImpPutDouble()
H A Dsbxulng.cxx68 nRes = p->nULong; break; in ImpGetULong()
205 p->nULong = n; break; in ImpPutULong()
H A Dsbxsng.cxx54 nRes = (float) p->nULong; break; in ImpGetSingle()
200 aTmp.pULong = &p->nULong; goto direct; in ImpPutSingle()
H A Dsbxstr.cxx68 ImpPutULong( &aTmp, p->nULong ); break; in ImpGetString()
183 p->nULong = ImpGetULong( &aTmp ); break; in ImpPutString()
H A Dsbxdate.cxx59 nRes = (double) p->nULong; break; in ImpGetDate()
211 aTmp.pULong = &p->nULong; goto direct; in ImpPutDate()
/trunk/main/automation/source/server/
H A Dsvcommstream.cxx37 ICommStream& SvCommStream::operator<<( comm_ULONG nULong ) { *pStream << nULong; return *this; } in operator <<() argument
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl118 [in] long nLong, [in] unsigned long nULong,
134 [inout] long nLong, [inout] unsigned long nULong,
147 [out] long nLong, [out] unsigned long nULong,
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb89 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 Dcli_cpp_bridgetest.cxx227 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 Dcli_cs_bridgetest.cs207 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 Dcli_vb_testobj.vb91 nUShort As UInt16, nLong As Integer, nULong As UInt32, _
106 m_ulong = nULong
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl208 [in] long nLong, [in] unsigned long nULong,
224 [inout] long nLong, [inout] unsigned long nULong,
237 [out] long nLong, [out] unsigned long nULong,

Completed in 80 milliseconds

12