Home
last modified time | relevance | path

Searched refs:rowFormats (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheetPrint_p.cpp188 double y = m_pSheet->rowFormats()->rowHeight(row); in calculateVerticalPageParameters()
202 if (y > printHeight || m_pSheet->rowFormats()->hasPageBreak(row)) { in calculateVerticalPageParameters()
205 m_lnewPageListY.last().setSize(y - m_pSheet->rowFormats()->rowHeight(row)); in calculateVerticalPageParameters()
211 y = m_pSheet->rowFormats()->rowHeight(row); in calculateVerticalPageParameters()
218 y += m_pSheet->rowFormats()->rowHeight(row); in calculateVerticalPageParameters()
223 if (y > printHeight || m_pSheet->rowFormats()->hasPageBreak(row)) { in calculateVerticalPageParameters()
226 m_lnewPageListY.last().setSize(y - m_pSheet->rowFormats()->rowHeight(row)); in calculateVerticalPageParameters()
235 y += m_pSheet->rowFormats()->rowHeight(row); in calculateVerticalPageParameters()
380 …m_dPrintRepeatRowsHeight += m_pSheet->rowFormats()->totalRowHeight(repeatedRows.first, repeatedRow… in updateRepeatedRowsHeight()
H A DPageManager.cpp76 height += sheet->rowFormats()->visibleHeight(row); in layoutPages()
81 … else if (height + sheet->rowFormats()->visibleHeight(row + 1) <= size(pageNumber).height()) in layoutPages()
155 height += sheet->rowFormats()->visibleHeight(row); in layoutPages()
158 … if (height + sheet->rowFormats()->visibleHeight(row + 1) <= size(pageNumber).height()) in layoutPages()
H A DSheet.cpp586 int row = rowFormats()->rowForPosition(_ypos, &top); in topRow()
593 return rowFormats()->rowForPosition(_ypos+1e-9); in bottomRow()
616 int top = rowFormats()->rowForPosition(area.top()); in documentToCellCoordinates()
617 int bottom = rowFormats()->rowForPosition(area.bottom()); in documentToCellCoordinates()
634 return rowFormats()->totalVisibleRowHeight(1, max-1); in rowPosition()
1197 int rowFormatRow = 0, lastRowFormatRow = rowFormats()->lastNonDefaultRow(); in saveXML()
1200 bool isDefault = rowFormats()->isDefaultRow(rowFormatRow, &lastRow); in saveXML()
1211 RowFormat rowFormat(rowFormats(), rowFormatRow); in saveXML()
1676 RowFormatStorage* Sheet::rowFormats() in rowFormats() function in Calligra::Sheets::Sheet
1681 const RowFormatStorage* Sheet::rowFormats() const in rowFormats() function in Calligra::Sheets::Sheet
[all …]
H A DSheet.h353 const RowFormatStorage* rowFormats() const;
354 RowFormatStorage* rowFormats();
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DRowColumnManipulators.cpp98 m_oldSizes[row] = m_sheet->rowFormats()->rowHeight(row); in process()
103 m_sheet->rowFormats()->setRowHeight(row, row, m_oldSizes[row]); in process()
106 m_sheet->rowFormats()->setRowHeight(range.top(), range.bottom(), m_newSize); in process()
148 m_sheet->rowFormats()->setHidden(range.top(), range.bottom(), !m_reverse); in process()
149 qreal delta = m_sheet->rowFormats()->totalRowHeight(range.top(), range.bottom()); in process()
186 if (!m_sheet->rowFormats()->isHidden(row)) { in preProcessing()
195 if (!m_sheet->rowFormats()->isHidden(row)) { in preProcessing()
312 sheet->rowFormats()->setRowHeight(row, row, heights[row]); in process()
321 sheet->rowFormats()->setRowHeight(row, row, heights[row]); in process()
368 m_oldHeights[row] = m_sheet->rowFormats()->rowHeight(row); in preProcessing()
[all …]
H A DApplyFilterCommand.cpp59 m_undoData[i] = sheet->rowFormats()->isFiltered(i); in redo()
60 sheet->rowFormats()->setFiltered(i, i, isFiltered); in redo()
87 sheet->rowFormats()->setFiltered(i, i, m_undoData[i]); in undo()
H A DDeleteCommand.cpp95 if (m_firstrun && !m_sheet->rowFormats()->isDefaultRow(row)) { in process()
96 m_rowFormats.insert(new RowFormat(m_sheet->rowFormats(), row)); in process()
H A DCopyCommand.cpp79 if (!sheet->rowFormats()->isDefaultRow(row)) { in saveAsXml()
80 QDomElement e = RowFormat(sheet->rowFormats(), row).save(xmlDoc, top - 1); in saveAsXml()
H A DPageBreakCommand.cpp55 sheet->rowFormats()->setPageBreak(range.top(), range.top(), enable); in process()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/layout/
H A DFormatLayout.java87 private int[] rowFormats; field in FormatLayout
178 public FormatLayout(final int rowCount, final int[] rowFormats) { in FormatLayout() argument
180 this.rowFormats = rowFormats; in FormatLayout()
221 = this.rowFormats[rowIndex % this.rowFormats.length]; in preferredLayoutSize()
337 = this.rowFormats[rowIndex % this.rowFormats.length]; in minimumLayoutSize()
455 = this.rowFormats[rowIndex % this.rowFormats.length]; in layoutContainer()
558 = this.rowFormats[rowIndex % this.rowFormats.length]; in layoutContainer()
999 for (int i = 0; i < this.rowFormats.length; i++) { in splitLayout()
1000 if (this.rowFormats[i] > FormatLayout.LCB) { in splitLayout()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DSheetView.cpp113 coordinate.setY(coordinate.y() + sheet->rowFormats()->rowHeight(row)); in cellToProcess()
118 coordinate.setY(coordinate.y() + sheet->rowFormats()->rowHeight(row)); in cellToProcess()
131 coordinate.setY(coordinate.y() - sheet->rowFormats()->rowHeight(r)); in cellToProcess()
155 coordinate.setY(coordinate.y() + sheet->rowFormats()->rowHeight(row)); in cellViewToProcess()
161 coordinate.setY(coordinate.y() + sheet->rowFormats()->rowHeight(row)); in cellViewToProcess()
175 coordinate.setY(coordinate.y() - sheet->rowFormats()->rowHeight(r)); in cellViewToProcess()
373 if (d->sheet->rowFormats()->isHiddenOrFiltered(row, &lastHiddenRow)) { in paintCells()
391 coordinate.setY(coordinate.y() + d->sheet->rowFormats()->rowHeight(row)); in paintCells()
413 if (d->sheet->rowFormats()->isHiddenOrFiltered(row, &lastHiddenRow)) { in paintCells()
435 coordinate.setY(coordinate.y() + d->sheet->rowFormats()->rowHeight(row)); in paintCells()
[all …]
H A DCellToolBase_p.cpp486 if (!sheet->rowFormats()->isHiddenOrFiltered(cell.row())) { in processControlArrowKey()
500 (cell.isEmpty() || (sheet->rowFormats()->isHiddenOrFiltered(cell.row())))) { in processControlArrowKey()
511 while (sheet->rowFormats()->isHiddenOrFiltered(row, &lastHiddenOrFiltered)) { in processControlArrowKey()
528 if (!(sheet->rowFormats()->isHiddenOrFiltered(cell.row()))) { in processControlArrowKey()
541 (cell.isEmpty() || (sheet->rowFormats()->isHiddenOrFiltered(cell.row())))) { in processControlArrowKey()
552 … while (row >= 1 && sheet->rowFormats()->isHiddenOrFiltered(row, 0, &firstHiddenOrFiltered)) { in processControlArrowKey()
834 …while (((cursor.y() + offset) <= q->maxRow()) && sheet->rowFormats()->isHiddenOrFiltered(cursor.y(… in moveDirection()
842 …while (((cursor.y() + offset) >= 1) && sheet->rowFormats()->isHiddenOrFiltered(cursor.y() + offset… in moveDirection()
867 …while (((cursor.y() + offset) <= q->maxRow()) && sheet->rowFormats()->isHiddenOrFiltered(cursor.y(… in moveDirection()
1217 if (q->selection()->activeSheet()->rowFormats()->isHidden(row)) { in popupActionList()
[all …]
H A DAbstractSelectionStrategy.cpp127 const double height = sheet->rowFormats()->rowHeight(row); in hitTestSelectionSizeGrip()
H A DSelection.cpp1047 if (sheet->rowFormats()->isHiddenOrFiltered(bottom, &lastHidden)) { in emitChanged()
1059 if (sheet->rowFormats()->isHiddenOrFiltered(top, 0, &firstHidden)) { in emitChanged()
/dports/security/john/john-1.9.0-jumbo-1/doc/
H A DSHOW_FORMATS.md53 [{"lineNo":1,"ciphertext":"AAa6CzJlsalyo","rowFormats":[{"label":"descrypt","prepareEqCiphertext":t…
54 {"lineNo":2,"ciphertext":"BBODHXVAdtcmc","rowFormats":[{"label":"descrypt","prepareEqCiphertext":tr…
70 "rowFormats" : [
95 u'rowFormats': [{u'canonHash': [u'AAa6CzJlsalyo'],
119 - `rowFormats` is a list for descriptions of john's formats that can
140 `rowFormats` field contains a list of dictionaries with results of
143 Each dictionary in `rowFormats` list may have the following keys/fields:
191 [{..."rowFormats":[{"label":"Raw-MD5",...,"canonHash":["$dynamic_0$e10adc3949ba59abbe56e057f20f883e…
216 "rowFormats":[
296 `rowFormats` field's value is a list always. Empty list means that
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/shape/
H A DTableShape.cpp71 sheet->rowFormats()->setRowHeight(row, row, sheet->rowFormats()->rowHeight(row) * factor); in adjustRowDimensions()
175 size.rheight() = sheet()->rowFormats()->totalVisibleRowHeight(1, d->rows); in loadOdf()
207 size.rheight() = sheet->rowFormats()->totalVisibleRowHeight(1, d->rows); in setMap()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp937 sheet->rowFormats()->setRowHeight(rowIndex, rowIndex + number - 1, height); in loadRowFormat()
940 sheet->rowFormats()->setHidden(rowIndex, rowIndex + number - 1, true); in loadRowFormat()
942 sheet->rowFormats()->setFiltered(rowIndex, rowIndex + number - 1, true); in loadRowFormat()
1226 const bool rowIsDefault = sheet->rowFormats()->isDefaultRow(i); in saveColRowCell()
1230 if (sheet->rowFormats()->hasPageBreak(i)) { in saveColRowCell()
1267 if (!sheet->rowFormats()->rowsAreEqual(i, j)) in saveColRowCell()
1284 if (sheet->rowFormats()->isHidden(i)) // never true for the default row in saveColRowCell()
1286 else if (sheet->rowFormats()->isFiltered(i)) // never true for the default row in saveColRowCell()
1314 if (sheet->rowFormats()->isHidden(i)) // never true for the default row in saveColRowCell()
1316 else if (sheet->rowFormats()->isFiltered(i)) // never true for the default row in saveColRowCell()
[all …]
H A DSheetsOdfCell.cpp809 position += QPointF(0.0, cell->sheet()->rowFormats()->totalRowHeight(1, cell->row() - 1)); in loadObject()
853 …size += QSizeF(0.0, cell->sheet()->rowFormats()->totalRowHeight(cell->row(), endCell.firstRange().… in loadObject()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DHeaders.cpp128 double h = sheet->rowFormats()->rowHeight(row); in mousePress()
134 !(sheet->rowFormats()->isHiddenOrFiltered(row) && row == 1)) in mousePress()
143 if (sheet->rowFormats()->isHiddenOrFiltered(tmpRow) && tmpRow == 1) in mousePress()
250 if (sheet->rowFormats()->isHidden(i)) { in mouseRelease()
349 const qreal rowHeight = sheet->rowFormats()->rowHeight(row + 1); in mouseMove()
364 double h = sheet->rowFormats()->visibleHeight(tmpRow); in mouseMove()
369 !(sheet->rowFormats()->isHiddenOrFiltered(tmpRow) && tmpRow == 1)) { in mouseMove()
431 if (sheet->rowFormats()->isHiddenOrFiltered(y)) { in paint()
435 const qreal rawHeight = sheet->rowFormats()->rowHeight(y); in paint()
H A DPrintJob.cpp389 …repeatedHeight += sheet->rowFormats()->totalVisibleRowHeight(repeatedRows.first, repeatedRows.seco… in preparePage()
480 …repeatedHeight += sheet->rowFormats()->totalVisibleRowHeight(repeatedRows.first, repeatedRows.seco… in printPage()
H A DCanvasBase.cpp563 double height = sheet->rowFormats()->rowHeight(dragAnchor.y()); in dragMove()
614 const double height = sheet->rowFormats()->rowHeight(topLeft.y()); in drop()
/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DResize2Dialog.cpp62 rowHeight = m_selection->activeSheet()->rowFormats()->rowHeight(m_selection->lastRange().top()); in ResizeRow()
H A DShowColRowDialog.cpp100 if (m_selection->activeSheet()->rowFormats()->isHidden(row, &lastRow)) { in ShowColRow()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/import/
H A DExcelImport.cpp655 bool isHidden = os->rowFormats()->isHidden(row, &lastRow); in processSheetForFilters()
657 os->rowFormats()->setHidden(row, lastRow, false); in processSheetForFilters()
658 os->rowFormats()->setFiltered(row, lastRow, true); in processSheetForFilters()
831 os->rowFormats()->setRowHeight(rowIndex+1, rowIndex+1, is->defaultRowHeight()); in processRow()
836 os->rowFormats()->setRowHeight(rowIndex+1, rowIndex+1, row->height()); in processRow()
837 os->rowFormats()->setHidden(rowIndex+1, rowIndex+1, !row->visible()); in processRow()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/gnumeric/
H A Dgnumericexport.cc1265 for (int row = 1; row <= table->rowFormats()->lastNonDefaultRow(); ++row) { in convert()
1267 if (table->rowFormats()->isDefaultRow(row, &lastRow)) { in convert()
1274 rowinfo.setAttribute("Hidden", QString::number(table->rowFormats()->isHidden(row))); in convert()
1275 rowinfo.setAttribute("Unit", QString::number(table->rowFormats()->rowHeight(row))); in convert()

12