Searched refs:_short (Results 1 – 7 of 7) sorted by relevance
56 private short _short; field in cs_testobj.BridgeTestObject119 _short = nShort; in setValues()159 _short = io_short; in setValues2()205 o_short = _short; in getValues()266 get { return _short; }267 set { _short = value; }
74 private short _short; field in TestComponent._PerformancTestObject304 private short _short; field in TestComponent._TestObject372 _short = nShort; in setValues()413 _short = io_short[0]; in setValues2()457 o_short[0] = _short; in getValues()521 return _short; in getShort()525 _short = zshort; in setShort()
199 short _short = aShort; in inoutParameters()201 m_Short = _short; in inoutParameters()
95 short _short[]={0xffff, 1, 11 ,111, 1111 }; variable106 SmartArray< short> arShort( _short, 5, VT_I2);
1922 sal_Int16 _short= *( sal_Int16*) seqOutParams[11].getValue(); in testInterface() local1984 sal_Int16 _short= -1; in testInterface() local1985 arAny[11] <<= _short; in testInterface()2017 sal_Int16 _short= *( sal_Int16*) seqOutParams[11].getValue(); in testInterface() local
264 … virtual void SAL_CALL setShort( sal_Int16 _short ) throw(::com::sun::star::uno::RuntimeException) in setShort() argument265 { _aData.Short = _short; } in setShort()
251 … virtual void SAL_CALL setShort( sal_Int16 _short ) throw(::com::sun::star::uno::RuntimeException) in setShort() argument252 { _aData.Short = _short; } in setShort()
Completed in 64 milliseconds