Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx41 struct ElementInfo struct
47 inline explicit ElementInfo() : mnElement( XML_TOKEN_INVALID ), mbTrimSpaces( false ) {} in ElementInfo() argument
147 ElementInfo& ContextHandler2Helper::pushElementInfo( sal_Int32 nElement ) in pushElementInfo()
150 ElementInfo& rInfo = mxContextStack->back(); in pushElementInfo()
165 ElementInfo& rInfo = mxContextStack->back(); in processCollectedChars()
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler2.hxx42 struct ElementInfo;
199 ElementInfo& pushElementInfo( sal_Int32 nElement );
204 typedef ::std::vector< ElementInfo > ContextStack;

Completed in 23 milliseconds