Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/test/accessibility/ov/
H A DObjectViewContainer.java54 maViewTemplates = new Vector (); in ObjectViewContainer()
81 for (int i=0; i<maViewTemplates.size(); i++) in SetObject()
85 Class aViewClass = (Class)maViewTemplates.elementAt (i); in SetObject()
122 maViewTemplates.addElement (aObjectViewClass); in RegisterView()
129 int nIndex = maViewTemplates.indexOf (aObjectViewClass); in ReplaceView()
131 maViewTemplates.setElementAt (aSubstitution, nIndex); in ReplaceView()
186 private Vector maViewTemplates; field in ObjectViewContainer
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectViewContainer.java75 maViewTemplates = new Vector (); in ObjectViewContainer()
118 for (int i=0; i<maViewTemplates.size(); i++) in SetObject()
122 Class aViewClass = (Class)maViewTemplates.elementAt (i); in SetObject()
166 maViewTemplates.addElement (aObjectViewClass); in RegisterView()
176 int nIndex = maViewTemplates.indexOf (aObjectViewClass); in ReplaceView()
178 maViewTemplates.setElementAt (aSubstitution, nIndex); in ReplaceView()
303 private Vector maViewTemplates; field in ObjectViewContainer

Completed in 9 milliseconds