Home
last modified time | relevance | path

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

/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx223 m_nStdHeight = nTitleHeight; in ExtensionBox_Impl()
225 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()
226 m_nStdHeight += GetTextHeight() + TOP_OFFSET; in ExtensionBox_Impl()
229 if ( m_nStdHeight < nIconHeight ) in ExtensionBox_Impl()
230 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()
232 m_nActiveHeight = m_nStdHeight; in ExtensionBox_Impl()
405 if ( aTextHeight < m_nStdHeight ) in CalcActiveHeight()
406 aTextHeight = m_nStdHeight; in CalcActiveHeight()
433 aSize.Height() = m_nStdHeight; in GetEntryRect()
807 nHeight += m_nActiveHeight - m_nStdHeight; in GetTotalHeight()
[all …]
H A Ddp_gui_extlistbox.hxx131 long m_nStdHeight; member in dp_gui::ExtensionBox_Impl

Completed in 23 milliseconds