Searched refs:sOfficeViewable (Results 1 – 2 of 2) sorted by relevance
284 String sOfficeViewable = (String)m_aCurrentParams.get(PropertyName.OFFICE_VIEWABLE); in isHidden() local285 if (sOfficeViewable != null) in isHidden()287 if (sOfficeViewable.toLowerCase().equals("yes") || in isHidden()288 sOfficeViewable.toLowerCase().equals("true")) in isHidden()
278 String sOfficeViewable = (String)param.get(PropertyName.OFFICE_VIEWABLE); in GraphicalTestArguments() local279 if (sOfficeViewable != null) in GraphicalTestArguments()281 if (sOfficeViewable.toLowerCase().equals("yes") || in GraphicalTestArguments()282 sOfficeViewable.toLowerCase().equals("true")) in GraphicalTestArguments()
Completed in 11 milliseconds