Searched refs:tableCell (Results 1 – 4 of 4) sorted by relevance
71 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()121 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()123 if ( ( tableCell.nColumn != COL_INVALID ) in handleMouseDown()124 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()127 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()205 if ( tableCell.nRow >= 0 ) in handleMouseDown()209 i_tableControl.activateCell( tableCell.nColumn, tableCell.nRow ); in handleMouseDown()227 if ( tableCell.nRow >= 0 ) in handleMouseUp()267 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()272 m_nActiveColumn = tableCell.nColumn; in handleMouseDown()[all …]
130 final Element tableCell = (Element) cellController.getNode(); in createContext() local131 …final int rowSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()132 …final int colSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()149 … final int columnPos = findNodeInSection(tableRow, tableCell, OfficeToken.COVERED_TABLE_CELL); in createContext()191 final Element tableCell, in findNodeInSection() argument196 final String namespace = tableCell.getNamespace(); in findNodeInSection()197 final String type = tableCell.getType(); in findNodeInSection()215 if (node == tableCell) in findNodeInSection()
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint() local127 return ( tableCell.nRow >= 0 ) ? tableCell.nRow : -1; in getRowAtPoint()138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint() local139 return ( tableCell.nColumn >= 0 ) ? tableCell.nColumn : -1; in getColumnAtPoint()
1939 public TableCellFormatter(Object tableCell) in TableCellFormatter() argument1943 values[i] = Helper.getUnoPropertyValue(tableCell, properties[i]); in TableCellFormatter()1947 public void format(Object tableCell) in format() argument1949 Helper.setUnoPropertyValues(tableCell, properties, values); in format()
Completed in 45 milliseconds