Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Drecordparser.cxx112 bool hasCurrentEndRecId() const;
138 bool ContextStack::hasCurrentEndRecId() const in hasCurrentEndRecId() function in oox::core::prv::ContextStack
152 OSL_ENSURE( (rRecInfo.mnEndRecId >= 0) || maStack.empty() || hasCurrentEndRecId(), in pushContext()
277 while( !mxStack->empty() && !mxStack->hasCurrentEndRecId() ) in parseStream()
295 if( (mxStack->getCurrentRecId() == nRecId) && !mxStack->hasCurrentEndRecId() ) in parseStream()

Completed in 19 milliseconds