Searched refs:chkFooterPageNumbers (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialogImpl.java | 504 …faxDA.add(UnoDataAware.attachCheckBox(cgl, "cp_FooterPageNumbers", chkFooterPageNumbers, null, tru… in initConfiguration() 755 …myFaxDoc.switchFooter("First Page", false, (chkFooterPageNumbers.getState() != 0), txtFooter.getTe… in chkUseFooterItemChanged() 756 …myFaxDoc.switchFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFoot… in chkUseFooterItemChanged() 760 …myFaxDoc.switchFooter("First Page", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFo… in chkUseFooterItemChanged() 761 …myFaxDoc.switchFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtFoot… in chkUseFooterItemChanged()
|
H A D | FaxWizardDialog.java | 75 XCheckBox chkFooterPageNumbers; field in FaxWizardDialog 497 … chkFooterPageNumbers = insertCheckBox("chkFooterPageNumbers", CHKFOOTERPAGENUMBERS_ITEM_CHANGED, in buildStep4()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 813 …myLetterDoc.switchFooter("First Page", false, (chkFooterPageNumbers.getState() != 0), txtFooter.ge… in chkUseFooterItemChanged() 814 …myLetterDoc.switchFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtF… in chkUseFooterItemChanged() 818 …myLetterDoc.switchFooter("First Page", bFooterPossible, (chkFooterPageNumbers.getState() != 0), tx… in chkUseFooterItemChanged() 819 …myLetterDoc.switchFooter("Standard", bFooterPossible, (chkFooterPageNumbers.getState() != 0), txtF… in chkUseFooterItemChanged() 1502 …erDA.add(UnoDataAware.attachCheckBox(cgl, "cp_FooterPageNumbers", chkFooterPageNumbers, null, true… in initConfiguration()
|
H A D | LetterWizardDialog.java | 106 XCheckBox chkFooterPageNumbers; field in LetterWizardDialog 794 … chkFooterPageNumbers = insertCheckBox("chkFooterPageNumbers", CHKFOOTERPAGENUMBERS_ITEM_CHANGED, in buildStep5()
|
Completed in 51 milliseconds