Searched refs:sREUSE_OFFICE (Results 1 – 1 of 1) sorted by relevance
206 String sREUSE_OFFICE = (String)param.get( PropertyName.DOC_CONVERTER_REUSE_OFFICE); in GraphicalTestArguments() local207 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 10 milliseconds