Lines Matching refs:rWith
61 int CntByteItem::Compare(const SfxPoolItem & rWith) const in Compare()
64 DBG_ASSERT(rWith.ISA(CntByteItem), "CntByteItem::Compare(): Bad type"); in Compare()
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()
193 int CntUInt16Item::Compare(const SfxPoolItem & rWith) const in Compare()
196 DBG_ASSERT(rWith.ISA(CntUInt16Item), in Compare()
198 return SAL_STATIC_CAST(const CntUInt16Item *, &rWith)->m_nValue in Compare()
201 SAL_STATIC_CAST(const CntUInt16Item *, &rWith)->m_nValue in Compare()
327 int CntInt32Item::Compare(const SfxPoolItem & rWith) const in Compare()
330 DBG_ASSERT(rWith.ISA(CntInt32Item), "CntInt32Item::Compare(): Bad type"); in Compare()
331 return SAL_STATIC_CAST(const CntInt32Item *, &rWith)->m_nValue in Compare()
334 SAL_STATIC_CAST(const CntInt32Item *, &rWith)->m_nValue in Compare()
458 int CntUInt32Item::Compare(const SfxPoolItem & rWith) const in Compare()
461 DBG_ASSERT(rWith.ISA(CntUInt32Item), in Compare()
463 return SAL_STATIC_CAST(const CntUInt32Item *, &rWith)->m_nValue in Compare()
466 SAL_STATIC_CAST(const CntUInt32Item *, &rWith)->m_nValue in Compare()