Searched refs:txtFooter (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialogImpl.java | 502 faxDA.add(UnoDataAware.attachEditControl(cgl, "cp_Footer", txtFooter, null, true)); in initConfiguration() 755 …Doc.switchFooter("First Page", false, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 756 …chFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 760 …Footer("First Page", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 761 …chFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged()
|
H A D | FaxWizardDialog.java | 73 XTextComponent txtFooter; field in FaxWizardDialog 479 txtFooter = insertTextField("txtFooter", TXTFOOTER_TEXT_CHANGED, in buildStep4()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 813 …Doc.switchFooter("First Page", false, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 814 …chFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 818 …Footer("First Page", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 819 …chFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFooter.getText()); in chkUseFooterItemChanged() 1500 letterDA.add(UnoDataAware.attachEditControl(cgl, "cp_Footer", txtFooter, null, true)); in initConfiguration()
|
H A D | LetterWizardDialog.java | 104 XTextComponent txtFooter; field in LetterWizardDialog 776 txtFooter = insertTextField("txtFooter", TXTFOOTER_TEXT_CHANGED, in buildStep5()
|
Completed in 35 milliseconds