Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx112 mTags.push_back(pTag); in addTag()
155 if (mTags.size() > 0) in toString()
157 XMLTags_t::const_iterator aItTags = mTags.begin(); in toString()
158 while (aItTags != mTags.end()) in toString()
219 if (mTags.size() > 0) in toTree()
221 XMLTags_t::const_iterator aItTags = mTags.begin(); in toTree()
222 size_t nSize = mTags.size(); in toTree()
223 while (aItTags != mTags.end()) in toTree()
247 bool bHasContent = mChars.size() > 0 || mTags.size() > 0; in output()
268 XMLTags_t::const_iterator aItTags(mTags.begin()); in output()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx67 XMLTags_t mTags; member in writerfilter::XMLTag
93 stack<XMLTag::Pointer_t> mTags; member in writerfilter::TagLogger