Home
last modified time | relevance | path

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

/aoo4110/main/padmin/source/
H A Dfontentry.cxx417 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()
[all …]
H A Dfontentry.hxx49 ListBox m_aNewFontsBox; member in padmin::FontImportDialog

Completed in 19 milliseconds