Searched refs:rowState (Results 1 – 4 of 4) sorted by relevance
1424 UnicodeString &rowState = *static_cast<UnicodeString *>(fSafeTable->elementAt(row)); in buildSafeReverseTable() local1425 rowState = startState; // UnicodeString assignment, copies contents. in buildSafeReverseTable()1434 UnicodeString &rowState = *static_cast<UnicodeString *>(fSafeTable->elementAt(c2 + 2)); in buildSafeReverseTable() local1435 rowState.setCharAt(c1, 0); in buildSafeReverseTable()
136 SpreadsheetHeaderSelect.State rowState = rowSelect.getStateFromView(); in initialize()138 columnSelect.loadFromState(rowState); in initialize()
1194 short[] rowState = fSafeTable.get(c2 + 2);1195 rowState[c1] = 0;
1195 short[] rowState = fSafeTable.get(c2 + 2);1196 rowState[c1] = 0;