Searched refs:aProposals (Results 1 – 3 of 3) sorted by relevance
199 String[] aProposals = null; in GetProposals() local217 aProposals = new String[]{ "Schiffahrt" }; in GetProposals()222 aProposals = new String[]{ "Schifffahrt" }; in GetProposals()230 aProposals = new String[]{ "Arizona" }; in GetProposals()235 aProposals = new String[]{ "horse", "home" }; in GetProposals()240 aProposals = new String[]{ "line", "plan", "approach" }; in GetProposals()247 nType, aProposals ); in GetProposals()
471 ::std::vector< ::rtl::OUString > aProposals; in implInitFilterList()472 aProposals.reserve(16); in implInitFilterList()474 while ( xListCursor->next() && ( aProposals.size() < size_t( SHRT_MAX ) ) ) in implInitFilterList()477 aProposals.push_back( sCurrentValue ); in implInitFilterList()481 Sequence< ::rtl::OUString> aStringSeq( aProposals.size() ); in implInitFilterList()482 ::std::copy( aProposals.begin(), aProposals.end(), aStringSeq.getArray() ); in implInitFilterList()
725 Sequence< OUString > aProposals = aProposalList.GetSequence(); in spell_Impl() local730 SeqRemoveNegEntries( aProposals, xDList, nLanguage ); in spell_Impl()735 xSetAlt->setAlternatives( aProposals ); in spell_Impl()744 else if (aProposals.getLength() > 0) in spell_Impl()749 SpellFailure::IS_NEGATIVE_WORD, aProposals ); in spell_Impl()
Completed in 20 milliseconds