Home
last modified time | relevance | path

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

1234567

/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTableCell.cpp62 *aSpan = tableCell->ColExtent(); in get_columnExtent()
78 tableCell->ColHeaderCells(&cells); in get_columnHeaderCells()
104 *aColIdx = tableCell->ColIdx(); in get_columnIndex()
116 *aSpan = tableCell->RowExtent(); in get_rowExtent()
131 tableCell->RowHeaderCells(&cells); in get_rowHeaderCells()
156 *aRowIdx = tableCell->RowIdx(); in get_rowIndex()
173 *aRowIdx = tableCell->RowIdx(); in get_rowColumnExtents()
174 *aColIdx = tableCell->ColIdx(); in get_rowColumnExtents()
175 *aRowExtents = tableCell->RowExtent(); in get_rowColumnExtents()
177 *aIsSelected = tableCell->Selected(); in get_rowColumnExtents()
[all …]
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleTableCell.cpp62 *aSpan = tableCell->ColExtent(); in get_columnExtent()
78 tableCell->ColHeaderCells(&cells); in get_columnHeaderCells()
104 *aColIdx = tableCell->ColIdx(); in get_columnIndex()
116 *aSpan = tableCell->RowExtent(); in get_rowExtent()
131 tableCell->RowHeaderCells(&cells); in get_rowHeaderCells()
156 *aRowIdx = tableCell->RowIdx(); in get_rowIndex()
173 *aRowIdx = tableCell->RowIdx(); in get_rowColumnExtents()
174 *aColIdx = tableCell->ColIdx(); in get_rowColumnExtents()
175 *aRowExtents = tableCell->RowExtent(); in get_rowColumnExtents()
177 *aIsSelected = tableCell->Selected(); in get_rowColumnExtents()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTableCell.cpp62 *aSpan = tableCell->ColExtent(); in get_columnExtent()
78 tableCell->ColHeaderCells(&cells); in get_columnHeaderCells()
104 *aColIdx = tableCell->ColIdx(); in get_columnIndex()
116 *aSpan = tableCell->RowExtent(); in get_rowExtent()
131 tableCell->RowHeaderCells(&cells); in get_rowHeaderCells()
156 *aRowIdx = tableCell->RowIdx(); in get_rowIndex()
173 *aRowIdx = tableCell->RowIdx(); in get_rowColumnExtents()
174 *aColIdx = tableCell->ColIdx(); in get_rowColumnExtents()
175 *aRowExtents = tableCell->RowExtent(); in get_rowColumnExtents()
177 *aIsSelected = tableCell->Selected(); in get_rowColumnExtents()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Dmousefunction.cxx44 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
93 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()
95 if ( ( tableCell.nColumn != COL_INVALID ) in handleMouseDown()
96 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
99 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()
175 if ( tableCell.nRow >= 0 ) in handleMouseDown()
179 i_tableControl.activateCell( tableCell.nColumn, tableCell.nRow ); in handleMouseDown()
197 if ( tableCell.nRow >= 0 ) in handleMouseUp()
235 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()
240 m_nActiveColumn = tableCell.nColumn; in handleMouseDown()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Dmousefunction.cxx46 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
95 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()
97 if ( ( tableCell.nColumn != COL_INVALID ) in handleMouseDown()
98 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
101 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()
177 if ( tableCell.nRow >= 0 ) in handleMouseDown()
181 i_tableControl.activateCell( tableCell.nColumn, tableCell.nRow ); in handleMouseDown()
199 if ( tableCell.nRow >= 0 ) in handleMouseUp()
237 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()
242 m_nActiveColumn = tableCell.nColumn; in handleMouseDown()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DTableCellAccessible.cpp26 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
27 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
28 if (!tableCell) continue; in RowHeaderCells()
32 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) in RowHeaderCells()
62 TableCellAccessible* tableCell = cell->AsTableCell(); in PrevColHeader() local
63 MOZ_ASSERT(tableCell, "cell should be a table cell!"); in PrevColHeader()
64 if (!tableCell) { in PrevColHeader()
69 cachedHeader = cache.GetWeak(tableCell, &inCache); in PrevColHeader()
83 (tableCell->ColExtent() == 1 || tableCell->ColIdx() == colIdx)) { in PrevColHeader()
94 tableCell->RowIdx() != curRowIdx) { in PrevColHeader()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DTableCellAccessible.cpp26 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
27 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
28 if (!tableCell) continue; in RowHeaderCells()
32 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) { in RowHeaderCells()
63 TableCellAccessible* tableCell = cell->AsTableCell(); in PrevColHeader() local
64 MOZ_ASSERT(tableCell, "cell should be a table cell!"); in PrevColHeader()
65 if (!tableCell) { in PrevColHeader()
70 cachedHeader = cache.GetWeak(tableCell, &inCache); in PrevColHeader()
84 (tableCell->ColExtent() == 1 || tableCell->ColIdx() == colIdx)) { in PrevColHeader()
95 tableCell->RowIdx() != curRowIdx) { in PrevColHeader()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DTableCellAccessible.cpp26 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
27 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
28 if (!tableCell) continue; in RowHeaderCells()
32 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) { in RowHeaderCells()
63 TableCellAccessible* tableCell = cell->AsTableCell(); in PrevColHeader() local
64 MOZ_ASSERT(tableCell, "cell should be a table cell!"); in PrevColHeader()
65 if (!tableCell) { in PrevColHeader()
70 cachedHeader = cache.GetWeak(tableCell, &inCache); in PrevColHeader()
84 (tableCell->ColExtent() == 1 || tableCell->ColIdx() == colIdx)) { in PrevColHeader()
95 tableCell->RowIdx() != curRowIdx) { in PrevColHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DTableCellAccessible.cpp26 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
27 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
28 if (!tableCell) continue; in RowHeaderCells()
32 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) { in RowHeaderCells()
63 TableCellAccessible* tableCell = cell->AsTableCell(); in PrevColHeader() local
64 MOZ_ASSERT(tableCell, "cell should be a table cell!"); in PrevColHeader()
65 if (!tableCell) { in PrevColHeader()
70 cachedHeader = cache.GetWeak(tableCell, &inCache); in PrevColHeader()
84 (tableCell->ColExtent() == 1 || tableCell->ColIdx() == colIdx)) { in PrevColHeader()
95 tableCell->RowIdx() != curRowIdx) { in PrevColHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DTableCellAccessible.cpp26 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
27 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
28 if (!tableCell) continue; in RowHeaderCells()
32 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) in RowHeaderCells()
48 TableCellAccessible* tableCell = cell->AsTableCell(); in ColHeaderCells() local
49 NS_ASSERTION(tableCell, "cell should be a table cell!"); in ColHeaderCells()
50 if (!tableCell) continue; in ColHeaderCells()
54 if (tableCell->RowIdx() == curRowIdx && cell->Role() == roles::COLUMNHEADER) in ColHeaderCells()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DTableCellAccessible.cpp30 TableCellAccessible* tableCell = cell->AsTableCell(); in RowHeaderCells() local
31 NS_ASSERTION(tableCell, "cell should be a table cell!"); in RowHeaderCells()
32 if (!tableCell) in RowHeaderCells()
37 if (tableCell->ColIdx() == curColIdx && cell->Role() == roles::ROWHEADER) in RowHeaderCells()
57 TableCellAccessible* tableCell = cell->AsTableCell(); in ColHeaderCells() local
58 NS_ASSERTION(tableCell, "cell should be a table cell!"); in ColHeaderCells()
59 if (!tableCell) in ColHeaderCells()
64 if (tableCell->RowIdx() == curRowIdx && cell->Role() == roles::COLUMNHEADER) in ColHeaderCells()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutTableArea.cpp300 const int column = tableCell.column(); in generateCharAreaInfos()
314 const int column = tableCell.column(); in generateCharAreaInfos()
1023 int row = tableCell.row(); in paintCell()
1024 int column = tableCell.column(); in paintCell()
1027 QRectF bRect(cellBoundingRect(tableCell)); in paintCell()
1076 int row = tableCell.row(); in paintCellBorders()
1077 int column = tableCell.column(); in paintCellBorders()
1083 QRectF bRect = cellBoundingRect(tableCell); in paintCellBorders()
1093 while (c < column + tableCell.columnSpan()) { in paintCellBorders()
1104 if (row + tableCell.rowSpan() == d->table->rows()) { in paintCellBorders()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutTableArea.cpp74 KoTableCellStyle cellStyle(tableCell.format().toTableCellFormat()); in effectiveCellStyle()
90 if (tableCell.row() == 0 && tableTemplate->firstRow() in effectiveCellStyle()
969 int row = tableCell.row(); in paintCell()
970 int column = tableCell.column(); in paintCell()
973 QRectF bRect(cellBoundingRect(tableCell)); in paintCell()
1022 int row = tableCell.row(); in paintCellBorders()
1023 int column = tableCell.column(); in paintCellBorders()
1029 QRectF bRect = cellBoundingRect(tableCell); in paintCellBorders()
1039 while (c < column + tableCell.columnSpan()) { in paintCellBorders()
1050 if (row + tableCell.rowSpan() == d->table->rows()) { in paintCellBorders()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java121 final Element tableCell = (Element) cellController.getNode(); in createContext() local
122 …final int rowSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()
123 …final int colSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()
140 … final int columnPos = findNodeInSection(tableRow, tableCell, OfficeToken.COVERED_TABLE_CELL); in createContext()
182 final Element tableCell, in findNodeInSection() argument
187 final String namespace = tableCell.getNamespace(); in findNodeInSection()
188 final String type = tableCell.getType(); in findNodeInSection()
201 if (node == tableCell) in findNodeInSection()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/util/
H A DDoubleTapToZoom.cpp78 nsTableCellFrame* tableCell = do_QueryFrame(aElement->GetPrimaryFrame()); in GetNearbyTableCell() local
79 if (tableCell) { in GetNearbyTableCell()
83 nsTableCellFrame* tableCell = do_QueryFrame(parent->GetPrimaryFrame()); in GetNearbyTableCell() local
84 if (tableCell) { in GetNearbyTableCell()
88 tableCell = do_QueryFrame(grandParent->GetPrimaryFrame()); in GetNearbyTableCell()
89 if (tableCell) { in GetNearbyTableCell()
126 if (dom::Element* tableCell = GetNearbyTableCell(aElement)) { in ShouldZoomToElement() local
128 nsLayoutUtils::GetBoundingContentRect(tableCell, aRootScrollFrame); in ShouldZoomToElement()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/util/
H A DDoubleTapToZoom.cpp79 nsTableCellFrame* tableCell = do_QueryFrame(aElement->GetPrimaryFrame()); in GetNearbyTableCell() local
80 if (tableCell) { in GetNearbyTableCell()
84 nsTableCellFrame* tableCell = do_QueryFrame(parent->GetPrimaryFrame()); in GetNearbyTableCell() local
85 if (tableCell) { in GetNearbyTableCell()
89 tableCell = do_QueryFrame(grandParent->GetPrimaryFrame()); in GetNearbyTableCell()
90 if (tableCell) { in GetNearbyTableCell()
127 if (dom::Element* tableCell = GetNearbyTableCell(aElement)) { in ShouldZoomToElement() local
129 nsLayoutUtils::GetBoundingContentRect(tableCell, aRootScrollFrame); in ShouldZoomToElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java122 final Element tableCell = (Element) cellController.getNode(); in createContext() local
123 …final int rowSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()
124 …final int colSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext()
141 … final int columnPos = findNodeInSection(tableRow, tableCell, OfficeToken.COVERED_TABLE_CELL); in createContext()
183 final Element tableCell, in findNodeInSection() argument
188 final String namespace = tableCell.getNamespace(); in findNodeInSection()
189 final String type = tableCell.getType(); in findNodeInSection()
202 if (node == tableCell) in findNodeInSection()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/util/
H A DDoubleTapToZoom.cpp78 nsTableCellFrame* tableCell = do_QueryFrame(aElement->GetPrimaryFrame()); in GetNearbyTableCell() local
79 if (tableCell) { in GetNearbyTableCell()
83 nsTableCellFrame* tableCell = do_QueryFrame(parent->GetPrimaryFrame()); in GetNearbyTableCell() local
84 if (tableCell) { in GetNearbyTableCell()
88 tableCell = do_QueryFrame(grandParent->GetPrimaryFrame()); in GetNearbyTableCell()
89 if (tableCell) { in GetNearbyTableCell()
126 if (dom::Element* tableCell = GetNearbyTableCell(aElement)) { in ShouldZoomToElement() local
128 nsLayoutUtils::GetBoundingContentRect(tableCell, aRootScrollFrame); in ShouldZoomToElement()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/pages/import/bulk_imports/history/components/
H A Dbulk_imports_history_app.vue19 const tableCell = (config) => ({
55 tableCell({
60 tableCell({
65 tableCell({
69 tableCell({
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dproject.lib.php1313 print $tableCell;
1342 $tableCell = '';
1344 $tableCell .= '<span class="hideonsmartphone"> + </span>';
1348 print $tableCell;
1686 $tableCell = ''; $modeinput = 'hours';
1724 $tableCell .= '</td>';
1725 print $tableCell;
1954 $tableCell = ''; $modeinput = 'hours';
1970 $tableCell = '<td class="center hide weekend">';
1983 $tableCell .= '</td>';
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/textdocument-tables/
H A Dmainwindow.cpp104 tableCell = table.cellAt(row, column)
108 for (it = tableCell.begin() !(it.atEnd()); ++it):
117 processTableCell(tableCell)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/textdocument-tables/
H A Dmainwindow.cpp104 tableCell = table.cellAt(row, column)
108 for (it = tableCell.begin() !(it.atEnd()); ++it):
117 processTableCell(tableCell)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/cells/
H A Dsearch_engine_item.mm42 - (void)configureCell:(TableViewCell*)tableCell
44 [super configureCell:tableCell withStyler:styler];
49 base::mac::ObjCCastStrict<TableViewURLCell>(tableCell);
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/textdocument-tables/
H A Dmainwindow.cpp104 tableCell = table.cellAt(row, column)
108 for (it = tableCell.begin() !(it.atEnd()); ++it):
117 processTableCell(tableCell)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dproject.lib.php1564 print $tableCell;
1598 $tableCell = '';
1600 $tableCell .= '<span class="hideonsmartphone"> + </span>';
1604 print $tableCell;
1957 $tableCell = '';
1999 $tableCell .= '</td>';
2000 print $tableCell;
2237 $tableCell = '';
2255 $tableCell = '<td class="center hide weekend">';
2267 $tableCell .= '</td>';
[all …]

1234567