Lines Matching refs:xTableCursor
924 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
1178 xTableText.insertTextContent ( xTableCursor, xContent, false ); in ReferenceExample()