Home
last modified time | relevance | path

Searched refs:setDouble_attr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs66 public void setDouble_attr( double _double_attr ) { _double = _double_attr; } in setDouble_attr() method in testobj.PerformanceTestObject
H A Dubobject.cxx127 virtual void SAL_CALL setDouble_attr( double _attributedouble ) in setDouble_attr() function in benchmark_object::ServiceImpl
H A Dubtest.cxx775 xBench->setDouble_attr( 0.0 ); in benchmark()
/trunk/main/bridges/test/
H A Dtestcomp.cxx179 virtual void SAL_CALL setDouble_attr( double /* _attributedouble */) in setDouble_attr() function in ServiceImpl
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java120 public void setDouble_attr( double _double_attr ) throws com.sun.star.uno.RuntimeException { in setDouble_attr() method in TestComponent._PerformancTestObject