Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Frame.cpp807 REPLACEP(static_cast<AP_FrameData*>(m_pData)->m_pG, pG); in _replaceView()
808 REPLACEP(static_cast<AP_FrameData*>(m_pData)->m_pDocLayout, pDocLayout); in _replaceView()
838 REPLACEP(m_pScrollObj, pScrollObj); in _replaceView()
839 REPLACEP(m_pViewListener, pViewListener); in _replaceView()
841 REPLACEP(m_pScrollbarViewListener, pScrollbarViewListener); in _replaceView()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_types.h256 #define REPLACEP(p,q) do { if (p) delete p; p = q; } while (0) macro