Home
last modified time | relevance | path

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

/aoo41x/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()
197 XMLTags_t::const_iterator aItTags(mTags.begin()); in output() local
198 while (aItTags != mTags.end()) in output()
200 if (aItTags == mTags.begin()) in output()
203 (*aItTags)->output(o, sNewIndent); in output()
204 aItTags++; in output()

Completed in 5 milliseconds