Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1890 public void write(Object tableCursor) throws Exception in write() argument
1892 …XTextTableCursor xTextTableCursor = UnoRuntime.queryInterface(XTextTableCursor.class, tableCursor); in write()