Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/help/
H A DHelpCompiler.cxx176 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local
177 while (cnl) in clone()
179 xmlAddChild(parent, clone(cnl, appl)); in clone()
180 cnl = cnl->next; in clone()
203 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local
204 while (cnl) in clone()
206 xmlAddChild(parent, clone(cnl, appl)); in clone()
207 cnl = cnl->next; in clone()