Home
last modified time | relevance | path

Searched refs:_sDocumentName (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java194 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 DJPEGCreator.java56 …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 DOffice.java63 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 DPostscriptCreator.java54 …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 DOpenOfficePostscriptCreator.java80 public void load(String _sDocumentName) throws OfficeException in load() argument
82 m_sDocumentName = _sDocumentName; in load()
H A DMSOfficePostscriptCreator.java81 public void load(String _sDocumentName) throws OfficeException in load() argument
83 m_sDocumentName = _sDocumentName; in load()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DHTMLOutputter.java244 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()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx421 …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 Dodma_provider.hxx130 ::rtl::Reference<ContentProperties> queryContentProperty(const ::rtl::OUString& _sDocumentName);

Completed in 49 milliseconds