Searched refs:sREUSE_OFFICE (Results 1 – 1 of 1) sorted by relevance
204 String sREUSE_OFFICE = (String)param.get( PropertyName.DOC_CONVERTER_REUSE_OFFICE); in GraphicalTestArguments() local205 if (sREUSE_OFFICE == null) in GraphicalTestArguments()207 sREUSE_OFFICE = "false"; in GraphicalTestArguments()209 if (sREUSE_OFFICE.toLowerCase().equals("yes") || in GraphicalTestArguments()210 sREUSE_OFFICE.toLowerCase().equals("true")) in GraphicalTestArguments()