Lines Matching refs:m_bBool
428 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
496 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
691 m_aValue.m_bBool = _rRH; in operator =()
871 bRet = m_aValue.m_bBool == _rRH.m_aValue.m_bBool; in operator ==()
964 rValue.setValue( &m_aValue.m_bBool, ::getCppuBooleanType() ); in makeAny()
1147 bRet = m_aValue.m_bBool; in getBool()
1211 nRet = m_aValue.m_bBool; in getInt8()
1284 nRet = m_aValue.m_bBool; in getInt16()
1357 nRet = m_aValue.m_bBool; in getInt32()
1430 nRet = m_aValue.m_bBool; in getLong()
1507 nRet = m_aValue.m_bBool; in getFloat()
1586 nRet = m_aValue.m_bBool; in getDouble()
1679 m_aValue.m_bBool = _rVal != 0.0; in setFromDouble()