Home
last modified time | relevance | path

Searched refs:setMaxColumn (Results 1 – 7 of 7) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dtable.cc48 void Table::setMaxColumn(int col) in setMaxColumn() function in Table
97 setMaxColumn(cell->getCol()); in analyze()
H A Dtable.h169 void setMaxColumn(int c);
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dsheet.h145 void setMaxColumn(unsigned column);
H A Dsheet.cpp262 void Sheet::setMaxColumn(unsigned column) in setMaxColumn() function in Sheet
H A Dworksheetsubstreamhandler.cpp357 d->sheet->setMaxColumn(record->lastColumn()); in handleDimension()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/
H A DColumnRangeFilter.java185 if (this.maxColumn != null) builder.setMaxColumn(ByteStringer.wrap(this.maxColumn)); in toByteArray()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DFilterProtos.java2662 setMaxColumn(other.getMaxColumn()); in mergeFrom()
2780 public Builder setMaxColumn(com.google.protobuf.ByteString value) { in setMaxColumn() method in FilterProtos.ColumnRangeFilter.Builder