Home
last modified time | relevance | path

Searched refs:_byte (Results 1 – 6 of 6) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs55 private byte _byte; field in cs_testobj.BridgeTestObject
118 _byte = nByte; in setValues()
158 _byte = io_byte; in setValues2()
204 o_byte = _byte; in getValues()
256 get { return _byte; }
257 set { _byte = value; }
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java73 private byte _byte; field in TestComponent._PerformancTestObject
303 private byte _byte; field in TestComponent._TestObject
371 _byte = nByte; in setValues()
412 _byte = io_byte[0]; in setValues2()
456 o_byte[0] = _byte; in getValues()
505 return _byte; in getByte()
509 _byte = zbyte; in setByte()
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs195 byte _byte = aByte; in inoutParameters()
197 m_Byte = _byte; in inoutParameters()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1921 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local
1982 sal_Int8 _byte= -1; in testInterface() local
1983 arAny[10] <<= _byte; in testInterface()
2016 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local
/trunk/main/stoc/test/
H A Dtestiadapter.cxx247 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() argument
248 { _aData.Byte = _byte; } in setByte()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx260 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() argument
261 { _aData.Byte = _byte; } in setByte()

Completed in 79 milliseconds