Searched refs:m_sInputPath (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | ConvWatchStarter.java | 76 String m_sInputPath = ""; field in ConvWatchStarter 95 m_sInputPath = sINPATH; in initMember() 104 m_sReferencePath = m_sInputPath; in initMember() 143 if (m_sInputPath.startsWith("file:") || in initMember() 221 File aInputPathTest = new File(m_sInputPath); in compareGraphicalDiffs() 224 int n = m_sInputPath.lastIndexOf(fs); in compareGraphicalDiffs() 225 sHTMLName = m_sInputPath.substring(n + 1); in compareGraphicalDiffs() 235 File aInputPath = new File(m_sInputPath); in compareGraphicalDiffs() 242 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in compareGraphicalDiffs() 255 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in compareGraphicalDiffs() [all …]
|
H A D | DocumentConverter.java | 87 private String m_sInputPath = ""; field in DocumentConverter 106 m_sInputPath = sINPATH; in initMember() 128 if (m_sInputPath.startsWith("file:") || in initMember() 164 File aInputPath = new File(m_sInputPath); in convert() 173 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in convert() 178 …th = m_sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in convert() 194 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in convert() 196 runGDC(m_sInputPath, m_sReferencePath); in convert()
|
H A D | ReferenceBuilder.java | 87 private String m_sInputPath = ""; field in ReferenceBuilder 106 m_sInputPath = sINPATH; in initMember() 128 if (m_sInputPath.startsWith("file:") || in initMember() 170 File aInputPath = new File(m_sInputPath); in buildreference() 179 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in buildreference() 193 …th = m_sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in buildreference() 213 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in buildreference() 215 runGDC(m_sInputPath, m_sReferencePath); in buildreference()
|
H A D | PRNCompare.java | 129 String m_sInputPath; field in PRNCompare 141 public void setInputPath(String _sInputPath) { m_sInputPath = _sInputPath; } in setInputPath()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | ParameterHelper.java | 81 private String m_sInputPath = null; field in ParameterHelper 112 if (m_sInputPath == null) in getInputPath() 121 m_sInputPath = helper.StringHelper.removeQuoteIfExists(sInputPath); in getInputPath() 124 return m_sInputPath; in getInputPath()
|
Completed in 33 milliseconds