Searched refs:checkCell (Results 1 – 4 of 4) sorted by relevance
167 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh() local168 oldVal = checkCell.getValue(); in _refresh()184 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh() local185 valBeforeRefresh = checkCell.getValue(); in _refresh()199 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh() local200 valAfterRefresh = checkCell.getValue(); in _refresh()
73 result &= checkCell(1,15); in _insertByIndex()74 if (checkCell(1,15)) log.println("... successful"); in _insertByIndex()101 result &= checkCell(0,15); in _removeByIndex()102 if (checkCell(0,15)) log.println("... successful"); in _removeByIndex()116 public boolean checkCell(int row,double expected) { in checkCell() method in _XTableRows
1555 checkCell( maCursorFirstPos ); in getSelectionStart()1570 checkCell( maCursorLastPos ); in getSelectionEnd()1627 void SvxTableController::checkCell( CellPos& rPos ) in checkCell() function in sdr::table::SvxTableController1786 checkCell( maCursorFirstPos ); in getSelectedCells()1787 checkCell( maCursorLastPos ); in getSelectedCells()2603 checkCell(aStart); in IMPL_LINK()2604 checkCell(aEnd); in IMPL_LINK()
135 SVX_DLLPRIVATE void checkCell( CellPos& rPos );
Completed in 30 milliseconds