Searched refs:TokenList (Results 1 – 7 of 7) sorted by relevance
217 class TokenList : private TokenListImpl class221 TokenList& operator =( const TokenList& rList );229 TokenList() : TokenListImpl(){}; in TokenList() function in TokenList230 ~TokenList(){ Clear(); }; in ~TokenList()264 TokenList( const TokenList& rList );318 TokenList aTokenList;329 TokenList& GetTokenList(){ return aTokenList; } in GetTokenList()363 TokenList& GetTokenList(){ return aParser.GetTokenList(); } in GetTokenList()372 void CheckTags( TokenList &aReference, TokenList &aTestee, sal_Bool bFixTags );
58 typedef std::vector< DocuToken * > TokenList; typedef in ary::inf::DocuTex269 const TokenList & Tokens() const { return aTokens; } in Tokens()76 TokenList aTokens;
47 typedef std::vector< DocuToken * > TokenList; typedef in ary::info::DocuText58 const TokenList & Tokens() const { return aTokens; } in Tokens()65 TokenList aTokens;
42 for ( TokenList::iterator iter = aTokens.begin(); in ~DocuText()53 ary::info::DocuText::TokenList::const_iterator itEnd = aTokens.end(); in StoreAt()54 for ( ary::info::DocuText::TokenList::const_iterator it = aTokens.begin(); in StoreAt()
42 for ( TokenList::iterator iter = aTokens.begin(); in ~DocuTex2()53 for ( ary::inf::DocuTex2::TokenList::const_iterator in DisplayAt()76 for ( ary::inf::DocuTex2::TokenList::const_iterator in IsEmpty()
180 const ary::info::DocuText::TokenList & in Display_StdTag()182 typedef ary::info::DocuText::TokenList::const_iterator TokenIterator; in Display_StdTag()
1418 void LingTest::CheckTags( TokenList &aReference, TokenList &aTestee, sal_Bool bFixTags ) in CheckTags()1551 TokenList& aTesteeTokens = aTesteeParser.GetTokenList(); in CheckTestee()
Completed in 36 milliseconds