Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java87 XActionLockable xActionInterface = null; in main() local
88 xActionInterface = (XActionLockable) UnoRuntime.queryInterface( in main()
92 xActionInterface.addActionLock(); in main()
124 xActionInterface.removeActionLock(); in main()