Searched refs:_bool (Results 1 – 6 of 6) sorted by relevance
53 private bool _bool; field in cs_testobj.BridgeTestObject116 _bool = bBool; in setValues()156 _bool = io_bool; in setValues2()202 o_bool = _bool; in getValues()251 get { return _bool; }252 set { _bool = value; }
71 private boolean _bool; field in TestComponent._PerformancTestObject301 private boolean _bool; field in TestComponent._TestObject369 _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()
191 bool _bool = aBool; in inoutParameters()193 m_Bool = _bool; in inoutParameters()
245 virtual void SAL_CALL setBool( sal_Bool _bool ) throw(::com::sun::star::uno::RuntimeException) in setBool() argument246 { _aData.Bool = _bool; } in setBool()
258 virtual void SAL_CALL setBool( sal_Bool _bool ) throw(::com::sun::star::uno::RuntimeException) in setBool() argument259 { _aData.Bool = _bool; } in setBool()
1915 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface() local2010 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface() local
Completed in 70 milliseconds