Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx289 long mDepth; member in SvXMLExport_Impl
316 ,mDepth(0) in SvXMLExport_Impl()
1032 || (mpImpl->mNamespaceMaps.top().second != mpImpl->mDepth)) in EnsureNamespace()
1036 ::std::make_pair(mpNamespaceMap, mpImpl->mDepth) ); in EnsureNamespace()
2357 ++mpImpl->mDepth; // increment nesting depth counter in StartElement()
2396 --mpImpl->mDepth; in EndElement()
2398 (mpImpl->mNamespaceMaps.top().second == mpImpl->mDepth)) in EndElement()
2405 (mpImpl->mNamespaceMaps.top().second < mpImpl->mDepth), in EndElement()