| /aoo41x/main/stoc/test/ | 
| H A D | testiadapter.cxx | 122 			 sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument133 	rData.Short = nShort;  in assign()
 149 			 sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument
 175 									 sal_Int16 nShort, sal_uInt16 nUShort,
 329 		sal_Int16 nShort;  in invoke()  local
 350 			rParams[3] >>= nShort;  in invoke()
 377 			rParams[3] >>= nShort;  in invoke()
 419 			rOutParam[3] <<= nShort;  in invoke()
 463 			rOutParam[3] <<= nShort;  in invoke()
 507 			rOutParam[3] <<= nShort;  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,\  argument41     rData.Short = nShort;
 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,\  argument55     rData.Short = nShort;
 
 | 
| /aoo41x/main/editeng/source/items/ | 
| H A D | numitem.cxx | 245   short nShort;  in SvxNumberFormat()  local246   rStream >> nShort;  in SvxNumberFormat()
 247   nFirstLineOffset        = nShort;  in SvxNumberFormat()
 248   rStream >> nShort;  in SvxNumberFormat()
 249   nAbsLSpace              = nShort;  in SvxNumberFormat()
 250   rStream >> nShort;  in SvxNumberFormat()
 251   nLSpace                 = nShort;  in SvxNumberFormat()
 253   rStream >> nShort;  in SvxNumberFormat()
 895         sal_uInt16 nShort;  in SvxNumRule()  local
 896         rStream >> nShort;  in SvxNumRule()
 [all …]
 
 | 
| /aoo41x/main/testtools/source/bridgetest/ | 
| H A D | cppobj.cxx | 79 					sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument90 	rData.Short = nShort;  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 …]
 
 | 
| H A D | bridgetest.cxx | 193 					sal_Int16 nShort, sal_uInt16 nUShort,  in assign()  argument204 	rData.Short = nShort;  in assign()
 
 | 
| /aoo41x/main/sw/source/ui/config/ | 
| H A D | uinums.cxx | 415 		short nShort;  in _SwNumFmtGlobal()  local453 			rStream >> nShort;		aFmt.SetFirstLineOffset( nShort );  in _SwNumFmtGlobal()
 455 			rStream >> nShort;		aFmt.SetLSpace( nShort );  in _SwNumFmtGlobal()
 
 | 
| /aoo41x/main/ucbhelper/source/provider/ | 
| H A D | propertyvalueset.cxx | 97 	sal_Int16	nShort;		// getShort  member119           nShort(0),  in PropertyValue()
 374 	GETVALUE_IMPL( sal_Int16, SHORT_VALUE_SET, nShort );  in getShort()
 513 					aValue <<= rValue.nShort;  in getObject()
 706 	SETVALUE_IMPL( rPropName, SHORT_VALUE_SET, nShort, nValue );  in appendShort()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 375 	SvStream&		operator<<( short nShort );423 	SvStream&		WriteNumber( short nShort );
 677 inline SvStream& SvStream::WriteNumber( short nShort )  in WriteNumber()  argument
 679 	WriteNumber( (long)nShort );  in WriteNumber()
 
 | 
| /aoo41x/main/framework/inc/ | 
| H A D | stdtypes.h | 64 	size_t operator()( const ::sal_Int16& nShort ) const  in operator ()()66 		return (size_t)nShort;  in operator ()()
 
 | 
| /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, _97 	    rData.Short = nShort
 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,237 	rData->Short = nShort;
 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()  argument217 	rData.Short = nShort;  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 | 90         bBool As Boolean, aChar As Char, nByte As Byte, nShort As Short, _103         m_short            = nShort
 
 | 
| H A D | cli_cs_testobj.cs | 99         short            nShort,  in setValues()  argument119         _short            = nShort;  in setValues()
 
 | 
| /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,
 
 | 
| /aoo41x/main/testtools/com/sun/star/comp/bridge/ | 
| H A D | TestComponent.java | 352 							  short            nShort,   in setValues()  argument372 			_short            = nShort;  in setValues()
 
 | 
| /aoo41x/main/svl/source/numbers/ | 
| H A D | zforlist.cxx | 2076         sal_Int32 nElem, nShort, nMedium, nLong, nShortDef, nMediumDef, nLongDef;  in ImpAdjustFormatCodeDefault()  local2077         nShort = nMedium = nLong = nShortDef = nMediumDef = nLongDef = -1;  in ImpAdjustFormatCodeDefault()
 2083                     nShort = nElem;  in ImpAdjustFormatCodeDefault()
 2126         if ( nShort != -1 && nShortDef == -1 )  in ImpAdjustFormatCodeDefault()
 
 | 
| /aoo41x/main/sw/source/filter/ww8/ | 
| H A D | ww8scan.cxx | 5283             sal_uInt16 nShort;  in Readcb()  local5284             rSt >> nShort;  in Readcb()
 5285             return nShort;  in Readcb()
 
 |