Home
last modified time | relevance | path

Searched refs:_double (Results 1 – 8 of 8) sorted by relevance

/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs51 private double _double; field in testobj.PerformanceTestObject
65 public double getDouble_attr() { return _double; } in getDouble_attr()
66 public void setDouble_attr( double _double_attr ) { _double = _double_attr; } in setDouble_attr()
92 public double getDouble( ) { return _double; } in getDouble()
93 public void setDouble( /*IN*/double f ) { _double = f; } in setDouble()
H A Dubobject.cxx165 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble() argument
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java79 private double _double; field in TestComponent._PerformancTestObject
112 return _double; in getDouble_attr()
116 _double = _double_attr; in setDouble_attr()
210 return _double; in getDouble()
214 _double = f; in setDouble()
311 private double _double; field in TestComponent._TestObject
379 _double = fDouble; in setValues()
420 _double = io_double[0]; in setValues2()
464 o_double[0] = _double; in getValues()
577 return _double; in getDouble()
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs63 private double _double; field in cs_testobj.BridgeTestObject
126 _double = fDouble; in setValues()
166 _double = io_double; in setValues2()
212 o_double = _double; in getValues()
301 get { return _double; }
302 set { _double = value; }
/trunk/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx100 double _double[]= {12345, 1234.5, 123.45, 12.345, 1.2345}; variable
111 SmartArray< double> arDouble( _double, 5, VT_R8 );
/trunk/main/stoc/test/
H A Dtestiadapter.cxx265 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble() argument
266 { _aData.Double = _double; } in setDouble()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx278 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble() argument
279 { _aData.Double = _double; } in setDouble()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1980 double _double= 3.145; in testInterface() local
1981 arAny[9] <<= _double; in testInterface()

Completed in 72 milliseconds