Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1760 m_aNameBox ( pParent, SfxResId( SFX_CB_PROPERTY_NAME ) ), in CustomPropertyLine()
1785 m_aNameBox.Hide(); in SetRemoved()
1801 m_aNameBox ( this, SfxResId( SFX_CB_PROPERTY_NAME ) ), in CustomPropertiesWindow()
1821 m_aNameBox.SetAccessibleName( String( ResId( STR_HEADER_NAME, *pResMgr ) ) ); in CustomPropertiesWindow()
1875 Window* pWindows[] = { &pLine->m_aNameBox, in IMPL_LINK()
1989 m_aNameBox.Hide(); in InitControls()
2010 Window* pWindows[] = { &m_aNameBox, &m_aTypeBox, &m_aValueEdit, &m_aRemoveButton, NULL }; in InitControls()
2080 pNewLine->m_aNameBox.SetAccessibleName(m_aNameBox.GetAccessibleName()); in AddLine()
2086 Window* pWindows[] = { &m_aNameBox, &m_aTypeBox, &m_aValueEdit, in AddLine()
2091 { &pNewLine->m_aNameBox, &pNewLine->m_aTypeBox, &pNewLine->m_aValueEdit, in AddLine()
[all …]
/AOO42X/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx436 ComboBox m_aNameBox; member
460 ComboBox m_aNameBox; member in CustomPropertiesWindow