Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlButton.java88 XWindow anotherWindow = null; in createTestEnvironment() local
139 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
147 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
H A DUnoControlCheckBox.java89 XWindow anotherWindow = null; in createTestEnvironment() local
148 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
156 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
H A DUnoControlDateField.java89 XWindow anotherWindow = null; in createTestEnvironment() local
141 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
149 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
H A DUnoControlContainer.java92 XWindow anotherWindow = null; in createTestEnvironment() local
184 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
243 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoOutlineView.java194 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
203 if (anotherWindow != null) { in createTestEnvironment()
204 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
H A DSdUnoSlideView.java163 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
171 if (anotherWindow != null) { in createTestEnvironment()
172 tEnv.addObjRelation("XWindow.AnotherWindow", anotherWindow); in createTestEnvironment()
H A DSdUnoDrawView.java215 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
221 if (anotherWindow != null) { in createTestEnvironment()
222 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DDrawController_DrawView.java202 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
208 if (anotherWindow != null) { in createTestEnvironment()
209 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DSdUnoPresView.java217 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
223 if (anotherWindow != null) { in createTestEnvironment()
224 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DDrawController_HandoutView.java233 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
239 if (anotherWindow != null) { in createTestEnvironment()
240 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DDrawController_NotesView.java230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
236 if (anotherWindow != null) { in createTestEnvironment()
237 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DDrawController_OutlineView.java230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
236 if (anotherWindow != null) { in createTestEnvironment()
237 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()
H A DDrawController_PresentationView.java230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment() local
236 if (anotherWindow != null) { in createTestEnvironment()
237 tEnv.addObjRelation("XWindow.AnotherWindow",anotherWindow); in createTestEnvironment()

Completed in 99 milliseconds