Searched defs:tableCell (Results 1 – 4 of 4) sorted by relevance
68 TableCell const tableCell = i_tableControl.hitTest( aPoint ); in handleMouseMove() local118 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local202 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local224 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp() local264 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local280 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp() local
130 final Element tableCell = (Element) cellController.getNode(); in createContext() local191 final Element tableCell, in findNodeInSection()
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint() local138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint() local
1939 public TableCellFormatter(Object tableCell) in TableCellFormatter()1947 public void format(Object tableCell) in format()