| /aoo41x/main/stoc/test/ | 
| H A D | testiadapter.cxx | 122 			 sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument134 	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 D | language_binding.idl | 89 							 [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,
 
 | 
| /aoo41x/main/testtools/source/bridgetest/pyuno/ | 
| H A D | samplecomponent.py | 36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\  argument42     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 D | core.py | 50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\  argument56     rData.UShort = nUShort;
 
 | 
| /aoo41x/main/basic/source/sbx/ | 
| H A D | sbxint.cxx | 55 			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 D | sbxvalue.cxx | 547                     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 D | sbxbyte.cxx | 66 			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 D | sbxstr.cxx | 62 			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 D | sbxchar.cxx | 62 			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 D | sbxlng.cxx | 50 			nRes = p->nUShort; break;  in ImpGetLong()165 			aTmp.nUShort = *p->pUShort; goto ref;  in ImpGetLong()
 216 			aTmp.pUShort = &p->nUShort;  in ImpPutLong()
 
 | 
| H A D | sbxbool.cxx | 54 			nRes = p->nUShort ? SbxTRUE : SbxFALSE; break;  in ImpGetBool()177 			p->nUShort = (sal_uInt16) n; break;  in ImpPutBool()
 
 | 
| H A D | sbxdbl.cxx | 49 			nRes = p->nUShort; break;  in ImpGetDouble()160 			aTmp.pUShort = &p->nUShort; goto direct;  in ImpPutDouble()
 
 | 
| H A D | sbxulng.cxx | 57 			nRes = p->nUShort;  in ImpGetULong()232 			aTmp.pUShort = &p->nUShort; goto direct;  in ImpPutULong()
 
 | 
| H A D | sbxsng.cxx | 50 			nRes = p->nUShort; break;  in ImpGetSingle()203 			aTmp.pUShort = &p->nUShort; goto direct;  in ImpPutSingle()
 
 | 
| H A D | sbxuint.cxx | 57 			nRes = p->nUShort;  in ImpGetUShort()231 			p->nUShort = n; break;  in ImpPutUShort()
 
 | 
| H A D | sbxcurr.cxx | 59 			nRes = ImpDoubleToCurrency( (double)p->nUShort ); break;  in ImpGetCurrency()195 			aTmp.pUShort = &p->nUShort; goto direct;  in ImpPutCurrency()
 
 | 
| H A D | sbxdate.cxx | 55 			nRes = p->nUShort; break;  in ImpGetDate()214 			aTmp.pUShort = &p->nUShort; goto direct;  in ImpPutDate()
 
 | 
| /aoo41x/main/testtools/source/bridgetest/ | 
| H A D | cppobj.cxx | 79 					sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument91 	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 …]
 
 | 
| /aoo41x/main/automation/source/server/ | 
| H A D | svcommstream.cxx | 36 ICommStream& SvCommStream::operator<<( comm_USHORT nUShort ) { *pStream << nUShort; return *this; }  in operator <<()  argument
 | 
| /aoo41x/main/udkapi/com/sun/star/test/bridge/ | 
| H A D | XBridgeTest.idl | 117 							 [in] short nShort, [in] unsigned short nUShort,133 						 [inout] short nShort, [inout] unsigned short nUShort,
 146 						[out] short nShort, [out] unsigned short nUShort,
 
 | 
| /aoo41x/main/testtools/source/bridgetest/cli/ | 
| H A D | cli_vb_bridgetest.vb | 88 			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 D | cli_cpp_bridgetest.cxx | 226 					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 D | cli_cs_bridgetest.cs | 206 					short nShort, ushort nUShort,  in assign()  argument218 	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 D | cli_vb_testobj.vb | 91         nUShort As UInt16, nLong As Integer, nULong As UInt32, _104         m_ushort           = nUShort
 
 | 
| /aoo41x/main/testtools/source/bridgetest/idl/ | 
| H A D | bridgetest.idl | 207                              [in] short nShort, [in] unsigned short nUShort,223                          [inout] short nShort, [inout] unsigned short nUShort,
 236                         [out] short nShort, [out] unsigned short nUShort,
 
 |