Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Drecordparser.cxx282 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local
283 if( xCurrContext.is() ) in parseStream()
287 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
288 xCurrContext->endRecord( nRecId ); in parseStream()
298 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local
299 if( xCurrContext.is() ) in parseStream()
302 xCurrContext = xCurrContext->createRecordContext( nRecId, aRecStrm ); in parseStream()
307 mxStack->pushContext( *pStartRecInfo, xCurrContext ); in parseStream()
309 if( xCurrContext.is() ) in parseStream()
313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
[all …]

Completed in 10 milliseconds