Home
last modified time | relevance | path

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

/aoo4110/main/sax/source/fastparser/
H A Dfastparser.cxx220 if( rEntity.maContextStack.empty() ) in pushContext()
227 …rEntity.maContextStack.push( SaxContextImplPtr( new SaxContextImpl( rEntity.maContextStack.top() )… in pushContext()
237 if( !rEntity.maContextStack.empty() ) in popContext()
238 rEntity.maContextStack.pop(); in popContext()
247 if( !rEntity.maContextStack.empty() ) in DefineNamespace()
354 if( !rEntity.maContextStack.empty() ) in GetNamespaceURL()
368 if( pPrefix && !rEntity.maContextStack.empty() ) in GetNamespaceURL()
698 if( !rEntity.maContextStack.empty() ) in callbackStartElement()
812 rEntity.maContextStack.top()->mxContext = xContext; in callbackStartElement()
826 rEntity.maContextStack.top()->mxContext = xContext; in callbackStartElement()
[all …]
H A Dfastparser.hxx86 ::std::stack< SaxContextImplPtr > maContextStack;
/aoo4110/main/oox/source/core/
H A Dfilterdetect.cxx58 maContextStack.reserve( 2 ); in FilterDetectDocHandler()
91 if( !maContextStack.empty() && (maContextStack.back() == PR_TOKEN( Relationships )) ) in startFastElement()
99 if( !maContextStack.empty() && (maContextStack.back() == PC_TOKEN( Types )) ) in startFastElement()
103 if( !maContextStack.empty() && (maContextStack.back() == PC_TOKEN( Types )) ) in startFastElement()
107 maContextStack.push_back( nElement ); in startFastElement()
119 maContextStack.pop_back(); in endFastElement()
/aoo4110/main/filter/source/svg/
H A Dsvgwriter.hxx178 Stack maContextStack; member in SVGActionWriter
191 …SVGAttributeWriter* ImplAcquireContext() { maContextStack.Push( mpContext = new SVGAttributeWrite… in ImplAcquireContext()
192 …Context() { delete (SVGAttributeWriter*) maContextStack.Pop(); mpContext = (SVGAttributeWriter*) m… in ImplReleaseContext()
/aoo4110/main/oox/inc/oox/core/
H A Dfilterdetect.hxx87 ContextVector maContextStack; member in oox::core::FilterDetectDocHandler

Completed in 35 milliseconds