Lines Matching refs:aStartCommand

190             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()
262 ArrayList<String> aStartCommand = new ArrayList<String>(); in printToFileWithMSOffice() local
265 aStartCommand = createWordPrintHelper(); in printToFileWithMSOffice()
269 aStartCommand = createExcelPrintHelper(); in printToFileWithMSOffice()
273 aStartCommand = createPowerPointPrintHelper(); in printToFileWithMSOffice()
284 aStartCommand = createExcelPrintHelper(); in printToFileWithMSOffice()
288 aStartCommand = createWordPrintHelper(); in printToFileWithMSOffice()
302 if (aStartCommand.isEmpty() == false) in printToFileWithMSOffice()
314 aStartCommand.add(_sInputFile); in printToFileWithMSOffice()
315 aStartCommand.add(m_sPrinterName); in printToFileWithMSOffice()
316 aStartCommand.add(_sPrintFilename); in printToFileWithMSOffice()
318 realStartCommand(aStartCommand); in printToFileWithMSOffice()