Searched refs:hasCurrentEndRecId (Results 1 – 1 of 1) sorted by relevance
112 bool hasCurrentEndRecId() const;138 bool ContextStack::hasCurrentEndRecId() const in hasCurrentEndRecId() function in oox::core::prv::ContextStack152 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 17 milliseconds