Searched refs:m_nActiveHeight (Results 1 – 2 of 2) sorted by relevance
198 m_nActiveHeight( 0 ), in ExtensionBox_Impl()231 m_nActiveHeight = m_nStdHeight; in ExtensionBox_Impl()408 m_nActiveHeight = aTextHeight + m_nExtraHeight; in CalcActiveHeight()410 m_nActiveHeight = aTextHeight + 2; in CalcActiveHeight()430 aSize.Height() = m_nActiveHeight; in GetEntryRect()436 aPos.Y() += m_nActiveHeight - m_nStdHeight; in GetEntryRect()792 aSize.Height() = (*iIndex)->m_bActive ? m_nActiveHeight : m_nStdHeight; in Paint()806 nHeight += m_nActiveHeight - m_nStdHeight; in GetTotalHeight()858 if ( rPos.Y() + m_nTopIndex <= m_nActive*m_nStdHeight + m_nActiveHeight ) in PointToPos()861 nPos = ( rPos.Y() + m_nTopIndex - (m_nActiveHeight - m_nStdHeight) ) / m_nStdHeight; in PointToPos()
131 long m_nActiveHeight; member in dp_gui::ExtensionBox_Impl