Lines Matching refs:getValue

510         BusCompanyLogo.iHeight = (int) (numLogoHeight.getValue() * 1000);  in numLogoHeightTextChanged()
516 BusCompanyLogo.iWidth = (int) (numLogoWidth.getValue() * 1000); in numLogoWidthTextChanged()
522 BusCompanyLogo.iXPos = (int) (numLogoX.getValue() * 1000); in numLogoXTextChanged()
528 BusCompanyLogo.iYPos = (int) (numLogoY.getValue() * 1000); in numLogoYTextChanged()
534 BusCompanyAddress.iWidth = (int) (numAddressWidth.getValue() * 1000); in numAddressWidthTextChanged()
540 BusCompanyAddress.iXPos = (int) (numAddressX.getValue() * 1000); in numAddressXTextChanged()
546 BusCompanyAddress.iYPos = (int) (numAddressY.getValue() * 1000); in numAddressYTextChanged()
552 BusCompanyAddress.iHeight = (int) (numAddressHeight.getValue() * 1000); in numAddressHeightTextChanged()
558 BusFooter.iHeight = (int) (numFooterHeight.getValue() * 1000); in numFooterHeightTextChanged()
568 if (numLogoWidth.getValue() == 0) in chkPaperCompanyLogoItemChanged()
572 if (numLogoHeight.getValue() == 0) in chkPaperCompanyLogoItemChanged()
576 …) (numLogoWidth.getValue() * 1000), (int) (numLogoHeight.getValue() * 1000), (int) (numLogoX.getVa… in chkPaperCompanyLogoItemChanged()
610 if (numAddressWidth.getValue() == 0) in chkPaperCompanyAddressItemChanged()
614 if (numAddressHeight.getValue() == 0) in chkPaperCompanyAddressItemChanged()
618 …dressWidth.getValue() * 1000), (int) (numAddressHeight.getValue() * 1000), (int) (numAddressX.getV… in chkPaperCompanyAddressItemChanged()
727 if (numFooterHeight.getValue() == 0) in chkPaperFooterItemChanged()
731 …ize.Width, (int) (numFooterHeight.getValue() * 1000), 0, (int) (myLetterDoc.DocSize.Height - (numF… in chkPaperFooterItemChanged()