Lines Matching refs:m_aNewFontsBox
417 m_aNewFontsBox( this, PaResId( RID_FIMP_BOX_NEWFONTS ) ), in FontImportDialog()
441 m_aNewFontsBox.EnableMultiSelection( sal_True ); in FontImportDialog()
573 m_aNewFontsBox.Clear(); in fillFontBox()
594 sal_uInt16 nPos = m_aNewFontsBox.InsertEntry( aEntry ); in fillFontBox()
595 m_aNewFontsBox.SetEntryData( nPos, (void*)&(it->first) ); in fillFontBox()
602 for( int i = 0; i < m_aNewFontsBox.GetSelectEntryCount(); i++ ) in copyFonts()
604 … OString* pFile = (OString*)m_aNewFontsBox.GetEntryData( m_aNewFontsBox.GetSelectEntryPos( i ) ); in copyFonts()
648 m_aNewFontsBox.SetUpdateMode( sal_False ); in IMPL_LINK()
649 for( int i = 0; i < m_aNewFontsBox.GetEntryCount(); i++ ) in IMPL_LINK()
650 m_aNewFontsBox.SelectEntryPos( i, sal_True ); in IMPL_LINK()
651 m_aNewFontsBox.SetUpdateMode( sal_True ); in IMPL_LINK()