Searched refs:nLastHeight (Results 1 – 5 of 5) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | InBlocksLabelsLeft.java | 97 int nLastHeight = 0; in insertDetailFields() local 106 nLastHeight = Math.max(aRectLabelFields.Height, nLastHeight); in insertDetailFields() 111 …belFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeight); in insertDetailFields() 112 nLastHeight = 0; in insertDetailFields() 118 …lds.Y += Math.max(aSOLabel.getHeight(LayoutConstants.EmptyLineHeight), nLastHeight); // one empty … in insertDetailFields()
|
H A D | InBlocksLabelsAbove.java | 126 int nLastHeight = 0; in insertDetailFields() local 135 nLastHeight = Math.max(nLastHeight, aRectFields.Height); in insertDetailFields() 139 …abelHeight) + Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeight)); in insertDetailFields() 140 nLastHeight = 0; in insertDetailFields() 150 …ectFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeight); in insertDetailFields()
|
/trunk/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 215 sal_uInt16 nLastHeight = 0; in Convert() local 255 if( (nLastHeight != nHeight) || (nScRow == 0) ) in Convert() 259 rDoc.SetRowHeightOnly( nFirstScRow, nScRow - 1, nScTab, nLastHeight ); in Convert() 262 nLastHeight = nHeight; in Convert() 268 rDoc.SetRowHeightOnly( nFirstScRow, mnLastScRow, nScTab, nLastHeight ); in Convert()
|
/trunk/main/sc/source/core/data/ |
H A D | table5.cxx | 271 SCROW nLastHeight = aIterHeights.getLastPos(); in UpdatePageBreaks() local 272 SCROW nLastCommon = ::std::min(nLastHidden, nLastHeight); in UpdatePageBreaks()
|
H A D | table2.cxx | 2958 SCROW nLastHeight = mpRowHeights->findLastNotOf(ScGlobal::nStdRowHeight); in GetLastChangedRow() local 2959 if (!ValidRow(nLastHeight)) in GetLastChangedRow() 2960 nLastHeight = 0; in GetLastChangedRow() 2962 return std::max( nLastFlags, nLastHeight); in GetLastChangedRow()
|
Completed in 43 milliseconds