Home
last modified time | relevance | path

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

/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx199 m_nActiveHeight( 0 ), in ExtensionBox_Impl()
232 m_nActiveHeight = m_nStdHeight; in ExtensionBox_Impl()
409 m_nActiveHeight = aTextHeight + m_nExtraHeight; in CalcActiveHeight()
411 m_nActiveHeight = aTextHeight + 2; in CalcActiveHeight()
431 aSize.Height() = m_nActiveHeight; in GetEntryRect()
437 aPos.Y() += m_nActiveHeight - m_nStdHeight; in GetEntryRect()
793 aSize.Height() = (*iIndex)->m_bActive ? m_nActiveHeight : m_nStdHeight; in Paint()
807 nHeight += m_nActiveHeight - m_nStdHeight; in GetTotalHeight()
859 if ( rPos.Y() + m_nTopIndex <= m_nActive*m_nStdHeight + m_nActiveHeight ) in PointToPos()
862 nPos = ( rPos.Y() + m_nTopIndex - (m_nActiveHeight - m_nStdHeight) ) / m_nStdHeight; in PointToPos()
H A Ddp_gui_extlistbox.hxx132 long m_nActiveHeight; member in dp_gui::ExtensionBox_Impl

Completed in 33 milliseconds