Home
last modified time | relevance | path

Searched refs:cellColSpan (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/unifiedreport/agent/
H A DreportStatic.php172 $cellColSpan = array("gridSpan" => 4);
478 $cellColSpan = array("gridSpan" => 2, "valign" => "center");
488 $cell = $table->addCell($secondColLen, $cellColSpan);
495 $cell = $table->addCell($secondColLen, $cellColSpan);
504 $cell = $table->addCell($secondColLen, $cellColSpan)->addText("");
509 …$cell = $table->addCell($secondColLen, $cellColSpan)->addText(htmlspecialchars("n/a"), $rowTextSty…
516 …$cell = $table->addCell($secondColLen, $cellColSpan)->addText(htmlspecialchars("n/a"), $rowTextSty…
H A DreportSummary.php93 $cellColSpan = array("gridSpan" => 3, "valign" => "center");
115 …$table->addCell($cellFirstLen, $cellColSpan)->addText(htmlspecialchars(" OSS Component Clearing re…
/dports/www/firefox-esr/firefox-91.8.0/layout/tables/
H A DnsTableRowFrame.cpp711 int32_t cellColSpan = in ReflowChildren() local
769 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
774 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in ReflowChildren()
780 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1188 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1194 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1200 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1201 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/www/firefox/firefox-99.0/layout/tables/
H A DnsTableRowFrame.cpp711 int32_t cellColSpan = in ReflowChildren() local
769 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
774 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in ReflowChildren()
780 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1188 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1194 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1200 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1201 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableRowFrame.cpp697 int32_t cellColSpan = in ReflowChildren() local
755 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
760 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in ReflowChildren()
766 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1169 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1175 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1181 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1182 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableRowFrame.cpp799 int32_t cellColSpan = 1; // must be defined here so it's set properly for non-cell kids in ReflowChildren() local
857 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
861 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, aTableFrame, in ReflowChildren()
866 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1263 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1268 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1274 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1275 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/
H A DnsTableRowFrame.cpp711 int32_t cellColSpan = in ReflowChildren() local
769 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
774 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in ReflowChildren()
780 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1188 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1194 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1200 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1201 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DnsTableRowFrame.cpp691 int32_t cellColSpan = in ReflowChildren() local
749 cellColSpan = aTableFrame.GetEffectiveColSpan(*cellFrame); in ReflowChildren()
754 iCoord += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in ReflowChildren()
760 prevColIndex = cellColIndex + (cellColSpan - 1); in ReflowChildren()
1167 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary() local
1173 iPos += GetSpaceBetween(prevColIndex, cellColIndex, cellColSpan, in CollapseRowIfNecessary()
1179 prevColIndex = cellColIndex + cellColSpan - 1; in CollapseRowIfNecessary()
1180 int32_t actualColSpan = cellColSpan; in CollapseRowIfNecessary()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp1091 const int cellColSpan = fmt.tableCellColumnSpan(); in mergeCells() local
1095 for (int j = c; j < c + cellColSpan; ++j) in mergeCells()

12