Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/ !
H A Ddp_gui_extlistbox.cxx198 m_nTopIndex( 0 ), in ExtensionBox_Impl()
435 Point aPos( 0, -m_nTopIndex + nPos * m_nStdHeight ); in GetEntryRect()
690 m_nTopIndex += aEntryRect.Top(); in RecalcAll()
699 m_nTopIndex += ( aEntryRect.Bottom() - aOutputSize.Height() ); in RecalcAll()
706 if ( m_bHasScrollBar && ( aOutputSize.Height() + m_nTopIndex > nTotalHeight ) ) in RecalcAll()
708 long nOffset = m_nTopIndex; in RecalcAll()
709 m_nTopIndex = nTotalHeight - aOutputSize.Height(); in RecalcAll()
710 nOffset -= m_nTopIndex; in RecalcAll()
715 m_pScrollBar->SetThumbPos( m_nTopIndex ); in RecalcAll()
782 Point aStart( 0, -m_nTopIndex ); in Paint()
[all …]
H A Ddp_gui_extlistbox.hxx130 long m_nTopIndex; member in dp_gui::ExtensionBox_Impl