Home
last modified time | relevance | path

Searched refs:aStartCommand (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/qadevOOo/runner/convwatch/
H A DMSOfficePrint.java113 ArrayList aStartCommand = new ArrayList(); in storeToFileWithMSOffice() local
116 aStartCommand = createWordStoreHelper(); in storeToFileWithMSOffice()
120 aStartCommand = createExcelStoreHelper(); in storeToFileWithMSOffice()
130 aStartCommand = createExcelStoreHelper(); in storeToFileWithMSOffice()
142 if (aStartCommand != null) in storeToFileWithMSOffice()
155 aStartCommand.add(_sInputFile); in storeToFileWithMSOffice()
156 aStartCommand.add(sFilterName); in storeToFileWithMSOffice()
157 aStartCommand.add(_sOutputFile); in storeToFileWithMSOffice()
158 realStartCommand(aStartCommand); in storeToFileWithMSOffice()
174 ArrayList aStartCommand = new ArrayList(); in printToFileWithMSOffice() local
[all …]
/AOO41X/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java190 ArrayList<String> aStartCommand = new ArrayList<String>(); in storeToFileWithMSOffice() local
193 aStartCommand = createWordStoreHelper(); in storeToFileWithMSOffice()
197 aStartCommand = createExcelStoreHelper(); in storeToFileWithMSOffice()
209 aStartCommand = createExcelStoreHelper(); in storeToFileWithMSOffice()
213 aStartCommand = createWordStoreHelper(); in storeToFileWithMSOffice()
225 if (aStartCommand != null) in storeToFileWithMSOffice()
238 aStartCommand.add(_sInputFile); in storeToFileWithMSOffice()
239 aStartCommand.add(sFilterName); in storeToFileWithMSOffice()
240 aStartCommand.add(_sOutputFile); in storeToFileWithMSOffice()
241 realStartCommand(aStartCommand); in storeToFileWithMSOffice()
[all …]