Lines Matching refs:_sName
308 public boolean checkIfUsableDocumentType(String _sName) in checkIfUsableDocumentType() argument
312 if (_sName.toLowerCase().endsWith(".jpg") || in checkIfUsableDocumentType()
313 _sName.toLowerCase().endsWith(".png") || in checkIfUsableDocumentType()
314 _sName.toLowerCase().endsWith(".gif") || in checkIfUsableDocumentType()
315 _sName.toLowerCase().endsWith(".bmp") || in checkIfUsableDocumentType()
316 _sName.toLowerCase().endsWith(".prn") || in checkIfUsableDocumentType()
317 _sName.toLowerCase().endsWith(".ps")) in checkIfUsableDocumentType()
390 public void setPrinterName(String _sName) {m_sPrinterName = _sName;} in setPrinterName() argument
608 public void setOfficeProgram(String _sName) in setOfficeProgram() argument
610 m_sOfficeProgram = _sName; in setOfficeProgram()
647 public void setDocumentType(String _sName) in setDocumentType() argument
649 m_sDocumentType = _sName; in setDocumentType()