Searched refs:firstRow (Results 1 – 6 of 6) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1316 int firstRow = reqRows - rowsPerTopic + 1; in write2() local 1328 XTextTableCursor cursor = table.createCursorByCellName("A" + firstRow); in write2() 1337 cursor.gotoCellByName("A" + firstRow, false); in write2() 1381 int firstRow = 1 + (topic * rowsPerTopic) + 1; in writeCell() local 1383 XTextTableCursor cursor = table.createCursorByCellName("A" + firstRow); in writeCell()
|
/trunk/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 942 RowPos const firstRow = i_event.FirstRow == -1 ? 0 : i_event.FirstRow; in notifyDataChanged() local 951 (*loop)->cellsUpdated( firstCol, lastCol, firstRow, lastRow ); in notifyDataChanged()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablestylecontext.cxx | 92 case A_TOKEN( firstRow ): // CT_TablePartStyle in createFastChildContext()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 2169 RowPos const firstRow = i_firstRow < m_nTopRow ? m_nTopRow : i_firstRow; in invalidateRowRange() local 2176 TableRowGeometry aRow( *this, aVisibleCellsArea, firstRow, true ); in invalidateRowRange()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 2191 firstRow
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 242 long firstRow; ///< 0 based, inclusive 4255 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn). 4632 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
|
Completed in 65 milliseconds