Searched refs:_sDocumentName (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 194 String sPath = FileHelper.getPath(_sDocumentName); in checkOneFile() 195 String sSectionName = FileHelper.getBasename(_sDocumentName); in checkOneFile() 344 String sBasename = FileHelper.getBasename(_sDocumentName); in checkOnePicture() 357 compareJPEG(_sDocumentName, sResultFilename, _aParams); in checkOnePicture() 374 compareJPEG(_sDocumentName, sResultFilenamePDF, _aParams); in checkOnePicture() 387 compareJPEG(_sDocumentName, _sResult, _aParams); in checkOnePicture() 402 private void compareJPEG(String _sDocumentName, String _sResult, ParameterHelper _aParams) in compareJPEG() argument 404 NameDPIPage aNameDPIPage = NameDPIPage.interpret(_sDocumentName); in compareJPEG() 406 String sSourceBasename = FileHelper.getBasename(_sDocumentName); in compareJPEG() 407 String sSourcePath = FileHelper.getPath(_sDocumentName); in compareJPEG() [all …]
|
H A D | JPEGCreator.java | 56 …public void checkOneFile(String _sDocumentName, String _sResult, ParameterHelper _aParams) throws … in checkOneFile() argument 58 GlobalLogWriter.println(" Document: " + _sDocumentName); in checkOneFile() 65 String sJPEGNameSchema = createJPEG(_sDocumentName, "", _aParams); in checkOneFile() 74 String sFileDir = FileHelper.getPath(_sDocumentName); in checkOneFile() 75 String sBasename = FileHelper.getBasename(_sDocumentName); in checkOneFile() 100 …assure("There are no pages in document:'" + _sDocumentName + "', maybe document currupt?", false, … in checkOneFile()
|
H A D | Office.java | 63 public void load(String _sDocumentName) throws OfficeException in load() argument 65 m_sDocumentName = _sDocumentName; in load() 95 … String sSection = FileHelper.getBasename(_sDocumentName); // name of the odb file in load() 124 m_aOffice.load(_sDocumentName); in load()
|
H A D | PostscriptCreator.java | 54 …public void checkOneFile(String _sDocumentName, String _sResult, ParameterHelper _aParams) throws … in checkOneFile() argument 56 GlobalLogWriter.println(" Document: " + _sDocumentName); in checkOneFile() 74 aOffice.load(_sDocumentName); in checkOneFile()
|
H A D | OpenOfficePostscriptCreator.java | 80 public void load(String _sDocumentName) throws OfficeException in load() argument 82 m_sDocumentName = _sDocumentName; in load()
|
H A D | MSOfficePostscriptCreator.java | 81 public void load(String _sDocumentName) throws OfficeException in load() argument 83 m_sDocumentName = _sDocumentName; in load()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | HTMLOutputter.java | 244 public void checkSection(String _sDocumentName) in checkSection() argument 248 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkSection() 341 public void checkDiffDiffSection(String _sDocumentName) in checkDiffDiffSection() argument 345 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkDiffDiffSection()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 421 …nce<ContentProperties> ContentProvider::queryContentProperty(const ::rtl::OUString& _sDocumentName) in queryContentProperty() argument 432 ::rtl::OString sTitleText(::rtl::OUStringToOString(_sDocumentName,RTL_TEXTENCODING_ASCII_US)); in queryContentProperty()
|
H A D | odma_provider.hxx | 130 ::rtl::Reference<ContentProperties> queryContentProperty(const ::rtl::OUString& _sDocumentName);
|
Completed in 72 milliseconds