Home
last modified time | relevance | path

Searched refs:headerRows (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DTableIterator.cpp35 headerRows = table->format().property(KoTableStyle::NumberHeadingRows).toInt(); in TableIterator()
36 headerRowPositions.resize(headerRows + 1); in TableIterator()
37 headerCellAreas.resize(headerRows); in TableIterator()
38 for (int row = 0; row < headerRows; ++row) { in TableIterator()
58 headerRows = other->headerRows; in TableIterator()
60 headerRowPositions.resize(headerRows + 1); in TableIterator()
61 headerCellAreas.resize(headerRows); in TableIterator()
62 for (int row = 0; row < headerRows; ++row) { in TableIterator()
69 headerRowPositions[headerRows] = other->headerRowPositions[headerRows]; in TableIterator()
88 if (headerRows != other.headerRows) in operator ==()
[all …]
H A DKoTextLayoutTableArea.cpp55 int headerRows; member in KoTextLayoutTableArea::Private
301 if (selectionRow < d->headerRows) { in selectionBoundingBox()
324 d->headerRows = cursor->headerRows; in layoutTable()
350 if (d->headerRows) { in layoutTable()
352 d->headerRowPositions[d->headerRows] = cursor->headerRowPositions[d->headerRows]; in layoutTable()
403 if (d->headerRows) { in layoutTable()
405 cursor->headerRowPositions[d->headerRows] = d->rowPositions[d->headerRows]; in layoutTable()
406 d->headerRowPositions[d->headerRows] = d->rowPositions[d->headerRows]; in layoutTable()
736 if (noCellsFitted && row <= d->headerRows) { in layoutRow()
1008 if (row < d->headerRows) { in paintCell()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DTableIterator.cpp35 headerRows = table->format().property(KoTableStyle::NumberHeadingRows).toInt(); in TableIterator()
36 headerRowPositions.resize(headerRows + 1); in TableIterator()
37 headerCellAreas.resize(headerRows); in TableIterator()
38 for (int row = 0; row < headerRows; ++row) { in TableIterator()
58 headerRows = other->headerRows; in TableIterator()
60 headerRowPositions.resize(headerRows + 1); in TableIterator()
61 headerCellAreas.resize(headerRows); in TableIterator()
62 for (int row = 0; row < headerRows; ++row) { in TableIterator()
69 headerRowPositions[headerRows] = other->headerRowPositions[headerRows]; in TableIterator()
88 if (headerRows != other.headerRows) in operator ==()
[all …]
H A DKoTextLayoutTableArea.cpp58 int headerRows; member in KoTextLayoutTableArea::Private
355 if (selectionRow < d->headerRows) { in selectionBoundingBox()
378 d->headerRows = cursor->headerRows; in layoutTable()
404 if (d->headerRows) { in layoutTable()
406 d->headerRowPositions[d->headerRows] = cursor->headerRowPositions[d->headerRows]; in layoutTable()
459 if (d->headerRows) { in layoutTable()
461 cursor->headerRowPositions[d->headerRows] = d->rowPositions[d->headerRows]; in layoutTable()
462 d->headerRowPositions[d->headerRows] = d->rowPositions[d->headerRows]; in layoutTable()
801 if (noCellsFitted && d->headerRows && row <= d->headerRows) { in layoutRow()
1062 if (row < d->headerRows) { in paintCell()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.sofelamimail.inc.php25 $headerRows = explode("\n",$_header);
26 for($i=0;$i<count($headerRows);$i++)
28 if(preg_match("/^From:(.*)/i",$headerRows[$i],$matches))
30 if(preg_match("/^to:(.*)/i",$headerRows[$i],$matches))
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Vision/
H A DGoogleCloudVisionV1p5beta1Table.php43 public function setHeaderRows($headerRows) argument
45 $this->headerRows = $headerRows;
52 return $this->headerRows;
/dports/devel/apitrace/apitrace-9.0/gui/graphing/
H A Dheatmapverticalaxiswidget.cpp20 m_valueMax = (data->dataRows() + data->headerRows()) * m_rowHeight; in setDataProvider()
30 if (e->pos().y() < m_data->headerRows() * m_rowHeight) { in mouseDoubleClickEvent()
35 row -= m_data->headerRows() * m_rowHeight; in mouseDoubleClickEvent()
63 painter.translate(0, m_data->headerRows() * m_rowHeight - m_valueBegin % m_rowHeight); in paintEvent()
75 painter.drawRect(0, 0, width() - 1, m_data->headerRows() * m_rowHeight); in paintEvent()
77 for (unsigned i = 0; i < m_data->headerRows(); ++i) { in paintEvent()
H A Dheatmapview.cpp30 m_graphTop = (m_data->headerRows() + m_data->dataRows()) * m_rowHeight; in setDataProvider()
91 painter.fillRect(0, m_data->headerRows() * m_rowHeight, width(), height(), Qt::white); in paintEvent()
94 painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
107 painter.fillRect(0, 0, width(), m_data->headerRows() * m_rowHeight, Qt::white); in paintEvent()
109 for (unsigned i = 0; i < m_data->headerRows(); ++i) { in paintEvent()
123 painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
156 … painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
264 if (pos.y() < m_data->headerRows() * m_rowHeight) { in itemAtPosition()
269 row -= m_data->headerRows() * m_rowHeight; in itemAtPosition()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/
H A DGoogleCloudDocumentaiV1beta3DocumentPageTable.php61 public function setHeaderRows($headerRows) argument
63 $this->headerRows = $headerRows;
70 return $this->headerRows;
H A DGoogleCloudDocumentaiV1beta1DocumentPageTable.php61 public function setHeaderRows($headerRows) argument
63 $this->headerRows = $headerRows;
70 return $this->headerRows;
H A DGoogleCloudDocumentaiV1DocumentPageTable.php61 public function setHeaderRows($headerRows) argument
63 $this->headerRows = $headerRows;
70 return $this->headerRows;
H A DGoogleCloudDocumentaiV1beta2DocumentPageTable.php61 public function setHeaderRows($headerRows) argument
63 $this->headerRows = $headerRows;
70 return $this->headerRows;
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfPTable.java110 protected int headerRows; field in PdfPTable
287 headerRows = sourceTable.headerRows; in copyFormat()
957 if (rowNumber < headerRows) { in deleteRow()
958 --headerRows; in deleteRow()
959 if (rowNumber >= (headerRows - footerRows)) in deleteRow()
979 for (int k = 0; k < headerRows; ++k) in deleteBodyRows()
1003 return headerRows; in getHeaderRows()
1013 public void setHeaderRows(int headerRows) { in setHeaderRows() argument
1014 if (headerRows < 0) in setHeaderRows()
1015 headerRows = 0; in setHeaderRows()
[all …]
H A DPdfPTableEvent.java90 …public void tableLayout(PdfPTable table, float widths[][], float heights[], int headerRows, int ro… in tableLayout() argument
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfTable.java120 private int headerRows = 0; field in RtfTable
174 this.headerRows = table.getLastHeaderRow(); in importTable()
216 this.headerRows = table.getHeaderRows(); in importTable()
339 return this.headerRows; in getHeaderRows()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditTablePlugin/
H A DCore.pm696 my @headerRows = ();
758 push( @headerRows, $_ );
785 my $rowId = @headerRows + scalar @bodyRows + 1;
812 my $headerRows = $query->param('etheaderrows') || 0;
813 if ( $headerRows > scalar @headerRows ) {
814 my $rowNr = scalar @headerRows;
815 my $newHeaderRow = $headerRows - @headerRows;
819 scalar @headerRows +
833 push @headerRows, $newRow;
926 . Dumper(@headerRows) );
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/events/
H A DPdfPTableEventForwarder.java82 …public void tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int ro… in tableLayout() argument
86 event.tableLayout(table, widths, heights, headerRows, rowStart, canvases); in tableLayout()
/dports/www/twiki-TablePlugin/TablePlugin-0.0.17558/lib/TWiki/Plugins/TablePlugin/
H A DCore.pm35 $headerRows $footerRows
84 $headerRows = 1;
311 if ( defined $tmp && $tmp ne '' && $tmp ne $headerRows ) {
314 $headerRows = $tmp;
315 $headerRows = 1 if ( $headerRows < 1 );
1238 if ( $headerRows > @curTable ) {
1239 $headerRows = @curTable; # limit header to size of table!
1241 if ( $headerRows + $footerRows > @curTable ) {
1245 my $sortThisTable = _shouldISortThisTable( $curTable[ $headerRows - 1 ] );
1291 my @header = splice( @curTable, 0, $headerRows );
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DHaddock.hs84 DocTable H.Table{ tableHeaderRows = headerRows
91 if null headerRows
93 else (toCells (head headerRows),
94 map toCells (tail headerRows ++ bodyRows))
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DHaddock.hs87 DocTable H.Table{ tableHeaderRows = headerRows
94 if null headerRows
96 else (toCells (head headerRows),
97 map toCells (tail headerRows ++ bodyRows))
/dports/graphics/qgis/qgis-3.22.3/src/core/network/
H A Dqgsnetworkreplyparser.cpp121 const QStringList headerRows = QString( headers ).split( QRegularExpression( "[\n\r]+" ) ); in QgsNetworkReplyParser() local
122 const auto constHeaderRows = headerRows; in QgsNetworkReplyParser()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsnetworkreplyparser.cpp121 QStringList headerRows = QString( headers ).split( QRegExp( "[\n\r]+" ) ); in QgsNetworkReplyParser() local
122 const auto constHeaderRows = headerRows; in QgsNetworkReplyParser()
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKTableRecorder.cpp56 SetHeaders(const unsigned headerColumns, const unsigned headerRows, const unsigned footerRows) in SetHeaders()
58 , m_headerRows(headerRows) in SetHeaders()
369 void IWORKTableRecorder::setHeaders(unsigned headerColumns, unsigned headerRows, const unsigned foo… in setHeaders() argument
371 m_impl->m_elements.push_back(SetHeaders(headerColumns, headerRows, footerRows)); in setHeaders()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/LaTeX/
H A DTable.hs161 headToLaTeX blocksWriter (Ann.TableHead _attr headerRows) = do
163 headerRows
207 bodyRows (Ann.TableBody _attr _rowheads headerRows rows) =
208 map headerRowCells headerRows <> map bodyRowCells rows
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/LaTeX/
H A DTable.hs159 headToLaTeX blocksWriter (Ann.TableHead _attr headerRows) = do
161 headerRows
205 bodyRows (Ann.TableBody _attr _rowheads headerRows rows) =
206 map headerRowCells headerRows <> map bodyRowCells rows

123