Kaydet (Commit) 8c286ace authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: add helper method to get XCell from UNO

Change-Id: I1600a1e5d79b100a6469d9fa52c67e9e374258a2
üst 0257f763
......@@ -8,4 +8,8 @@
def get_sheet_from_doc(document, index):
return document.getSheets().getByIndex(index)
def get_cell_by_position(document, tab, column, row):
sheet = get_sheet_from_doc(document, tab)
return sheet.getCellByPosition(column, row)
# vim: set shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment