Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java97 LetterDocument.BusinessPaperObject BusCompanyAddress = null; field in LetterWizardDialogImpl
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()
553 BusCompanyAddress.setFramePosition(); in numAddressHeightTextChanged()
638 if (BusCompanyAddress != null) in chkPaperCompanyAddressItemChanged()
640 BusCompanyAddress.removeFrame(); in chkPaperCompanyAddressItemChanged()
1053 if (BusCompanyAddress != null) in disableBusinessPaper()
[all …]

Completed in 15 milliseconds