Home
last modified time | relevance | path

Searched refs:_uhyper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs61 private ulong _uhyper; field in cs_testobj.BridgeTestObject
124 _uhyper = nUHyper; in setValues()
164 _uhyper = io_uhyper; in setValues2()
210 o_uhyper = _uhyper; in getValues()
291 get { return _uhyper; }
292 set { _uhyper = value; }
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java309 private long _uhyper; field in TestComponent._TestObject
377 _uhyper = nUHyper; in setValues()
418 _uhyper = io_uhyper[0]; in setValues2()
462 o_uhyper[0] = _uhyper; in getValues()
561 return _uhyper; in getUHyper()
565 _uhyper = uhyper; in setUHyper()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx261 …virtual void SAL_CALL setUHyper( sal_uInt64 _uhyper ) throw(::com::sun::star::uno::RuntimeExceptio… in setUHyper() argument
262 { _aData.UHyper = _uhyper; } in setUHyper()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx274 …virtual void SAL_CALL setUHyper( sal_uInt64 _uhyper ) throw(::com::sun::star::uno::RuntimeExceptio… in setUHyper() argument
275 { _aData.UHyper = _uhyper; } in setUHyper()

Completed in 41 milliseconds