Lines Matching refs:m_nValue
68 m_nValue = nTheValue; in SfxInt16Item()
77 return m_nValue == SAL_STATIC_CAST(const SfxInt16Item *, &rItem)-> in operator ==()
78 m_nValue; in operator ==()
87 return SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
88 < m_nValue ? in Compare()
90 SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
91 == m_nValue ? in Compare()
103 rText = UniString::CreateFromInt32(m_nValue); in GetPresentation()
112 sal_Int16 nValue = m_nValue; in QueryValue()
124 m_nValue = nValue; in PutValue()
145 rStream << short(m_nValue); in Store()