Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx173 ,m_nOldVThumb( 0 ) in DBG_NAME()
223 ,m_nOldVThumb( 0 ) in OFieldDescControl()
252 m_nOldVThumb = m_nOldHThumb = 0; in Contruct()
464 if (m_nOldVThumb != m_pVertScroll->GetThumbPos()) in ScrollAllAggregates()
468 nDeltaY = (m_nOldVThumb - m_pVertScroll->GetThumbPos()) * (nControl_Spacing_y + nControlHeight); in ScrollAllAggregates()
469 m_nOldVThumb = m_pVertScroll->GetThumbPos(); in ScrollAllAggregates()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx128 long m_nOldVThumb; member in dbaui::OFieldDescControl

Completed in 20 milliseconds