Searched refs:lastRow (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 943 RowPos const lastRow = i_event.FirstRow == -1 ? getRowCount() - 1 : i_event.LastRow; in notifyDataChanged() local 951 (*loop)->cellsUpdated( firstCol, lastCol, firstRow, lastRow ); in notifyDataChanged()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablestylecontext.cxx | 83 case A_TOKEN( lastRow ): // CT_TablePartStyle in createFastChildContext()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 2171 …RowPos const lastRow = ( ( i_lastRow == ROW_INVALID ) || ( i_lastRow > lastVisibleRow ) ) ? lastVi… in invalidateRowRange() local 2177 while ( aRow.isValid() && ( aRow.getRow() <= lastRow ) ) in invalidateRowRange()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 2908 lastRow
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 243 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 51 milliseconds