Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1761 m_aTypeBox ( pParent, SfxResId( SFX_LB_PROPERTY_TYPE ), this ), in CustomPropertyLine()
1786 m_aTypeBox.Hide(); in SetRemoved()
1802 m_aTypeBox ( this, SfxResId( SFX_LB_PROPERTY_TYPE ) ), in CustomPropertiesWindow()
1822 m_aTypeBox.SetAccessibleName( String( ResId( STR_HEADER_TYPE, *pResMgr ) ) ); in CustomPropertiesWindow()
1876 &pLine->m_aTypeBox, in IMPL_LINK()
1943 (long)pLine->m_aTypeBox.GetEntryData( pLine->m_aTypeBox.GetSelectEntryPos() ) ); in IsLineValid()
1978 pLine->m_aTypeBox.SelectEntryPos( m_aTypeBox.GetEntryPos( (void*)CUSTOM_TYPE_TEXT ) ); in ValidateLine()
1990 m_aTypeBox.Hide(); in InitControls()
2002 long nTypeWidth = m_aTypeBox.CalcMinimumSize().Width() + ( 2 * nOffset ); in InitControls()
2010 Window* pWindows[] = { &m_aNameBox, &m_aTypeBox, &m_aValueEdit, &m_aRemoveButton, NULL }; in InitControls()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx437 CustomPropertiesTypeBox m_aTypeBox; member
461 ListBox m_aTypeBox; member in CustomPropertiesWindow