Home
last modified time | relevance | path

Searched refs:TokenList (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/l10ntools/inc/
H A Dtagtest.hxx217 class TokenList : private TokenListImpl class
221 TokenList& operator =( const TokenList& rList );
229 TokenList() : TokenListImpl(){}; in TokenList() function in TokenList
230 ~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 );
/aoo42x/main/autodoc/inc/ary_i/
H A Dci_text2.hxx58 typedef std::vector< DocuToken * > TokenList; typedef in ary::inf::DocuTex2
69 const TokenList & Tokens() const { return aTokens; } in Tokens()
76 TokenList aTokens;
/aoo42x/main/autodoc/inc/ary/info/
H A Dci_text.hxx47 typedef std::vector< DocuToken * > TokenList; typedef in ary::info::DocuText
58 const TokenList & Tokens() const { return aTokens; } in Tokens()
65 TokenList aTokens;
/aoo42x/main/autodoc/source/ary/info/
H A Dci_text.cxx42 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()
/aoo42x/main/autodoc/source/ary_i/kernel/
H A Dci_text2.cxx42 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()
/aoo42x/main/autodoc/source/display/html/
H A Dhd_docu.cxx180 const ary::info::DocuText::TokenList & in Display_StdTag()
182 typedef ary::info::DocuText::TokenList::const_iterator TokenIterator; in Display_StdTag()
/aoo42x/main/l10ntools/source/
H A Dtagtest.cxx1418 void LingTest::CheckTags( TokenList &aReference, TokenList &aTestee, sal_Bool bFixTags ) in CheckTags()
1551 TokenList& aTesteeTokens = aTesteeParser.GetTokenList(); in CheckTestee()

Completed in 44 milliseconds