Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1079 int rowIndex = getRowIndex(cursor); in write()
1634 public static int getRowIndex(XTextTableCursor cursor) in getRowIndex() method in AgendaTemplate
1636 return getRowIndex(cursor.getRangeName()); in getRowIndex()
1644 public static int getRowIndex(String cellName) in getRowIndex() method in AgendaTemplate
1658 return getRowIndex(cells[cells.length - 1]); in getRowCount()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.hxx84 inline sal_Int32 getRowIndex() const { return m_nRowIndex; } in getRowIndex() function in rptxml::OXMLTable

Completed in 107 milliseconds