Home
last modified time | relevance | path

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

/AOO42X/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx157 XMLTags_t::const_iterator aItTags = mTags.begin(); in toString() local
158 while (aItTags != mTags.end()) in toString()
160 if ((*aItTags).get() != NULL) in toString()
161 sResult += (*aItTags)->toString(); in toString()
163 aItTags++; in toString()
221 XMLTags_t::const_iterator aItTags = mTags.begin(); in toTree() local
223 while (aItTags != mTags.end()) in toTree()
225 if ((*aItTags).get() != NULL) in toTree()
229 sResult += (*aItTags)->toTree(sIndent + " "); in toTree()
233 sResult += (*aItTags)->toTree(sIndent + "| "); in toTree()
[all …]