Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java108 …XTextField xPageNumberField = UnoRuntime.queryInterface(XTextField.class, xMSFDoc.createInstance("… in switchFooter() local
109 … XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xPageNumberField); in switchFooter()
112 … xFooterText.insertTextContent(xFooterText.getEnd(), xPageNumberField, false); in switchFooter() local
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java113 …XTextField xPageNumberField = UnoRuntime.queryInterface(XTextField.class, xMSFDoc.createInstance("… in switchFooter() local
114 … XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xPageNumberField); in switchFooter()
117 … xFooterText.insertTextContent(xFooterText.getEnd(), xPageNumberField, false); in switchFooter() local

Completed in 21 milliseconds