Home
last modified time | relevance | path

Searched refs:nUShort (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/stoc/test/
H A Dtestiadapter.cxx122 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
134 rData.UShort = nUShort; in assign()
149 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
175 sal_Int16 nShort, sal_uInt16 nUShort,
330 sal_uInt16 nUShort; in invoke() local
351 rParams[4] >>= nUShort; in invoke()
378 rParams[4] >>= nUShort; in invoke()
420 rOutParam[4] <<= nUShort; in invoke()
464 rOutParam[4] <<= nUShort; in invoke()
508 rOutParam[4] <<= nUShort; in invoke()
[all …]
H A Dlanguage_binding.idl89 [in] short nShort, [in] unsigned short nUShort,
101 [inout] short nShort, [inout] unsigned short nUShort,
114 [out] short nShort, [out] unsigned short nUShort,
154 [out] short nShort, [out] unsigned short nUShort,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
42 rData.UShort = nUShort;
73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ argument
76 self.__dict__["data"] = TestDataElements( bBool, cChar, nByte, nShort, nUShort, nLong,
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
56 rData.UShort = nUShort;
/trunk/main/basic/source/sbx/
H A Dsbxint.cxx55 if( p->nUShort > (sal_uInt16) SbxMAXINT ) in ImpGetInteger()
60 nRes = (sal_Int16) p->nUShort; in ImpGetInteger()
200 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInteger()
240 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutInteger()
414 nRes = p->nUShort; break; in ImpGetInt64()
503 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInt64()
550 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutInt64()
702 nRes = p->nUShort; break; in ImpGetUInt64()
806 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetUInt64()
853 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutUInt64()
H A Dsbxvalue.cxx547 rRes.nUShort = sal::static_int_cast< sal_uInt16 >( in Get()
552 case SbxUSHORT: rRes.nUShort = ImpGetUShort( &p->aData ); break; in Get()
668 return sal_Bool( aRes.nUShort != 0 ); in GetBool()
680 GET( GetErr, SbxERROR, sal_uInt16, nUShort ) in GET()
689 GET( GetUShort, SbxUSHORT, sal_uInt16, nUShort ) in GET()
736 case SbxUSHORT: ImpPutUShort( &p->aData, rVal.nUShort ); break; in GET()
875 aRes.nUShort = sal::static_int_cast< sal_uInt16 >(b ? SbxTRUE : SbxFALSE); in PutBool()
949 PUT( PutErr, SbxERROR, sal_uInt16, nUShort ) in PUT()
958 PUT( PutUShort, SbxUSHORT, sal_uInt16, nUShort ) in PUT()
1687 r >> aData.nUShort; break; in LoadData()
[all …]
H A Dsbxbyte.cxx66 if( p->nUShort > (sal_uInt16) SbxMAXBYTE ) in ImpGetByte()
71 nRes = (sal_uInt8) p->nUShort; in ImpGetByte()
211 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetByte()
247 p->nUShort = n; break; in ImpPutByte()
H A Dsbxstr.cxx62 ImpPutBool( &aTmp, p->nUShort ); break; in ImpGetString()
64 ImpPutUShort( &aTmp, p->nUShort ); break; in ImpGetString()
108 aRes += ::rtl::OUString( p->nUShort ); break; in ImpGetString()
186 p->nUShort = ImpGetUShort( &aTmp ); break; in ImpPutString()
H A Dsbxchar.cxx62 nRes = (xub_Unicode) p->nUShort; in ImpGetChar()
199 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetChar()
263 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutChar()
H A Dsbxlng.cxx50 nRes = p->nUShort; break; in ImpGetLong()
165 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetLong()
216 aTmp.pUShort = &p->nUShort; in ImpPutLong()
H A Dsbxbool.cxx54 nRes = p->nUShort ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
177 p->nUShort = (sal_uInt16) n; break; in ImpPutBool()
H A Dsbxdbl.cxx49 nRes = p->nUShort; break; in ImpGetDouble()
160 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutDouble()
H A Dsbxulng.cxx57 nRes = p->nUShort; in ImpGetULong()
232 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutULong()
H A Dsbxsng.cxx50 nRes = p->nUShort; break; in ImpGetSingle()
203 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutSingle()
H A Dsbxuint.cxx57 nRes = p->nUShort; in ImpGetUShort()
231 p->nUShort = n; break; in ImpPutUShort()
H A Dsbxcurr.cxx59 nRes = ImpDoubleToCurrency( (double)p->nUShort ); break; in ImpGetCurrency()
195 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutCurrency()
H A Dsbxdate.cxx55 nRes = p->nUShort; break; in ImpGetDate()
214 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutDate()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx79 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
91 rData.UShort = nUShort; in assign()
106 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
177 sal_Int16 nShort, sal_uInt16 nUShort,
189 sal_Int16& nShort, sal_uInt16& nUShort,
201 sal_Int16& nShort, sal_uInt16& nUShort,
556 sal_Int16 nShort, sal_uInt16 nUShort, in setValues() argument
574 sal_Int16& nShort, sal_uInt16& nUShort, in setValues2() argument
598 sal_Int16& nShort, sal_uInt16& nUShort, in getValues() argument
[all …]
/trunk/main/automation/source/server/
H A Dsvcommstream.cxx36 ICommStream& SvCommStream::operator<<( comm_USHORT nUShort ) { *pStream << nUShort; return *this; } in operator <<() argument
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl117 [in] short nShort, [in] unsigned short nUShort,
133 [inout] short nShort, [inout] unsigned short nUShort,
146 [out] short nShort, [out] unsigned short nUShort,
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb88 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
98 rData.UShort = nUShort
112 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
H A Dcli_cpp_bridgetest.cxx226 Int16 nShort, UInt16 nUShort,
238 rData->UShort = nUShort;
253 Int16 nShort, UInt16 nUShort,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs206 short nShort, ushort nUShort, in assign() argument
218 rData.UShort = nUShort; in assign()
233 short nShort, ushort nUShort, 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, _
104 m_ushort = nUShort
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl207 [in] short nShort, [in] unsigned short nUShort,
223 [inout] short nShort, [inout] unsigned short nUShort,
236 [out] short nShort, [out] unsigned short nUShort,

Completed in 106 milliseconds

12