Home
last modified time | relevance | path

Searched refs:iHeight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java240 public int iHeight; field in LetterDocument.BusinessPaperObject
250 iHeight = Height; in BusinessPaperObject()
301 Helper.setUnoPropertyValue(xFrame, PropertyNames.PROPERTY_HEIGHT, new Integer(iHeight)); in setFramePosition()
H A DLetterWizardDialogImpl.java510 BusCompanyLogo.iHeight = (int) (numLogoHeight.getValue() * 1000); in numLogoHeightTextChanged()
552 BusCompanyAddress.iHeight = (int) (numAddressHeight.getValue() * 1000); in numAddressHeightTextChanged()
558 BusFooter.iHeight = (int) (numFooterHeight.getValue() * 1000); in numFooterHeightTextChanged()
559 BusFooter.iYPos = myLetterDoc.DocSize.Height - BusFooter.iHeight; in numFooterHeightTextChanged()

Completed in 28 milliseconds