Searched refs:aAlternatives (Results 1 – 4 of 4) sorted by relevance
200 String[] aAlternatives = xAlt.getAlternatives(); in Run() local201 if (aAlternatives.length == 0) in Run()205 for (int i = 0; i < aAlternatives.length; ++i) in Run()206 System.out.println( aAlternatives[i] ); in Run()
373 ::std::list< OUString > aAlternatives; in IMPL_LINK()374 m_rFontManager.getAlternativeFamilyNames( aFont, aAlternatives ); in IMPL_LINK()376 while( aAlternatives.size() ) in IMPL_LINK()378 aChoices.push_back( aAlternatives.front() ); in IMPL_LINK()379 aAlternatives.pop_front(); in IMPL_LINK()
53 void setAlternatives( [in] sequence< string > aAlternatives );
115 …ternatives( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aAlternatives ) throw (::com…
Completed in 25 milliseconds