Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx943 RowPos const lastRow = i_event.FirstRow == -1 ? getRowCount() - 1 : i_event.LastRow; in notifyDataChanged() local
951 (*loop)->cellsUpdated( firstCol, lastCol, firstRow, lastRow ); in notifyDataChanged()
/aoo42x/main/oox/source/drawingml/table/
H A Dtablestylecontext.cxx83 case A_TOKEN( lastRow ): // CT_TablePartStyle in createFastChildContext()
/aoo42x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2171 …RowPos const lastRow = ( ( i_lastRow == ROW_INVALID ) || ( i_lastRow > lastVisibleRow ) ) ? lastVi… in invalidateRowRange() local
2177 while ( aRow.isValid() && ( aRow.getRow() <= lastRow ) ) in invalidateRowRange()
/aoo42x/main/oox/source/token/
H A Dtokens.txt2908 lastRow
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl243 long lastRow; ///< 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 47 milliseconds