Home
last modified time | relevance | path

Searched defs:firstRow (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1316 int firstRow = reqRows - rowsPerTopic + 1; in write2() local
1381 int firstRow = 1 + (topic * rowsPerTopic) + 1; in writeCell() local
/aoo41x/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx942 RowPos const firstRow = i_event.FirstRow == -1 ? 0 : i_event.FirstRow; in notifyDataChanged() local
/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2169 RowPos const firstRow = i_firstRow < m_nTopRow ? m_nTopRow : i_firstRow; in invalidateRowRange() local

Completed in 49 milliseconds