Home
last modified time | relevance | path

Searched refs:sdFooterTextOnSlideInput (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java85 sdFooterTextOnSlideInput.setText("Footer Test"); in testCopySlideWithApplyFooter()
104 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithApplyFooter()
119 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithApplyFooter()
140 sdFooterTextOnSlideInput.setText("Footer Test"); in testCopySlideWithApplyToAllFooter()
161 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithApplyToAllFooter()
175 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithApplyToAllFooter()
197 sdFooterTextOnSlideInput.setText("Footer Test"); in testCopySlideWithNotesHeaderFooter()
212 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithNotesHeaderFooter()
228 assertEquals("Footer Test", sdFooterTextOnSlideInput.getText()); in testCopySlideWithNotesHeaderFooter()
248 sdFooterTextOnSlideInput.setText("Footer Test"); in testDuplicateSlideWithApplyToAllFooter()
[all …]
H A DDocumentWithHeaderFooter.java74 assertEquals("footer test", sdFooterTextOnSlideInput.getText()); in testOpenAOO34WithHeaderFooter()
109 assertEquals("yesy", sdFooterTextOnSlideInput.getText()); in testOpenPPTWithHeaderFooter()
/trunk/test/testgui/source/testlib/gui/
H A DUIMap.java257 …public static final VclEditBox sdFooterTextOnSlideInput = editbox("sd:Edit:RID_SD_TABPAGE_HEADERFO… field in UIMap