Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/runner/convwatch/
H A DReferenceBuilder.java158 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in buildreference() local
159 if (aGTA == null) in buildreference()
163 if (aGTA.cancelRequest()) in buildreference()
169 DB.init(aGTA.getDBInfoString() + "," + sDBConnection); in buildreference()
198 if (aGTA.checkIfUsableDocumentType(sEntry)) in buildreference()
202 if (aGTA.cancelRequest()) in buildreference()
213 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in buildreference()
224 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in runGDC() local
230 if (aGTA.shouldOfficeStart()) in runGDC()
243 aGTA = getGraphicalTestArguments(); in runGDC()
[all …]
H A DConvWatchStarter.java195 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in compareGraphicalDiffs() local
196 if (aGTA == null) in compareGraphicalDiffs()
200 if (aGTA.cancelRequest()) in compareGraphicalDiffs()
207 aGTA.allowStore(); in compareGraphicalDiffs()
209 String sBuildID = aGTA.getBuildID(); in compareGraphicalDiffs()
233 DB.init(aGTA.getDBInfoString() + "," + sDBConnection); in compareGraphicalDiffs()
275 if (aGTA.checkIfUsableDocumentType(sEntry)) in compareGraphicalDiffs()
279 if (aGTA.cancelRequest()) in compareGraphicalDiffs()
289 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in compareGraphicalDiffs()
310 if (aGTA.shouldOfficeStart()) in runGDCWithStatus()
[all …]
H A DDocumentConverter.java156 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in convert() local
157 if (aGTA == null) in convert()
173 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in convert()
182 if (aGTA.checkIfUsableDocumentType(sEntry)) in convert()
186 if (aGTA.cancelRequest()) in convert()
194 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in convert()
216 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in runGDC() local
218 if (aGTA.getOfficeProgram().toLowerCase().equals("msoffice")) in runGDC()
238 a.storeToFileWithMSOffice(aGTA, _sInputFile, sOutputFile); in runGDC()
253 OfficePrint.convertDocument(_sInputFile, _sReferencePath, aGTA); in runGDC()
[all …]
H A DEnhancedComplexTestCase.java115 GraphicalTestArguments aGTA = new GraphicalTestArguments(param); in getGraphicalTestArguments() local
116 … if (aGTA.getImportFilterName() != null && aGTA.getImportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
118 aGTA = null; in getGraphicalTestArguments()
120 … if (aGTA.getExportFilterName() != null && aGTA.getExportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
122 aGTA = null; in getGraphicalTestArguments()
124 return aGTA; in getGraphicalTestArguments()

Completed in 27 milliseconds