Lines Matching refs:address
37 CellRangeAddress address = null; field in _XPrintAreas
43 address = (CellRangeAddress)tEnv.getObjRelation("CellRangeAddress"); in before()
45 if (address == null) in before()
57 CellRangeAddress[] setValue = new CellRangeAddress[]{address}; in _getPrintAreas()
95 setValue = new CellRangeAddress[]{address}; in _setPrintAreas()
129 titleColumns.Sheet = address.Sheet; in _setTitleColumns()
130 titleColumns.StartColumn = address.StartColumn; in _setTitleColumns()
131 titleColumns.StartRow = address.StartRow; in _setTitleColumns()
132 titleColumns.EndColumn = address.EndColumn; in _setTitleColumns()
133 titleColumns.EndRow = address.StartRow; in _setTitleColumns()
145 titleRows.Sheet = address.Sheet; in _setTitleRows()
146 titleRows.StartColumn = address.StartColumn; in _setTitleRows()
147 titleRows.StartRow = address.StartRow; in _setTitleRows()
148 titleRows.EndColumn = address.StartColumn; in _setTitleRows()
149 titleRows.EndRow = address.EndRow; in _setTitleRows()