Searched refs:m_sReferencePath (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | DocumentConverter.java | 88 private String m_sReferencePath = ""; field in DocumentConverter 119 m_sReferencePath = sREF; in initMember() 129 m_sReferencePath.startsWith("file:")) in initMember() 178 …String sNewReferencePath = m_sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom… in convert() 196 runGDC(m_sInputPath, m_sReferencePath); in convert()
|
H A D | ConvWatchStarter.java | 77 String m_sReferencePath = ""; field in ConvWatchStarter 104 m_sReferencePath = m_sInputPath; in initMember() 109 m_sReferencePath = sREF; in initMember() 144 m_sReferencePath.startsWith("file:") || in initMember() 257 String sNewReferencePath = m_sReferencePath; in compareGraphicalDiffs() 291 …nGDCWithStatus(HTMLoutput, LISToutput, m_sInputPath, m_sOutputPath, m_sReferencePath, m_sDiffPath,… in compareGraphicalDiffs()
|
H A D | ReferenceBuilder.java | 88 private String m_sReferencePath = ""; field in ReferenceBuilder 119 m_sReferencePath = sREF; in initMember() 129 m_sReferencePath.startsWith("file:")) in initMember() 193 …String sNewReferencePath = m_sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom… in buildreference() 215 runGDC(m_sInputPath, m_sReferencePath); in buildreference()
|
H A D | PRNCompare.java | 130 String m_sReferencePath; field in PRNCompare 143 public void setReferencePath(String _sReferencePath) { m_sReferencePath = _sReferencePath; } in setReferencePath() 174 … createJPEGFromPostscript(m_sOutputPath, m_sReferencePath, m_sReferenceFile, getResolutionInDPI()); in compare() 189 …String[] aRefList = createJPEGFromPostscript(m_sOutputPath, m_sReferencePath, m_sReferenceFile, ge… in compare_new()
|
Completed in 47 milliseconds