Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/
H A DButtonList.java62 private int m_nCurrentSelection = -1; field in ButtonList
402 return m_nCurrentSelection; in getSelected()
457 if (m_nCurrentSelection == i) in setSelected()
461 m_nCurrentSelection = i; in setSelected()
473 … Object item = m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in refreshImageText()
582 if (i == m_nCurrentSelection) in refreshSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/
H A DButtonList.java62 private int m_nCurrentSelection = -1; field in ButtonList
402 return m_nCurrentSelection; in getSelected()
457 if (m_nCurrentSelection == i) in setSelected()
461 m_nCurrentSelection = i; in setSelected()
473 … Object item = m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in refreshImageText()
582 if (i == m_nCurrentSelection) in refreshSelection()