Searched refs:rowHeight (Results 1 – 4 of 4) sorted by relevance
43 private int rowHeight = 255; field in RowStyle104 public RowStyle(String name, String family, String parent,int rowHeight, StyleCatalog sc) { in RowStyle() argument106 this.rowHeight=rowHeight; in RowStyle()115 return rowHeight; in getRowHeight()125 this.rowHeight = rowHeight; in setRowHeight()160 rowHeight = parseRowHeight(value); in handleAttribute()211 if ((rowHeight == 0) && (parentStyle.getRowHeight() != 0)) in getResolved()251 if(rowHeight!=tStyle.getRowHeight()) in isSubset()267 if(rowHeight!=0) { in writeAttributes()268 String height = TwipsConverter.twips2cm(rowHeight) + "cm"; in writeAttributes()
411 int rowHeight = rStyle.getRowHeight(); in traverseTableRow() local413 Debug.log(Debug.TRACE, "traverseTableRow() Row Height : " + rowHeight); in traverseTableRow()414 ColumnRowInfo ri = new ColumnRowInfo( rowHeight, in traverseTableRow()417 rowHeight!=0); in traverseTableRow()
245 sal_Int32 rowHeight = 0; in setProperty() local248 … rowHeight = pTable->PixelToLogic( Size( 0, pTable->GetTextHeight() + 3 ), MAP_APPFONT ).Height(); in setProperty()252 aValue >>= rowHeight; in setProperty()254 m_pTableModel->setRowHeight( rowHeight ); in setProperty()255 ENSURE_OR_BREAK( rowHeight > 0, "SVTXGridControl::setProperty: illegal row height!" ); in setProperty()
729 final CSSNumericValue rowHeight = computeRowHeight(rowStyle); in startRow() local731 sectionHeight.add(rowHeight); in startRow()
Completed in 29 milliseconds