Home
last modified time | relevance | path

Searched refs:getCell (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/document/
H A DExcelViewTests.java79 cell = getCell(sheet, 2, 3); in testExcel()
81 cell = getCell(sheet, 3, 4); in testExcel()
83 cell = getCell(sheet, 2, 4); in testExcel()
112 cell = getCell(sheet, 2, 3); in testExcelWithTemplateNoLoc()
114 cell = getCell(sheet, 3, 4); in testExcelWithTemplateNoLoc()
116 cell = getCell(sheet, 2, 4); in testExcelWithTemplateNoLoc()
146 cell = getCell(sheet, 2, 3); in testExcelWithTemplateAndCountryAndLanguage()
148 cell = getCell(sheet, 3, 4); in testExcelWithTemplateAndCountryAndLanguage()
150 cell = getCell(sheet, 2, 4); in testExcelWithTemplateAndCountryAndLanguage()
180 cell = getCell(sheet, 2, 3); in testExcelWithTemplateAndLanguage()
[all …]
/dports/games/kapman/kapman-21.12.3/src/
H A Dghost.cpp75 if (m_maze->getCell(curCellRow, curCellCol + 1).getType() == Cell::CORRIDOR || in updateMove()
76 (m_maze->getCell(curCellRow, curCellCol).getType() == Cell::GHOSTCAMP && in updateMove()
77 m_maze->getCell(curCellRow, curCellCol + 1).getType() == Cell::GHOSTCAMP)) { in updateMove()
82 if (m_maze->getCell(curCellRow + 1, curCellCol).getType() == Cell::CORRIDOR || in updateMove()
83 (m_maze->getCell(curCellRow, curCellCol).getType() == Cell::GHOSTCAMP && in updateMove()
84 m_maze->getCell(curCellRow + 1, curCellCol).getType() == Cell::GHOSTCAMP)) { in updateMove()
89 if (m_maze->getCell(curCellRow - 1, curCellCol).getType() == Cell::CORRIDOR || in updateMove()
90 (m_maze->getCell(curCellRow, curCellCol).getType() == Cell::GHOSTCAMP && in updateMove()
91 m_maze->getCell(curCellRow - 1, curCellCol).getType() == Cell::GHOSTCAMP)) { in updateMove()
96 if (m_maze->getCell(curCellRow, curCellCol - 1).getType() == Cell::CORRIDOR || in updateMove()
[all …]
H A Dcharacter.cpp127 if (m_maze->getCell(curCallerRow, i).getType() != Cell::CORRIDOR) { in isInLineSight()
137 if (m_maze->getCell(curCallerRow, i).getType() != Cell::CORRIDOR) { in isInLineSight()
150 if (m_maze->getCell(i, curCallerCol).getType() != Cell::CORRIDOR) { in isInLineSight()
160 if (m_maze->getCell(i, curCallerCol).getType() != Cell::CORRIDOR) { in isInLineSight()
181 nextCell = m_maze->getCell(curCellRow, curCellCol + 1); in getNextCell()
183 nextCell = m_maze->getCell(curCellRow, curCellCol - 1); in getNextCell()
185 nextCell = m_maze->getCell(curCellRow + 1, curCellCol); in getNextCell()
187 nextCell = m_maze->getCell(curCellRow - 1, curCellCol); in getNextCell()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Documentation/Examples/Calculations/DateTime/
H A DDATE.php74 echo '<td>' , $worksheet->getCell('A'.$row)->getFormattedValue() , '</td>';
75 echo '<td>' , $worksheet->getCell('B'.$row)->getFormattedValue() , '</td>';
76 echo '<td>' , $worksheet->getCell('C'.$row)->getFormattedValue() , '</td>';
77 echo '<td>' , $worksheet->getCell('D'.$row)->getValue() , '</td>';
78 echo '<td>' , $worksheet->getCell('D'.$row)->getFormattedValue() , '</td>';
79 echo '<td>' , $worksheet->getCell('E'.$row)->getFormattedValue() , '</td>';
H A DTIME.php72 echo '<td>' , $worksheet->getCell('A'.$row)->getFormattedValue() , '</td>';
73 echo '<td>' , $worksheet->getCell('B'.$row)->getFormattedValue() , '</td>';
74 echo '<td>' , $worksheet->getCell('C'.$row)->getFormattedValue() , '</td>';
75 echo '<td>' , $worksheet->getCell('D'.$row)->getValue() , '</td>';
76 echo '<td>' , $worksheet->getCell('D'.$row)->getFormattedValue() , '</td>';
77 echo '<td>' , $worksheet->getCell('E'.$row)->getFormattedValue() , '</td>';
H A DDATEVALUE.php69 echo '<td>' , $worksheet->getCell('A'.$row)->getFormattedValue() , '</td>';
70 echo '<td>' , $worksheet->getCell('B'.$row)->getValue() , '</td>';
71 echo '<td>' , $worksheet->getCell('B'.$row)->getFormattedValue() , '</td>';
72 echo '<td>' , $worksheet->getCell('C'.$row)->getFormattedValue() , '</td>';
H A DTIMEVALUE.php65 echo '<td>' , $worksheet->getCell('A'.$row)->getFormattedValue() , '</td>';
66 echo '<td>' , $worksheet->getCell('B'.$row)->getValue() , '</td>';
67 echo '<td>' , $worksheet->getCell('B'.$row)->getFormattedValue() , '</td>';
68 echo '<td>' , $worksheet->getCell('C'.$row)->getFormattedValue() , '</td>';
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DPrimaryGridUnit.java153 if (getCell() == null) { in getBeforeBorderWidth()
156 CommonBorderPaddingBackground cellBorders = getCell() in getBeforeBorderWidth()
198 if (getCell() == null) { in getAfterBorderWidth()
201 CommonBorderPaddingBackground cellBorders = getCell() in getAfterBorderWidth()
239 return getAfterBorderWidth(getCell().getNumberRowsSpanned() - 1, which); in getAfterBorderWidth()
304 if (getCell() == null) { in getStartEndBorderWidths()
306 } else if (getCell().getTable().isSeparateBorderModel()) { in getStartEndBorderWidths()
307 widths[0] = getCell().getCommonBorderPaddingBackground().getBorderStartWidth(false); in getStartEndBorderWidths()
308 widths[1] = getCell().getCommonBorderPaddingBackground().getBorderEndWidth(false); in getStartEndBorderWidths()
330 return (getCell().getNumberColumnsSpanned() > 1) in hasSpanning()
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Calculations/DateTime/
H A DDATE.php34 $helper->log('Year: ' . $worksheet->getCell('A' . $row)->getFormattedValue());
35 $helper->log('Month: ' . $worksheet->getCell('B' . $row)->getFormattedValue());
36 $helper->log('Day: ' . $worksheet->getCell('C' . $row)->getFormattedValue());
37 $helper->log('Formula: ' . $worksheet->getCell('D' . $row)->getValue());
38 $helper->log('Excel DateStamp: ' . $worksheet->getCell('D' . $row)->getFormattedValue());
39 $helper->log('Formatted DateStamp: ' . $worksheet->getCell('E' . $row)->getFormattedValue());
H A DTIME.php32 $helper->log('Hour: ' . $worksheet->getCell('A' . $row)->getFormattedValue());
33 $helper->log('Minute: ' . $worksheet->getCell('B' . $row)->getFormattedValue());
34 $helper->log('Second: ' . $worksheet->getCell('C' . $row)->getFormattedValue());
35 $helper->log('Formula: ' . $worksheet->getCell('D' . $row)->getValue());
36 $helper->log('Excel TimeStamp: ' . $worksheet->getCell('D' . $row)->getFormattedValue());
37 $helper->log('Formatted TimeStamp: ' . $worksheet->getCell('E' . $row)->getFormattedValue());
H A DTIMEVALUE.php30 $helper->log('Time String: ' . $worksheet->getCell('A' . $row)->getFormattedValue());
31 $helper->log('Formula: ' . $worksheet->getCell('B' . $row)->getValue());
32 $helper->log('Excel TimeStamp: ' . $worksheet->getCell('B' . $row)->getFormattedValue());
33 $helper->log('Formatted TimeStamp: ' . $worksheet->getCell('C' . $row)->getFormattedValue());
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dpathgrid.cpp104 world->getStore().get<ESM::Pathgrid>().search(*store->getCell()); in enableCellPathgrid()
108 Misc::CoordinateConverter(store->getCell()).toWorld(cellPathGridPos); in enableCellPathgrid()
119 if (store->getCell()->isExterior()) in enableCellPathgrid()
121 …mExteriorPathgridNodes[std::make_pair(store->getCell()->getGridX(), store->getCell()->getGridY())]… in enableCellPathgrid()
132 if (store->getCell()->isExterior()) in disableCellPathgrid()
135 …mExteriorPathgridNodes.find(std::make_pair(store->getCell()->getGridX(), store->getCell()->getGrid… in disableCellPathgrid()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Basic/
H A D03_Formulas.php31 $helper->log('Sum of Range #1 is ' . $spreadsheet->getActiveSheet()->getCell('B5')->getCalculatedVa…
38 $helper->log('Sum of Range #2 is ' . $spreadsheet->getActiveSheet()->getCell('C5')->getCalculatedVa…
44 $helper->log('Sum of both Ranges is ' . $spreadsheet->getActiveSheet()->getCell('B7')->getCalculate…
50 $helper->log('Minimum value in either Range is ' . $spreadsheet->getActiveSheet()->getCell('B8')->g…
56 $helper->log('Maximum value in either Range is ' . $spreadsheet->getActiveSheet()->getCell('B9')->g…
62 $helper->log('Average value of both Ranges is ' . $spreadsheet->getActiveSheet()->getCell('B10')->g…
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/dialogs/
H A DParallelBlockDialog.java267 Cell zell=cc.d.getCell(index); in automaticPar()
285 Cell zell=cc.d.getCell(index); in automaticPar()
355 cc.d.getCell(index).setMatrixBlock(cc.d.getCell(index).getNumber()+1); in automaticPar()
381 Cell zell=cc.d.getCell(index); in automaticPar()
392 Cell zell=cc.d.getCell(index); in automaticPar()
443 Cell zell=cc.d.getCell(index); in automaticPar()
454 Cell zell=cc.d.getCell(index); in automaticPar()
471 Cell zell=cc.d.getCell(index); in automaticPar()
489 Cell zell=cc.d.getCell(index); in automaticPar()
516 cc.d.getCell(index).setParallelBlock(1); in automaticPar()
[all …]
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/handler/
H A DmxConnectPreview.java78 (startState != null) ? startState.getCell() : null, in createCell()
80 ((mxICell) startState.getCell()).insertEdge(cell, true); in createCell()
140 mxICell cell = (mxICell) previewState.getCell(); in update()
143 new Object[] { previewState.getCell() }); in update()
152 ((mxICell) targetState.getCell()).insertEdge(cell, false); in update()
155 mxGeometry geo = graph.getCellGeometry(previewState.getCell()); in update()
194 new Object[] { previewState.getCell() }); in getDirtyRect()
235 state.getView().invalidate(state.getCell()); in revalidate()
236 state.getView().validateCellState(state.getCell()); in revalidate()
288 previewState.getCell()); in paintPreview()
[all …]
H A DmxEdgeHandler.java77 protected Object getCell(MouseEvent e)
81 Object cell = super.getCell(e);
164 state.getCell(), source, target); in validateConnection()
234 state.getCell(), source)) in getHandleFillColor()
433 state.getCell(), source)) in mousePressed()
435 state.getCell(), terminal, source))) in mousePressed()
495 .getCellGeometry(state.getCell()); in mouseDragged()
508 source = currentState.getCell(); in mouseDragged()
665 connect(state.getCell(), marker.getValidState().getCell(), in mouseReleased()
673 state.getCell(), in mouseReleased()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dnblistgrid_3body.cc51 getCell(iter->getPos()).beads1_.push_back(iter); in Generate()
56 getCell(iter->getPos()).beads2_.push_back(iter); in Generate()
61 getCell(iter->getPos()).beads3_.push_back(iter); in Generate()
66 cell_t &cell = getCell(iter->getPos()); in Generate()
89 getCell(bead->getPos()).beads1_.push_back(bead); in Generate()
94 getCell(bead->getPos()).beads2_.push_back(bead); in Generate()
104 cell_t &cell = getCell(bead->getPos()); in Generate()
121 getCell(iter->getPos()).beads1_.push_back(iter); in Generate()
132 cell_t &cell = getCell(bead->getPos()); in Generate()
196 cell_t &cell = getCell(a % box_Na_, b % box_Nb_, c % box_Nc_); in InitializeGrid()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dnblistgrid_3body.cc51 getCell(iter->getPos()).beads1_.push_back(iter); in Generate()
56 getCell(iter->getPos()).beads2_.push_back(iter); in Generate()
61 getCell(iter->getPos()).beads3_.push_back(iter); in Generate()
66 cell_t &cell = getCell(iter->getPos()); in Generate()
89 getCell(bead->getPos()).beads1_.push_back(bead); in Generate()
94 getCell(bead->getPos()).beads2_.push_back(bead); in Generate()
104 cell_t &cell = getCell(bead->getPos()); in Generate()
121 getCell(iter->getPos()).beads1_.push_back(iter); in Generate()
132 cell_t &cell = getCell(bead->getPos()); in Generate()
196 cell_t &cell = getCell(a % box_Na_, b % box_Nb_, c % box_Nc_); in InitializeGrid()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dskew.cpp78 ushort getCell(int x, int y) const { return cells[height * x + y]; } in getCell() function in Ms::RadonInfo
95 ushort cell = p->getCell(x+i, y); in radonProjection()
96 q->setCell(x+2*i, y, cell + p->getCell(x+i+step, y+i)); in radonProjection()
97 q->setCell(x+2*i+1, y, cell + p->getCell(x+i+step, y+i+1)); in radonProjection()
100 ushort cell = p->getCell(x+i, y); in radonProjection()
101 q->setCell(x+2*i, y, cell + p->getCell(x+i+step, y+i)); in radonProjection()
105 ushort cell = p->getCell(x+i, y); in radonProjection()
118 int delta = p->getCell(x, y) - p->getCell(x, y + 1); in radonProjection()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/componentcore/
H A Dlayoutingridlayout.cpp86 static int getCell(const QVector<int> &offsets, int offset) in getCell() function
344 int xCell = getCell(m_xTopOffsets, qmlItemNode.instancePosition().x()); in removeEmtpyRowsAndColumns()
345 int yCell = getCell(m_yTopOffsets, qmlItemNode.instancePosition().y()); in removeEmtpyRowsAndColumns()
376 int xCell = getCell(m_xTopOffsets, qmlItemNode.instancePosition().x()); in markUsedCells()
377 int yCell = getCell(m_yTopOffsets, qmlItemNode.instancePosition().y()); in markUsedCells()
436 int xCell = getCell(m_xTopOffsets, qmlItemNode.instancePosition().x()); in setSpanning()
437 int yCell = getCell(m_yTopOffsets, qmlItemNode.instancePosition().y()); in setSpanning()
511 int xCell1 = getCell(m_xTopOffsets, xPos1); in lessThan()
512 int yCell1 = getCell(m_yTopOffsets, yPos1); in lessThan()
514 int xCell2 = getCell(m_xTopOffsets, xPos2); in lessThan()
[all …]
/dports/devel/vitables/ViTables-3.0.2/vitables/vttables/
H A Dbuffer.py93 self.getCell = self.arrayCell
95 self.getCell = self.EArrayCell
98 self.getCell = self.vectorCell
101 self.getCell = self.scalarCell
104 self.getCell = self.vectorCell
107 self.getCell = self.arrayCell
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Examples/
H A D03formulas.php65 $objPHPExcel->getActiveSheet()->getCell('B5')->getCalculatedValue() , EOL;
73 $objPHPExcel->getActiveSheet()->getCell('C5')->getCalculatedValue() , EOL;
78 $objPHPExcel->getActiveSheet()->getCell('B7')->getCalculatedValue() , EOL;
83 $objPHPExcel->getActiveSheet()->getCell('B8')->getCalculatedValue() , EOL;
88 $objPHPExcel->getActiveSheet()->getCell('B9')->getCalculatedValue() , EOL;
93 $objPHPExcel->getActiveSheet()->getCell('B10')->getCalculatedValue() , EOL;
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/gui/components/karnaugh/
H A DKarnaughMapTest.java129 assertEquals(row, c.getCell(pos.getRow(), pos.getCol()).getBoolTableRow()); in testIndex()
144 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(r))); in testHeader4()
150 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(r))); in testHeader4()
156 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(c))); in testHeader4()
162 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(c))); in testHeader4()
175 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(r))); in testHeader3()
183 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(c))); in testHeader3()
189 assertTrue(cov.getCell(r, c).isVarInMinTerm(head.getVar(), head.getInvert(c))); in testHeader3()
225 KarnaughMap.Cell cell = map.getCell(r, c); in testKVLayout()
226 compareCells(cell, map.getCell(r, inc(c, map.getColumns())), vars); in testKVLayout()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dvcrcommand.cpp58 const TXshCell &cell = xsh->getCell(row, col); in execute()
63 if (xsh->getCell(row, col).isEmpty()) continue; in execute()
64 if (xsh->getCell(row, col) != cell) { in execute()
84 TXshCell cell = xsh->getCell(row, col); in execute()
89 if (xsh->getCell(row, col).isEmpty()) continue; in execute()
90 if (xsh->getCell(row, col) != cell) { in execute()
91 cell = xsh->getCell(row, col); in execute()
97 cell = xsh->getCell(row, col); in execute()
99 while (row > 0 && xsh->getCell(row - 1, col) == cell) --row; in execute()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Dcellextensions.cpp151 !MWMechanics::getPlayer().getCell()->getCell()->isExterior(); in execute()
171 const MWWorld::CellStore *cell = MWMechanics::getPlayer().getCell(); in execute()
194 MWWorld::CellStore *cell = MWMechanics::getPlayer().getCell(); in execute()
197 else if (cell->getCell()->hasWater()) in execute()
217 MWWorld::CellStore *cell = MWMechanics::getPlayer().getCell(); in execute()
219 if (cell->getCell()->isExterior()) in execute()
240 MWWorld::CellStore *cell = MWMechanics::getPlayer().getCell(); in execute()
242 if (cell->getCell()->isExterior()) in execute()

12345678910>>...48