Home
last modified time | relevance | path

Searched refs:m_pDocUnderCursor (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_InlineImage.cpp50 m_pDocUnderCursor(NULL), in FV_VisualInlineImage()
72 DELETEP(m_pDocUnderCursor); in ~FV_VisualInlineImage()
428 if(m_pDocUnderCursor) in clearCursor()
431 painter.drawImage(m_pDocUnderCursor,m_recCursor.left,m_recCursor.top); in clearCursor()
433 DELETEP(m_pDocUnderCursor); in clearCursor()
458 UT_ASSERT(m_pDocUnderCursor == NULL); in drawCursor()
460 m_pDocUnderCursor = painter.genImageFromRectangle(m_recCursor); in drawCursor()
714 DELETEP(m_pDocUnderCursor); in cleanUP()
H A Dfv_VisualDragText.h85 GR_Image * m_pDocUnderCursor; variable
H A Dfv_VisualDragText.cpp50 m_pDocUnderCursor(NULL), in FV_VisualDragText()
562 if(m_pDocUnderCursor) in clearCursor()
567 painter.drawImage(m_pDocUnderCursor,m_recDoc.left,m_recCursor.top); in clearCursor()
569 DELETEP(m_pDocUnderCursor); in clearCursor()
597 UT_ASSERT(m_pDocUnderCursor == NULL); in drawCursor()
599 m_pDocUnderCursor = painter.genImageFromRectangle(m_recDoc); in drawCursor()
H A Dfv_InlineImage.h86 GR_Image * m_pDocUnderCursor; variable