Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java516 BusCompanyLogo.iWidth = (int) (numLogoWidth.getValue() * 1000); in numLogoWidthTextChanged()
568 if (numLogoWidth.getValue() == 0) in chkPaperCompanyLogoItemChanged()
570 numLogoWidth.setValue(0.1); in chkPaperCompanyLogoItemChanged()
576 …panyLogo = myLetterDoc.new BusinessPaperObject("Company Logo", (int) (numLogoWidth.getValue() * 10… in chkPaperCompanyLogoItemChanged()
1462 … businessDA.add(UnoDataAware.attachNumericControl(cgpl, "cp_Width", numLogoWidth, null, true)); in initConfiguration()
H A DLetterWizardDialog.java50 XNumericField numLogoWidth; field in LetterWizardDialog
305 numLogoWidth = insertNumericField("numLogoWidth", NUMLOGOWIDTH_TEXT_CHANGED, in buildStep2()

Completed in 44 milliseconds