Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx128 ,m_pMouseDownEntry( NULL ) in OCreationList()
141 if ( m_pMouseDownEntry ) in Paint()
148 if ( m_pMouseDownEntry ) in Paint()
161 bool bIsMouseDownEntry = ( _pEntry == m_pMouseDownEntry ); in PreparePaint()
237 m_pMouseDownEntry = NULL; in ModelHasCleared()
258 DBG_ASSERT( !m_pMouseDownEntry, "OCreationList::MouseButtonDown: I missed some mouse event!" ); in MouseButtonDown()
259 m_pMouseDownEntry = GetCurEntry(); in MouseButtonDown()
260 if ( m_pMouseDownEntry ) in MouseButtonDown()
262 InvalidateEntry( m_pMouseDownEntry ); in MouseButtonDown()
277 if ( m_pMouseDownEntry ) in MouseMove()
[all …]
H A DAppDetailView.hxx82 SvLBoxEntry* m_pMouseDownEntry; member in dbaui::OCreationList