Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/graphical/
H A DParameterHelper.java367 public String getOnlyPages() in getOnlyPages() method in ParameterHelper
384 (getOnlyPages().length() != 0)) in printAllPages()
H A DOpenOfficePostscriptCreator.java626 if (_aGTA.getOnlyPages().length() != 0) in impl_printToFileWithOOo()
632 sPages += String.valueOf(_aGTA.getOnlyPages()); in impl_printToFileWithOOo()
/AOO42X/main/qadevOOo/runner/convwatch/
H A DGraphicalTestArguments.java430 public String getOnlyPages() in getOnlyPages() method in GraphicalTestArguments
445 (getOnlyPages().length() != 0)) in printAllPages()
H A DOfficePrint.java656 if (_aGTA.getOnlyPages().length() != 0) in impl_printToFileWithOOo()
662 sPages += String.valueOf(_aGTA.getOnlyPages()); in impl_printToFileWithOOo()
H A DConvWatch.java206 if (_aGTA.getOnlyPages().length() != 0) in createPostscriptStartCheck()