Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DActionManager.java106 final Iterable<IAction> aAllStateActions = maAllStatesActions.GetActions(eTrigger); in GetActions() local
109 return aAllStateActions; in GetActions()
110 else if (aAllStateActions == null) in GetActions()
113 return new ActionIterator(aOneStateActions, aAllStateActions); in GetActions()
H A DActionIterator.java33 final Iterable<IAction> aAllStateActions) in ActionIterator() argument
36 maAllStateActions = aAllStateActions; in ActionIterator()

Completed in 17 milliseconds