Home
last modified time | relevance | path

Searched refs:tableCell (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svtools/source/table/
H A Dmousefunction.cxx71 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 …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java130 final Element tableCell = (Element) cellController.getNode(); in createContext() local
131 …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() argument
196 final String namespace = tableCell.getNamespace(); in findNodeInSection()
197 final String type = tableCell.getType(); in findNodeInSection()
215 if (node == tableCell) in findNodeInSection()
/aoo42x/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint() local
127 return ( tableCell.nRow >= 0 ) ? tableCell.nRow : -1; in getRowAtPoint()
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint() local
139 return ( tableCell.nColumn >= 0 ) ? tableCell.nColumn : -1; in getColumnAtPoint()
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1939 public TableCellFormatter(Object tableCell) in TableCellFormatter() argument
1943 values[i] = Helper.getUnoPropertyValue(tableCell, properties[i]); in TableCellFormatter()
1947 public void format(Object tableCell) in format() argument
1949 Helper.setUnoPropertyValues(tableCell, properties, values); in format()

Completed in 32 milliseconds