Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSheetSettings.java47 private int cursorY = 0; field in SheetSettings
96 cursorY = (int) activeCell.getY(); in setCursor()
106 return (new Point(cursorX, cursorY)); in getCursor()
263 addConfigItem(configItemMapEntry, "CursorPositionY", "int", Integer.toString(cursorY)); in writeNode()
299 cursorY = Integer.parseInt(value); in addAttribute()