Home
last modified time | relevance | path

Searched defs:rowHeight (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/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()
82 public int getRightOffset(int rowHeight) { in getRightOffset()
86 int rowHeight = locator.heights.get(locator.rowCounter)[0]; in isInverted() local
89 private boolean isInverted(int rowHeight) { in isInverted()
105 int rowHeight = locator.heights.get(locator.rowCounter)[0]; in isSelectedRow() local
108 public boolean isSelectedRow(int y, int rowHeight) { in isSelectedRow()
117 int rowHeight = locator.heights.get(locator.rowCounter)[0]; in isFirstSelectionRow() local
121 public boolean isFirstSelectionRow(int y, int rowHeight) { in isFirstSelectionRow()
130 int rowHeight = locator.heights.get(locator.rowCounter)[0]; in isLastSelectionRow() local
134 public boolean isLastSelectionRow(int y, int rowHeight) { in isLastSelectionRow()
/dports/audio/tiatracker/tiatracker-1.3/
H A Dtimeline.cpp73 double rowHeight = (height() - 2*channelMargin)/double(maxLength); in calcRowHeight() local
83 double rowHeight = calcRowHeight(); in paintEvent() local
117 double rowHeight = calcRowHeight(); in mousePressEvent() local
133 double rowHeight = calcRowHeight(); in contextMenuEvent() local
150 double rowHeight = calcRowHeight(); in event() local
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Dashboard/
H A DPipelineGrid.elm85 rowHeight = function
227 rowHeight = function
371 rowHeight = function
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Dashboard/
H A DPipelineGrid.elm85 rowHeight = function
227 rowHeight = function
371 rowHeight = function
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/
H A Dtypes.ts11 rowHeight: number; property
40 rowHeight: 0.9, constant
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_dyngrid_layout.cpp360 QVector<int> rowHeight( numRows ); in layoutItems() local
418 QVector<int>& rowHeight, QVector<int>& colWidth ) const in layoutGrid()
463 QVector<int> rowHeight( numRows ); in heightForWidth() local
488 uint numColumns, QVector<int>& rowHeight, QVector<int>& colWidth ) const in stretchGrid()
557 QVector<int> rowHeight( numRows ); in sizeHint() local
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_dyngrid_layout.cpp360 QVector<int> rowHeight( numRows ); in layoutItems() local
418 QVector<int>& rowHeight, QVector<int>& colWidth ) const in layoutGrid()
463 QVector<int> rowHeight( numRows ); in heightForWidth() local
488 uint numColumns, QVector<int>& rowHeight, QVector<int>& colWidth ) const in stretchGrid()
557 QVector<int> rowHeight( numRows ); in sizeHint() local
/dports/www/firefox-esr/firefox-91.8.0/python/mozrelease/mozrelease/
H A Dutil.py1 # -*- coding: utf-8 -*-
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6 from __future__ import absolute_import, print_function, unicode_literals
7
8 from yaml.loader import SafeLoader
9
10
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dtablerowheightsdialog.cpp25 double TableRowHeightsDialog::rowHeight() const in rowHeight() function in TableRowHeightsDialog
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DVGroup.as428 public function get rowHeight():Number property in spark.components.VGroup
436 public function set rowHeight(value:Number):void property in spark.components.VGroup
H A DTileGroup.as519 public function get rowHeight():int property in spark.components.TileGroup
527 public function set rowHeight(value:int):void property in spark.components.TileGroup
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/common/xp/
H A DOXML_Element_Table.h85 std::vector<std::string> rowHeight; variable
/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DResize2Dialog.h49 double rowHeight; variable
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/hooks/
H A DuseVizHeight.ts12 const rowHeight = theme.spacing.gridSize * 5; constant
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_dyngrid_layout.cpp477 QwtArray<int> rowHeight(numRows); in layoutItems() local
541 QwtArray<int>& rowHeight, QwtArray<int>& colWidth) const in layoutGrid()
587 QwtArray<int> rowHeight(numRows); in heightForWidth() local
607 uint numCols, QwtArray<int>& rowHeight, QwtArray<int>& colWidth) const in stretchGrid()
677 QwtArray<int> rowHeight(numRows); in sizeHint() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/helpers/
H A DRowHeightController.cpp103 const int rowHeight = getRowHeightByViewRowIndex(viewRowIndex); in getViewRowIndexByGlobalYPosition() local
119 int rowHeight = getRowHeightByMaIndex(maRowIndex); in getGlobalYRegionByMaRowIndex() local
125 int rowHeight = getRowHeightByMaIndex(maRowIndex); in getGlobalYRegionByMaRowIndex() local
/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()
/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()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/status-history/
H A Dtypes.ts8 rowHeight: number; property
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dgridcanvas.cpp52 const qreal rowHeight = qreal(h) / m_rows; in paintEvent() local
139 const qreal rowHeight = qreal(height()) / m_rows; in mousePressEvent() local
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/tree/
H A DAbstractLayoutCache.h84 jint rowHeight; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/tree/
H A DAbstractLayoutCache.h84 jint rowHeight; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/tree/
H A DAbstractLayoutCache.h84 jint rowHeight; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/swing/tree/
H A DAbstractLayoutCache.h84 jint rowHeight; variable
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailsstored.h52 static const int rowHeight = 15; variable

12345678910>>...28