Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/util/
H A DInstCreator.java75 XNameAccess oNA = null; in createCollection() local
82 oNA = oTTS.getTextTables(); in createCollection()
89 oNA = oTTS.getTextFrames(); in createCollection()
96 oNA = oTTS.getBookmarks(); in createCollection()
112 oNA = oTSS.getTextSections(); in createCollection()
116 XIndexAccess.class, oNA); in createCollection()
H A DSOfficeFactory.java403 XNameAccess oNA = oTTS.getTextTables(); in getTableCollection() local
404 XIndexAccess oIA = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, oNA); in getTableCollection()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_XLayerSupplier.java51 XNameAccess oNA =null; in _getLayerManager() local
57 oNA = oObj.getLayerManager(); in _getLayerManager()
59 UnoRuntime.queryInterface ( XLayerManager.class, oNA); in _getLayerManager()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextEmbeddedObjectsSupplier.java51 XNameAccess oNA = oObj.getEmbeddedObjects(); in _getEmbeddedObjects() local
52 bResult = oNA != null ; in _getEmbeddedObjects()
/aoo41x/main/qadevOOo/tests/java/mod/_sd/
H A DSdLayer.java108 XNameAccess oNA = oLS.getLayerManager(); in createTestEnvironment() local
110 UnoRuntime.queryInterface(XLayerManager.class, oNA); in createTestEnvironment()

Completed in 29 milliseconds