Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/convwatch/
H A DGraphicalTestArguments.java206 String sREUSE_OFFICE = (String)param.get( PropertyName.DOC_CONVERTER_REUSE_OFFICE); in GraphicalTestArguments() local
207 if (sREUSE_OFFICE == null) in GraphicalTestArguments()
209 sREUSE_OFFICE = "false"; in GraphicalTestArguments()
211 if (sREUSE_OFFICE.toLowerCase().equals("yes") || in GraphicalTestArguments()
212 sREUSE_OFFICE.toLowerCase().equals("true")) in GraphicalTestArguments()

Completed in 21 milliseconds