Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java924 XTextTableCursor xTableCursor = xTable.createCursorByCellName("A2"); in AutoTextExample() local
930 String sCellName = xTableCursor.getRangeName (); in AutoTextExample()
952 xTableCursor.splitRange ( (short) 1, false ); in AutoTextExample()
956 xTableCursor.goRight ( (short) 1, false ); in AutoTextExample()
961 xTableCursor.splitRange ( in AutoTextExample()
970 xTableCursor.getRangeName() ) ); in AutoTextExample()
977 xTableCursor.goDown( (short)1, false); in AutoTextExample()
981 xTableCursor.gotoCellByName ( sCellName, false ); in AutoTextExample()
984 xTableCursor.goDown( (short)1, false); in AutoTextExample()
1170 XTextCursor xTableCursor = xTableText.createTextCursor(); in ReferenceExample() local
[all …]

Completed in 16 milliseconds