Searched refs:maxRows (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 80 final Integer maxRows; field in SDBCReportDataFactory.RowSetProperties 84 …rocessing, final int commandType, final String command, final String filter, final Integer maxRows) in RowSetProperties() argument 90 this.maxRows = maxRows; in RowSetProperties() 112 …if (this.maxRows != other.maxRows && (this.maxRows == null || !this.maxRows.equals(other.maxRows))) in equals() 132 hash = 59 * hash + (this.maxRows != null ? this.maxRows.hashCode() : 0); in hashCode() 204 final Integer maxRows = (Integer) parameters.get("MaxRows"); in queryData() local 205 …erties rowSetProps = new RowSetProperties(escapeProcessing, commandType, command, filter, maxRows); in queryData() 214 rowSetCreated = rowSetCreated && (maxRows == null || maxRows == 0); in queryData() 410 if (rowSetProps.maxRows != null) in createRowSet() 412 rowSetProp.setPropertyValue("MaxRows", rowSetProps.maxRows); in createRowSet()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OleProducer.java | 57 private final Integer maxRows; field in OleProducer 60 … final ImageService imageService, final DataSourceFactory dataSourceFactory, final Integer maxRows) in OleProducer() argument 76 this.maxRows = maxRows; in OleProducer() 106 procParms.setProperty(ReportEngineParameterNames.MAXROWS, maxRows); in produceOle()
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | PocketExcelDecoder.java | 52 private int maxRows = 0; field in PocketExcelDecoder 184 maxRows = Math.max(maxRows, cell.getRow()); in setWorksheet() 188 Debug.log(Debug.TRACE,"Max Cols : " + maxCols + " MaxRows : " + maxRows); in setWorksheet() 256 return maxRows; in getNumberOfRows()
|
/aoo41x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcDecoder.java | 75 private int maxRows = 0; field in MinicalcDecoder 219 maxRows = 0; in setWorksheet() 223 maxRows = Math.max(maxRows, cell.getRowNumber()); in setWorksheet() 318 return maxRows; in getNumberOfRows()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOReportJobFactory.java | 245 Integer maxRows = null; in createReportJob() local 276 maxRows = (Integer) aProps.Value; in createReportJob() 335 procParms.setProperty(ReportEngineParameterNames.MAXROWS, maxRows); in createReportJob()
|
H A D | PentahoReportJob.java | 148 Integer maxRows=(Integer) jobProperties.getProperty(ReportEngineParameterNames.MAXROWS); in PentahoReportJob() local
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.h | 111 STDMETHOD(get_selectedRows)(long maxRows, long **rows, long * nRows);
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 4086 @param [in] maxRows 4099 [in] long maxRows, 4100 [out, size_is(,maxRows), length_is(,*nRows)] long **rows,
|
Completed in 77 milliseconds