Searched refs:_long (Results 1 – 9 of 9) sorted by relevance
48 private int _long; field in testobj.PerformanceTestObject59 public int getLong_attr() { return _long; } in getLong_attr()60 public void setLong_attr( int _long_attr ) { _long = _long_attr; } in setLong_attr()86 public int getLong() { return _long; } in getLong()87 public void setLong(/*IN*/int n) { _long = n; } in setLong()
153 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument
75 private int _long; field in TestComponent._PerformancTestObject88 return _long; in getLong_attr()92 _long = _long_attr; in setLong_attr()186 return _long; in getLong()190 _long = n; in setLong()306 private int _long; field in TestComponent._TestObject374 _long = nLong; in setValues()415 _long = io_long[0]; in setValues2()459 o_long[0] = _long; in getValues()537 return _long; in getLong()[all …]
58 private int _long; field in cs_testobj.BridgeTestObject121 _long = nLong; in setValues()161 _long = io_long; in setValues2()207 o_long = _long; in getValues()276 get { return _long; }277 set { _long = value; }
215 long _long = aLong; in inoutParameters()217 m_Long = _long; in inoutParameters()
97 long _long[]= { 0xffffffff, 11, 111 ,1111, 1111 }; variable108 SmartArray< long> arLong( _long, 5, VT_I4);
1924 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface() local1986 sal_Int32 _long= -1; in testInterface() local1987 arAny[12] <<= _long; in testInterface()2019 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface() local
255 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument256 { _aData.Long = _long; } in setLong()
268 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument269 { _aData.Long = _long; } in setLong()
Completed in 55 milliseconds