Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DDocumentFactory.java44 maGroupStartStack = new Stack<Run<TokenType>>(); in DocumentFactory()
69 maGroupStartStack.push(maCurrentGroup); in AddText()
103 maCurrentGroup = maGroupStartStack.pop(); in EndGroup()
124 private Stack<Run<TokenType>> maGroupStartStack; field in DocumentFactory

Completed in 17 milliseconds