Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java653 private void makeImpressDoc(String frameName, boolean withContent){ in makeImpressDoc() argument
656 if (withContent) fillImpressDocWithContent(xImpressDoc); in makeImpressDoc()
661 private void makeDrawDoc(String frameName, boolean withContent){ in makeDrawDoc() argument
664 if (withContent) fillDrawDocWithContent(xDrawDoc); in makeDrawDoc()
669 private void makeCalcDoc(String frameName, boolean withContent){ in makeCalcDoc() argument
672 if (withContent) fillCalcDocWithContent(xSpreadsheetDoc); in makeCalcDoc()
715 private void makeMathDoc(String frameName, boolean withContent){ in makeMathDoc() argument
718 if (withContent) fillMathDocWithContent(xMathDoc); in makeMathDoc()
878 private void makeWriterDoc(String frameName, boolean withContent){ in makeWriterDoc() argument
881 if (withContent) fillWriterDocWithContent(xTextDoc); in makeWriterDoc()

Completed in 15 milliseconds