Lines Matching refs:nWidth

581         int nWidth = 3000;  in calculateFieldWidth()  local
584nWidth = (getPageWidth() - getLeftPageIndent() - getRightPageIndent() - _nLeftIndent) / _nFieldCou… in calculateFieldWidth()
586 return nWidth; in calculateFieldWidth()
1089 final int nWidth = getFromPageStyles(PropertyNames.PROPERTY_WIDTH, 0); in setPageOrientation() local
1095 if (nWidth < nHeight) in setPageOrientation()
1098 setToPageStyles(PropertyNames.PROPERTY_HEIGHT, new Integer(nWidth)); in setPageOrientation()
1104 if (nHeight < nWidth) in setPageOrientation()
1107 setToPageStyles(PropertyNames.PROPERTY_HEIGHT, new Integer(nWidth)); in setPageOrientation()
1346 final int nWidth = 3000; in insertPageHeader() local
1348 aRect = insertLabel(xSection, sTitleTitle, aRect, nWidth, aSOLabel); in insertPageHeader()
1357 aRect = insertLabel(xSection, sAuthorTitle, aRect, nWidth, aSOLabel); in insertPageHeader()
1364 aRect = insertLabel(xSection, sDateTitle, aRect, nWidth, aSOLabel); in insertPageHeader()
1518 int nWidth = 0; in getMaxLabelWidth() local
1523 nWidth = Math.max(nWidth, getLabelWidth(sLabel)); in getMaxLabelWidth()
1530 nWidth = Math.max(nWidth, getLabelWidth(sGroupName, aFD)); in getMaxLabelWidth()
1533 if (nWidth == 0) in getMaxLabelWidth()
1535 nWidth = 3000; in getMaxLabelWidth()
1539 nWidth += 500; in getMaxLabelWidth()
1541 return nWidth; in getMaxLabelWidth()
1570 int nWidth = 0; in getLabelWidth() local
1583 nWidth = aIntegerWidth.intValue(); in getLabelWidth()
1607 nWidth = aSize.Width; in getLabelWidth()
1609 m_aLabelWidthMap.put(sKey, new Integer(nWidth)); in getLabelWidth()
1616 return nWidth; in getLabelWidth()