Home
last modified time | relevance | path

Searched defs:LegacyModifyHint (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dcalbck.hxx69 struct LegacyModifyHint final: SfxHint struct
71LegacyModifyHint(const SfxPoolItem* pOld, const SfxPoolItem* pNew) : SfxHint(SfxHintId::SwLegacyMo… in LegacyModifyHint() argument
72 … sal_uInt16 GetWhich() const { return m_pOld ? m_pOld->Which() : m_pNew ? m_pNew->Which() : 0; }; in GetWhich()
74 const SfxPoolItem* m_pOld;
75 const SfxPoolItem* m_pNew;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dcalbck.hxx63 struct SW_DLLPUBLIC LegacyModifyHint final: SfxHint struct
65LegacyModifyHint(const SfxPoolItem* pOld, const SfxPoolItem* pNew) : m_pOld(pOld), m_pNew(pNew) {}; in LegacyModifyHint() argument
67 const SfxPoolItem* m_pOld;
68 const SfxPoolItem* m_pNew;