Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java72 private String m_aControlName = "il"; field in ButtonList
91 m_aControlName = _sName; in setName()
118 lblImageText = dialog.insertLabel(m_aControlName + "_imageText", in create()
162 … btnBack = dialog.insertButton(m_aControlName + "_btnBack", "prevPage", this, pNames1, new Object[] in create()
174 … btnNext = dialog.insertButton(m_aControlName + "_btnNext", "nextPage", this, pNames1, new Object[] in create()
186 lblCounter = dialog.insertLabel(m_aControlName + "_lblCounter", pNames1, new Object[] in create()
231 String sButtonName = m_aControlName + "_button" + (_row * cols + _col); in createButton()
889 final String sButton = sControlName.substring(7 + m_aControlName.length()); in actionPerformed()

Completed in 10 milliseconds