Home
last modified time | relevance | path

Searched refs:_long (Results 1 – 9 of 9) sorted by relevance

/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs48 private int _long; field in testobj.PerformanceTestObject
59 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()
H A Dubobject.cxx153 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java75 private int _long; field in TestComponent._PerformancTestObject
88 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._TestObject
374 _long = nLong; in setValues()
415 _long = io_long[0]; in setValues2()
459 o_long[0] = _long; in getValues()
537 return _long; in getLong()
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs58 private int _long; field in cs_testobj.BridgeTestObject
121 _long = nLong; in setValues()
161 _long = io_long; in setValues2()
207 o_long = _long; in getValues()
276 get { return _long; }
277 set { _long = value; }
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs215 long _long = aLong; in inoutParameters()
217 m_Long = _long; in inoutParameters()
/trunk/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx97 long _long[]= { 0xffffffff, 11, 111 ,1111, 1111 }; variable
108 SmartArray< long> arLong( _long, 5, VT_I4);
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1924 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface() local
1986 sal_Int32 _long= -1; in testInterface() local
1987 arAny[12] <<= _long; in testInterface()
2019 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface() local
/trunk/main/stoc/test/
H A Dtestiadapter.cxx255 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument
256 { _aData.Long = _long; } in setLong()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx268 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() argument
269 { _aData.Long = _long; } in setLong()

Completed in 59 milliseconds