Home
last modified time | relevance | path

Searched refs:rowHeight (Results 1 – 25 of 1462) sorted by relevance

12345678910>>...59

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/lib/controls/
H A Dclistcontrol_test.cpp52 constexpr auto rowHeight = 20;
72 constexpr auto rowHeight = 20;
75 CPoint where (0, rowHeight);
79 where (0, rowHeight * 3);
86 constexpr auto rowHeight = 20;
96 where (10, 5 + rowHeight);
107 constexpr auto rowHeight = 20;
114 EXPECT (*rr == CRect (0, rowHeight, 100, rowHeight * 2.));
119 constexpr auto rowHeight = 20;
131 constexpr auto rowHeight = 20;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/reports/
H A DDay.php55 …s->leftMargin, $bottom+$this->headerHeight-(3*$this->rowHeight), $this->leftCol, 3*$this->rowHeigh…
98 $this->Cell($this->leftCol-$left, $this->rowHeight*2, '', 1, 1);
109 $this->Cell($this->leftCol-$left, $this->rowHeight, '', 1, 1);
111 $this->Cell($left, $this->rowHeight, '', 1, 0, '', true);
112 $this->Cell($this->leftCol-$left, $this->rowHeight, '', 1, 1);
113 $this->Cell($left, $this->rowHeight, '', 1, 0, '', true);
114 $this->Cell($this->leftCol-$left, $this->rowHeight, '', 1, 1);
115 $this->Cell($left, $this->rowHeight, '', 1, 0, '', true);
116 $this->Cell($this->leftCol-$left, $this->rowHeight, '', 1, 1);
185 $y = $this->headerHeight+14.5*$this->rowHeight+2;
[all …]
H A DWeek.php57 …$this->Rect($this->leftMargin, 41, $this->timeCol, $bottom-(3*$this->rowHeight),'D', $this->thickB…
58 …>leftMargin+$this->timeCol, 41, $page-$this->timeCol, $bottom-(3*$this->rowHeight),'D', $this->thi…
59 …($this->leftMargin, $bottom+$this->headerHeight-(3*$this->rowHeight), $page, 3*$this->rowHeight,'D…
92 $this->Cell($left, ($this->rowHeight*3)-$minus, '', 1, 0, '', true);
96 $this->Cell($width, $this->rowHeight-$minus, date('d',$this->day+3600*24*$w), 1, 0);
99 …$this->Cell($width, $this->rowHeight-$minus, $this->days_long[date('N',$this->day+3600*24*$w)-1], …
102 $this->Cell($width, ($this->rowHeight*3)-$minus, '', 1, 0);
115 $this->Cell($width, $this->rowHeight, '', 1, 0);
123 $this->Cell($left, $this->rowHeight, '', 1, 0, '', true);
125 $this->Cell($width, $this->rowHeight, '', 1, 0);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DSelectionData.java76 public int getLeftOffset(int rowHeight) { in getLeftOffset() argument
77 return isInverted(rowHeight) ? stop.x:start.x; in getLeftOffset()
82 public int getRightOffset(int rowHeight) { in getRightOffset() argument
83 return isInverted(rowHeight) ? start.x:stop.x; in getRightOffset()
87 return isInverted(rowHeight); in isInverted()
89 private boolean isInverted(int rowHeight) { in isInverted() argument
91 if (Math.abs(deltaY) > rowHeight) { in isInverted()
106 return isSelectedRow(locator.y, rowHeight); in isSelectedRow()
111 return (y + rowHeight >= getTopOffset() && in isSelectedRow()
124 return (y + rowHeight >= getTopOffset() && in isFirstSelectionRow()
[all …]
H A DBreakSegment.java32 if (locator.rowHeight==0) { in advanceLocator()
34 locator.rowHeight = fm.getHeight(); in advanceLocator()
39 locator.y += locator.rowHeight; in advanceLocator()
40 locator.rowHeight = 0; in advanceLocator()
64 if (locator.rowHeight==0) { in layout()
66 locator.rowHeight = fm.getHeight(); in layout()
68 locator.y += locator.rowHeight; in layout()
69 locator.rowHeight = 0; in layout()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Shared/
H A DFont.php603 $rowHeight = 12;
613 $rowHeight = 9;
619 $rowHeight = 8.25;
624 $rowHeight = 6.75;
629 $rowHeight = 6;
635 $rowHeight = 5.25;
650 $rowHeight = 15;
660 $rowHeight = 12;
670 $rowHeight = 9;
738 $rowHeight = 6;
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/
H A DFont.php615 $rowHeight = 12;
625 $rowHeight = 9;
631 $rowHeight = 8.25;
636 $rowHeight = 6.75;
641 $rowHeight = 6;
647 $rowHeight = 5.25;
661 $rowHeight = 15;
671 $rowHeight = 12;
681 $rowHeight = 9;
748 $rowHeight = 6;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php603 $rowHeight = 12;
613 $rowHeight = 9;
619 $rowHeight = 8.25;
624 $rowHeight = 6.75;
629 $rowHeight = 6;
635 $rowHeight = 5.25;
650 $rowHeight = 15;
660 $rowHeight = 12;
670 $rowHeight = 9;
738 $rowHeight = 6;
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php598 $rowHeight = 12;
608 $rowHeight = 9;
614 $rowHeight = 8.25;
619 $rowHeight = 6.75;
624 $rowHeight = 6;
630 $rowHeight = 5.25;
645 $rowHeight = 15;
655 $rowHeight = 12;
665 $rowHeight = 9;
733 $rowHeight = 6;
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php601 $rowHeight = 12;
611 $rowHeight = 9;
617 $rowHeight = 8.25;
622 $rowHeight = 6.75;
627 $rowHeight = 6;
633 $rowHeight = 5.25;
648 $rowHeight = 15;
658 $rowHeight = 12;
668 $rowHeight = 9;
736 $rowHeight = 6;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFont.php609 $rowHeight = 12;
617 $rowHeight = 9;
622 $rowHeight = 8.25;
626 $rowHeight = 6.75;
630 $rowHeight = 6;
635 $rowHeight = 5.25;
648 $rowHeight = 15;
656 $rowHeight = 12;
664 $rowHeight = 9;
720 $rowHeight = 6;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php602 $rowHeight = 12;
612 $rowHeight = 9;
618 $rowHeight = 8.25;
623 $rowHeight = 6.75;
628 $rowHeight = 6;
634 $rowHeight = 5.25;
649 $rowHeight = 15;
659 $rowHeight = 12;
669 $rowHeight = 9;
737 $rowHeight = 6;
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFont.php609 $rowHeight = 12;
617 $rowHeight = 9;
622 $rowHeight = 8.25;
626 $rowHeight = 6.75;
630 $rowHeight = 6;
635 $rowHeight = 5.25;
648 $rowHeight = 15;
656 $rowHeight = 12;
664 $rowHeight = 9;
720 $rowHeight = 6;
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php601 $rowHeight = 12;
611 $rowHeight = 9;
617 $rowHeight = 8.25;
622 $rowHeight = 6.75;
627 $rowHeight = 6;
633 $rowHeight = 5.25;
648 $rowHeight = 15;
658 $rowHeight = 12;
668 $rowHeight = 9;
736 $rowHeight = 6;
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php602 $rowHeight = 12;
612 $rowHeight = 9;
618 $rowHeight = 8.25;
623 $rowHeight = 6.75;
628 $rowHeight = 6;
634 $rowHeight = 5.25;
649 $rowHeight = 15;
659 $rowHeight = 12;
669 $rowHeight = 9;
737 $rowHeight = 6;
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFont.php601 $rowHeight = 12;
611 $rowHeight = 9;
617 $rowHeight = 8.25;
622 $rowHeight = 6.75;
627 $rowHeight = 6;
633 $rowHeight = 5.25;
648 $rowHeight = 15;
658 $rowHeight = 12;
668 $rowHeight = 9;
736 $rowHeight = 6;
[all …]
/dports/audio/tiatracker/tiatracker-1.3/
H A Dtimeline.cpp73 double rowHeight = (height() - 2*channelMargin)/double(maxLength); in calcRowHeight() local
75 return rowHeight; in calcRowHeight()
83 double rowHeight = calcRowHeight(); in paintEvent() local
106 …painter.fillRect(0, channelMargin + editPos*rowHeight + rowHeight/2, width(), 2, MainWindow::blue); in paintEvent()
108 …painter.fillRect(0, channelMargin + playerPos[0]*rowHeight + rowHeight/2, width()/2, 2, MainWindow… in paintEvent()
109 …painter.fillRect(width()/2, channelMargin + playerPos[1]*rowHeight + rowHeight/2, width()/2, 2, Ma… in paintEvent()
117 double rowHeight = calcRowHeight(); in mousePressEvent() local
118 int newEditPos = int((event->y() - channelMargin)/rowHeight + 0.5); in mousePressEvent()
133 double rowHeight = calcRowHeight(); in contextMenuEvent() local
134 int row = int((event->y() - channelMargin)/rowHeight + 0.5); in contextMenuEvent()
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/layout/
H A DLCBLayout.java69 private int[] rowHeight; field in LCBLayout
90 this.rowHeight = new int[maxrows]; in LCBLayout()
114 if (this.rowHeight[r] < d.height) { in preferredLayoutSize()
115 this.rowHeight[r] = d.height; in preferredLayoutSize()
121 totalHeight = totalHeight + this.rowHeight[r]; in preferredLayoutSize()
155 if (this.rowHeight[r] < d.height) { in minimumLayoutSize()
156 this.rowHeight[r] = d.height; in minimumLayoutSize()
162 totalHeight = totalHeight + this.rowHeight[r]; in minimumLayoutSize()
194 if (this.rowHeight[r] < d.height) { in layoutContainer()
195 this.rowHeight[r] = d.height; in layoutContainer()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java36 private int rowHeight = 255; field in RowStyle
97 public RowStyle(String name, String family, String parent,int rowHeight, StyleCatalog sc) { in RowStyle() argument
99 this.rowHeight=rowHeight; in RowStyle()
108 return rowHeight; in getRowHeight()
117 this.rowHeight = RowHeight; in setRowHeight()
140 rowHeight = parseRowHeight(value); in handleAttribute()
190 if ((rowHeight == 0) && (parentStyle.getRowHeight() != 0)) in getResolved()
228 return rowHeight == tStyle.getRowHeight(); in isSubset()
239 if(rowHeight!=0) { in writeAttributes()
240 String height = TwipsConverter.twips2cm(rowHeight) + "cm"; in writeAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java36 private int rowHeight = 255; field in RowStyle
97 public RowStyle(String name, String family, String parent,int rowHeight, StyleCatalog sc) { in RowStyle() argument
99 this.rowHeight=rowHeight; in RowStyle()
108 return rowHeight; in getRowHeight()
117 this.rowHeight = RowHeight; in setRowHeight()
140 rowHeight = parseRowHeight(value); in handleAttribute()
190 if ((rowHeight == 0) && (parentStyle.getRowHeight() != 0)) in getResolved()
228 return rowHeight == tStyle.getRowHeight(); in isSubset()
239 if(rowHeight!=0) { in writeAttributes()
240 String height = TwipsConverter.twips2cm(rowHeight) + "cm"; in writeAttributes()
/dports/devel/p5-Module-Dependency/Module-Dependency-1.86/lib/Module/Dependency/
H A DGrapher.pm6 @numElements $colWidth $rowHeight
109 $rowHeight = 8 * $rowHeight * 1.5 / $maxitems;
112 $rowHeight = 16 * $rowHeight / $maxitems;
161 $rowHeight = 8 * $rowHeight * 1.5 / $maxitems;
164 $rowHeight = 16 * $rowHeight / $maxitems;
229 $rowHeight = 8 * $rowHeight * 1.5 / $maxitems;
232 $rowHeight = 16 * $rowHeight / $maxitems;
319 $rowHeight = 8 * $rowHeight * 1.5 / $maxitems;
322 $rowHeight = 16 * $rowHeight / $maxitems;
681 $rowHeight = 12;
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailsstored.cpp36 …if (std::size_t (size.y()) < maxRows * rowHeight) resize (cPosition (getSize().x(), maxRows * rowH… in cUnitDetailsStored()
40 … (getPosition() + cPosition (3, 2 + rowHeight * i), getPosition() + cPosition (3 + 30, 2 + rowHeig… in cUnitDetailsStored()
41 …(getPosition() + cPosition (35, 2 + rowHeight * i), getPosition() + cPosition (35 + 30, 2 + rowHei… in cUnitDetailsStored()
118 …cUnitDetailsHud::drawSmallSymbols (surface.get(), rowHeight, symbolType, cPosition (65, 4 + rowHei… in drawRow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkScan_DAAPath.cpp76 SkASSERT(rowHeight <= SK_Fixed1 && rowHeight >= 0); in add_coverage_delta_segment()
90 deltas->addDelta(L, y, rowHeight * sign); in add_coverage_delta_segment()
97 alpha = getPartialAlpha(alpha, rowHeight); in add_coverage_delta_segment()
100 deltas->addDelta(L + 1, y, (rowHeight - alpha) * sign); in add_coverage_delta_segment()
111 deltas->addDelta(L + 2, y, (rowHeight - alpha2) * sign); in add_coverage_delta_segment()
135 deltas->addDelta(R, y, (rowHeight - lastAlpha) * sign); in add_coverage_delta_segment()
266 SkFixed rowHeight = currE->fLowerY - currE->fUpperY; in gen_alpha_deltas() local
277 if (rowHeight != SK_Fixed1) { // it's a partial row in gen_alpha_deltas()
278 nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight); in gen_alpha_deltas()
309 rowHeight = currE->fLowerY - SkIntToFixed(iy); in gen_alpha_deltas()
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_dyngrid_layout.cpp360 QVector<int> rowHeight( numRows ); in layoutItems() local
363 layoutGrid( numColumns, rowHeight, colWidth ); in layoutItems()
400 colWidth[col], rowHeight[row] ); in layoutItems()
433 rowHeight[row] = ( col == 0 ) in layoutGrid()
463 QVector<int> rowHeight( numRows ); in heightForWidth() local
466 layoutGrid( numColumns, rowHeight, colWidth ); in heightForWidth()
470 h += rowHeight[row]; in heightForWidth()
522 yDelta -= rowHeight[row]; in stretchGrid()
529 rowHeight[row] += space; in stretchGrid()
557 QVector<int> rowHeight( numRows ); in sizeHint() local
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_dyngrid_layout.cpp360 QVector<int> rowHeight( numRows ); in layoutItems() local
363 layoutGrid( numColumns, rowHeight, colWidth ); in layoutItems()
400 colWidth[col], rowHeight[row] ); in layoutItems()
433 rowHeight[row] = ( col == 0 ) in layoutGrid()
463 QVector<int> rowHeight( numRows ); in heightForWidth() local
466 layoutGrid( numColumns, rowHeight, colWidth ); in heightForWidth()
470 h += rowHeight[row]; in heightForWidth()
522 yDelta -= rowHeight[row]; in stretchGrid()
529 rowHeight[row] += space; in stretchGrid()
557 QVector<int> rowHeight( numRows ); in sizeHint() local
[all …]

12345678910>>...59