Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs53 private bool _bool; field in cs_testobj.BridgeTestObject
116 _bool = bBool; in setValues()
156 _bool = io_bool; in setValues2()
202 o_bool = _bool; in getValues()
251 get { return _bool; }
252 set { _bool = value; }
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java71 private boolean _bool; field in TestComponent._PerformancTestObject
301 private boolean _bool; field in TestComponent._TestObject
369 _bool = bBool; in setValues()
410 _bool = io_bool[0]; in setValues2()
454 o_bool[0] = _bool; in getValues()
497 return _bool; in getBool()
501 _bool = bool; in setBool()
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs191 bool _bool = aBool; in inoutParameters()
193 m_Bool = _bool; in inoutParameters()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx245 virtual void SAL_CALL setBool( sal_Bool _bool ) throw(::com::sun::star::uno::RuntimeException) in setBool() argument
246 { _aData.Bool = _bool; } in setBool()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx258 virtual void SAL_CALL setBool( sal_Bool _bool ) throw(::com::sun::star::uno::RuntimeException) in setBool() argument
259 { _aData.Bool = _bool; } in setBool()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1915 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface() local
2010 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface() local

Completed in 42 milliseconds