Searched refs:drawPages (Results 1 – 4 of 4) sorted by relevance
163 XDrawPages drawPages = drawPagesSupplier.getDrawPages(); in createTestEnvironment() local165 UnoRuntime.queryInterface(XNameAccess.class, drawPages); in createTestEnvironment()
139 XDrawPages drawPages = drawPagesSupplier.getDrawPages(); in createTestEnvironment() local141 XDrawPage newDrawPage = drawPages.insertNewByIndex(0); in createTestEnvironment()
52 Object drawPages = xDrawPagesSupplier.getDrawPages(); in getPageByIndex() local53 …Access xIndexedDrawPages = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, drawPages); in getPageByIndex()
282 Object drawPages = xDrawPagesSupplier.getDrawPages(); in useDraw() local284 XIndexAccess.class, drawPages); in useDraw()
Completed in 52 milliseconds