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.cxx291 long mDepth; member in SvXMLExport_Impl
318 ,mDepth(0) in SvXMLExport_Impl()
1034 || (mpImpl->mNamespaceMaps.top().second != mpImpl->mDepth)) in EnsureNamespace()
1038 ::std::make_pair(mpNamespaceMap, mpImpl->mDepth) ); in EnsureNamespace()
2359 ++mpImpl->mDepth; // increment nesting depth counter in StartElement()
2398 --mpImpl->mDepth; in EndElement()
2400 (mpImpl->mNamespaceMaps.top().second == mpImpl->mDepth)) in EndElement()
2407 (mpImpl->mNamespaceMaps.top().second < mpImpl->mDepth), in EndElement()

Completed in 30 milliseconds