Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java97 LetterDocument.BusinessPaperObject BusCompanyAddress = null; field in LetterWizardDialogImpl
534 BusCompanyAddress.iWidth = (int) (numAddressWidth.getValue() * 1000); in numAddressWidthTextChanged()
535 BusCompanyAddress.setFramePosition(); in numAddressWidthTextChanged()
540 BusCompanyAddress.iXPos = (int) (numAddressX.getValue() * 1000); in numAddressXTextChanged()
541 BusCompanyAddress.setFramePosition(); in numAddressXTextChanged()
546 BusCompanyAddress.iYPos = (int) (numAddressY.getValue() * 1000); in numAddressYTextChanged()
547 BusCompanyAddress.setFramePosition(); in numAddressYTextChanged()
552 BusCompanyAddress.iHeight = (int) (numAddressHeight.getValue() * 1000); in numAddressHeightTextChanged()
553 BusCompanyAddress.setFramePosition(); in numAddressHeightTextChanged()
618BusCompanyAddress = myLetterDoc.new BusinessPaperObject("Company Address", (int) (numAddressWidth.… in chkPaperCompanyAddressItemChanged()
[all …]