Home
last modified time | relevance | path

Searched refs:aAlternatives (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java200 String[] aAlternatives = xAlt.getAlternatives(); in Run() local
201 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()
/aoo42x/main/padmin/source/
H A Dfontentry.cxx373 ::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()
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DXSetSpellAlternatives.idl53 void setAlternatives( [in] sequence< string > aAlternatives );
/aoo42x/main/linguistic/inc/linguistic/
H A Dspelldta.hxx115 …ternatives( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aAlternatives ) throw (::com…

Completed in 47 milliseconds