Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx375 m_nRowHeight = (sal_uInt16)aListBox.GetSizePixel().Height()+2; in DBG_NAME()
562 if (0 != m_nRowHeight) in CalcVisibleLines()
563 nResult = (sal_uInt16) aSize.Height()/m_nRowHeight; in CalcVisibleLines()
579 m_nYOffset = -m_aVScroll.GetThumbPos()*m_nRowHeight; in UpdateVScroll()
594 aSize.Height() = m_nRowHeight; in PositionLine()
596 aPos.Y() += _nIndex * m_nRowHeight; in PositionLine()
779 return m_nTheNameSize + 2 * FRAME_OFFSET + (m_nRowHeight - 4) * 8; in GetMinimumWidth()
786 sal_Int32 nMinHeight = m_nRowHeight * 5; in GetMinimumHeight()
829 m_nYOffset = -m_aVScroll.GetThumbPos() * m_nRowHeight; in MoveThumbTo()
834 m_aLinesPlayground.Scroll(0, -nDelta * m_nRowHeight, SCROLL_CHILDREN); in MoveThumbTo()
[all …]
H A Dbrowserlistbox.hxx116 sal_uInt16 m_nRowHeight; member in pcr::OBrowserListBox

Completed in 12 milliseconds