Searched refs:m_aFontBox (Results 1 – 2 of 2) sorted by relevance
133 m_aFontBox( this, PaResId( RID_FNTNM_LB_FONTS ) ), in FontNameDlg()142 m_aFontBox.EnableMultiSelection( sal_True ); in FontNameDlg()254 m_aFontBox.Clear(); in init()299 sal_uInt16 nEntry = m_aFontBox.InsertEntry( aEntry ); in init()300 m_aFontBox.SetEntryData( nEntry, (void*)(*font_it) ); in init()307 if( pBox == &m_aFontBox ) in IMPL_LINK()318 if( pBox == &m_aFontBox && m_aRemoveButton.IsEnabled() ) in IMPL_LINK()337 for( i = 0; i < m_aFontBox.GetSelectEntryCount(); i++ ) in IMPL_LINK()339 int nSelect = m_aFontBox.GetSelectEntryPos( i ); in IMPL_LINK()353 for( i = 0; i < m_aFontBox.GetSelectEntryCount(); i++ ) in IMPL_LINK()[all …]
107 DelListBox m_aFontBox; member in padmin::FontNameDlg
Completed in 16 milliseconds