Lines Matching refs:m_nValue
46 rStream >> m_nValue; in CntByteItem()
56 return m_nValue == SAL_STATIC_CAST(const CntByteItem *, &rItem)->m_nValue; in operator ==()
65 return SAL_STATIC_CAST(const CntByteItem *, &rWith)->m_nValue < m_nValue ? in Compare()
67 SAL_STATIC_CAST(const CntByteItem *, &rWith)->m_nValue in Compare()
68 == m_nValue ? in Compare()
80 rText = XubString::CreateFromInt32(m_nValue); in GetPresentation()
88 sal_Int8 nValue = m_nValue; in QueryValue()
100 m_nValue = nValue; in PutValue()
123 rStream << short(m_nValue); in Store()
177 m_nValue = nTheValue; in CntUInt16Item()
187 return m_nValue == SAL_STATIC_CAST(const CntUInt16Item *, &rItem)-> in operator ==()
188 m_nValue; in operator ==()
198 return SAL_STATIC_CAST(const CntUInt16Item *, &rWith)->m_nValue in Compare()
199 < m_nValue ? in Compare()
201 SAL_STATIC_CAST(const CntUInt16Item *, &rWith)->m_nValue in Compare()
202 == m_nValue ? in Compare()
215 rText = XubString::CreateFromInt32(m_nValue); in GetPresentation()
223 sal_Int32 nValue = m_nValue; in QueryValue()
236 m_nValue = (sal_uInt16)nValue; in PutValue()
257 rStream << sal_uInt16(m_nValue); in Store()
311 m_nValue = nTheValue; in CntInt32Item()
321 return m_nValue == SAL_STATIC_CAST(const CntInt32Item *, &rItem)-> in operator ==()
322 m_nValue; in operator ==()
331 return SAL_STATIC_CAST(const CntInt32Item *, &rWith)->m_nValue in Compare()
332 < m_nValue ? in Compare()
334 SAL_STATIC_CAST(const CntInt32Item *, &rWith)->m_nValue in Compare()
335 == m_nValue ? in Compare()
347 rText = XubString::CreateFromInt32(m_nValue); in GetPresentation()
355 sal_Int32 nValue = m_nValue; in QueryValue()
367 m_nValue = nValue; in PutValue()
388 rStream << long(m_nValue); in Store()
442 m_nValue = nTheValue; in CntUInt32Item()
452 return m_nValue == SAL_STATIC_CAST(const CntUInt32Item *, &rItem)-> in operator ==()
453 m_nValue; in operator ==()
463 return SAL_STATIC_CAST(const CntUInt32Item *, &rWith)->m_nValue in Compare()
464 < m_nValue ? in Compare()
466 SAL_STATIC_CAST(const CntUInt32Item *, &rWith)->m_nValue in Compare()
467 == m_nValue ? in Compare()
480 rText = XubString::CreateFromInt64(m_nValue); in GetPresentation()
488 sal_Int32 nValue = m_nValue; in QueryValue()
502 m_nValue = nValue; in PutValue()
523 rStream << static_cast<sal_uInt32>(m_nValue); in Store()