Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSheetSettings.java46 private int cursorX = 0; field in SheetSettings
95 cursorX = (int) activeCell.getX(); in setCursor()
106 return (new Point(cursorX, cursorY)); in getCursor()
262 addConfigItem(configItemMapEntry, "CursorPositionX", "int", Integer.toString(cursorX)); in writeNode()
297 cursorX = Integer.parseInt(value); in addAttribute()