Home
last modified time | relevance | path

Searched refs:m_bBool (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/commontools/
H A DFValue.cxx428 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()
[all …]
/AOO41X/main/connectivity/inc/connectivity/
H A DFValue.hxx53 sal_Bool m_bBool; member