Searched refs:aStartCommand (Results 1 – 2 of 2) sorted by relevance
113 ArrayList aStartCommand = new ArrayList(); in storeToFileWithMSOffice() local116 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 …]
190 ArrayList<String> aStartCommand = new ArrayList<String>(); in storeToFileWithMSOffice() local193 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 …]