Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/core/
H A Dxmlexp.cxx291 long mDepth; member in SvXMLExport_Impl
318 ,mDepth(0) in SvXMLExport_Impl()
1027 || (mpImpl->mNamespaceMaps.top().second != mpImpl->mDepth)) in EnsureNamespace()
1031 ::std::make_pair(mpNamespaceMap, mpImpl->mDepth) ); in EnsureNamespace()
2352 ++mpImpl->mDepth; // increment nesting depth counter in StartElement()
2391 --mpImpl->mDepth; in EndElement()
2393 (mpImpl->mNamespaceMaps.top().second == mpImpl->mDepth)) in EndElement()
2400 (mpImpl->mNamespaceMaps.top().second < mpImpl->mDepth), in EndElement()

Completed in 29 milliseconds