Searched refs:aStartCommand (Results 1 – 2 of 2) sorted by relevance
193 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()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()[all …]
113 ArrayList aStartCommand = new ArrayList(); in storeToFileWithMSOffice() local142 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()214 if (aStartCommand.isEmpty() == false) in printToFileWithMSOffice()226 aStartCommand.add(_sInputFile); in printToFileWithMSOffice()227 aStartCommand.add(m_sPrinterName); in printToFileWithMSOffice()228 aStartCommand.add(_sPrintFilename); in printToFileWithMSOffice()[all …]
Completed in 31 milliseconds