Home
last modified time | relevance | path

Searched refs:m_sReferencePath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DConvWatchStarter.java77 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 DDocumentConverter.java88 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 DReferenceBuilder.java88 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 DPRNCompare.java130 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 55 milliseconds