Searched refs:BusCompanyLogo (Results 1 – 1 of 1) sorted by relevance
96 LetterDocument.BusinessPaperObject BusCompanyLogo = null; field in LetterWizardDialogImpl510 BusCompanyLogo.iHeight = (int) (numLogoHeight.getValue() * 1000); in numLogoHeightTextChanged()511 BusCompanyLogo.setFramePosition(); in numLogoHeightTextChanged()516 BusCompanyLogo.iWidth = (int) (numLogoWidth.getValue() * 1000); in numLogoWidthTextChanged()517 BusCompanyLogo.setFramePosition(); in numLogoWidthTextChanged()522 BusCompanyLogo.iXPos = (int) (numLogoX.getValue() * 1000); in numLogoXTextChanged()523 BusCompanyLogo.setFramePosition(); in numLogoXTextChanged()528 BusCompanyLogo.iYPos = (int) (numLogoY.getValue() * 1000); in numLogoYTextChanged()529 BusCompanyLogo.setFramePosition(); in numLogoYTextChanged()576 …BusCompanyLogo = myLetterDoc.new BusinessPaperObject("Company Logo", (int) (numLogoWidth.getValue(… in chkPaperCompanyLogoItemChanged()[all …]