Lines Matching refs:m_aTypeBox

1761     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()
2073 pNewLine->m_aTypeBox.SetSelectHdl( LINK( this, CustomPropertiesWindow, TypeHdl ) ); in AddLine()
2078 pNewLine->m_aTypeBox.SetLoseFocusHdl( LINK( this, CustomPropertiesWindow, BoxLoseFocusHdl ) ); in AddLine()
2081 pNewLine->m_aTypeBox.SetAccessibleName(m_aTypeBox.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()
2166 pNewLine->m_aTypeBox.SelectEntryPos( m_aTypeBox.GetEntryPos( (void*)nType ) ); in AddLine()
2169 TypeHdl( &pNewLine->m_aTypeBox ); in AddLine()
2217 &pLine->m_aTypeBox, in DoScroll()
2271 (long)pLine->m_aTypeBox.GetEntryData( pLine->m_aTypeBox.GetSelectEntryPos() ) ); in GetCustomProperties()