Home
last modified time | relevance | path

Searched refs:tableCounter (Results 1 – 6 of 6) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/packages/roe/
H A DSQL.st317 | tableCounter columnCounter columnMap |
362 tableCounter := tableCounter ifNil: [1] ifNotNil: [:foo | tableCounter + 1].
363 ^'t' , tableCounter printString
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataTableReader.cs23 private int tableCounter = -1; field in System.Data.DataTableReader
100 tableCounter = 0; in init()
103 currentDataTable = tables[tableCounter]; in init()
141 if ((tableCounter == tables.Length -1)) in NextResult()
144 currentDataTable = tables[++tableCounter]; in NextResult()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java157 private int tableCounter; field in SpreadsheetRawReportTarget
249 tableCounter++; in startOther()
362 final int span = getColumnSpanForCell(tableCounter, columnCounter, 1); in processElement()
444 final int span = getColumnSpanForCell(tableCounter, columnCounter, initialColumnSpan); in processElement()
507 currentRowBoundary.addTableIndex(tableCounter); in collectBoundaryForElement()
865 tableCounter = 0; in resetTableCounter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java157 private int tableCounter; field in SpreadsheetRawReportTarget
249 tableCounter++; in startOther()
362 final int span = getColumnSpanForCell(tableCounter, columnCounter, 1); in processElement()
444 final int span = getColumnSpanForCell(tableCounter, columnCounter, initialColumnSpan); in processElement()
507 currentRowBoundary.addTableIndex(tableCounter); in collectBoundaryForElement()
865 tableCounter = 0; in resetTableCounter()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGTable.h301 int colCounter, rowCounter, tableCounter; variable
H A DFGTable.cpp85 tableCounter = t.tableCounter; in FGTable()