Lines Matching refs:ProposalList
66 class ProposalList class
73 ProposalList( const ProposalList & );
74 ProposalList & operator = ( const ProposalList & );
77 ProposalList() {} in ProposalList() function in ProposalList
90 sal_Bool ProposalList::HasEntry( const OUString &rText ) const in HasEntry()
102 void ProposalList::Prepend( const OUString &rText ) in Prepend()
108 void ProposalList::Append( const OUString &rText ) in Append()
114 void ProposalList::Append( const std::vector< OUString > &rNew ) in Append()
125 void ProposalList::Append( const Sequence< OUString > &rNew ) in Append()
137 size_t ProposalList::Count() const in Count()
151 Sequence< OUString > ProposalList::GetSequence() const in GetSequence()
168 void ProposalList::Remove( const OUString &rText ) in Remove()
677 ProposalList aProposalList; in spell_Impl()