From 93cbadacf04a66528eed47fbe3bc58a11485a50c Mon Sep 17 00:00:00 2001 From: StefanSchmoecker Date: Tue, 16 Jun 2015 14:59:39 +0200 Subject: [PATCH] issue #380: File filter in ZCL_EXCEL_COMMON made language dependant --- ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk | 61 ++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk index c70801c..eb61a3d 100644 --- a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk +++ b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk @@ -1,5 +1,5 @@ - + *"* local class implementation for public class *"* use this source file for the implementation part of *"* local helper classes @@ -1156,12 +1156,14 @@ ENDCLASS. "lcl_Excel_Common_Test + + @@ -1175,9 +1177,9 @@ ENDCLASS. "lcl_Excel_Common_Test - + - + @@ -1227,7 +1229,7 @@ ENDCLASS. "lcl_Excel_Common_Test ENDIF. endmethod. - + @@ -1280,7 +1282,7 @@ endmethod. ENDIF. ENDMETHOD. - + @@ -1344,7 +1346,12 @@ ENDMETHOD. endmethod. - + + METHOD class_constructor. + c_xlsx_file_filter = 'Excel Workbook (*.xlsx)|*.xlsx|'(005). +ENDMETHOD. + + @@ -1385,7 +1392,7 @@ endmethod. ENDMETHOD. - + @@ -1544,7 +1551,7 @@ ENDMETHOD. ENDMETHOD. - + @@ -1567,7 +1574,7 @@ ENDMETHOD. endmethod. - + @@ -1660,7 +1667,7 @@ endmethod. e_sheet = unescape_string( lv_sheet ). " Return in unescaped form endmethod. - + method DATE_TO_EXCEL_STRING. @@ -1678,7 +1685,7 @@ endmethod. ep_value = zcl_excel_common=>number_to_excel_string( ip_value = lv_date_diff ). endmethod. - + method DESCRIBE_STRUCTURE. @@ -1729,7 +1736,7 @@ endmethod. ENDIF. endmethod. - + @@ -1759,7 +1766,7 @@ endmethod. ENDMETHOD. "determine_resulting_formula - + method ENCRYPT_PASSWORD. @@ -1801,7 +1808,7 @@ ENDMETHOD. "determine_resulting_formula endmethod. - + method ESCAPE_STRING. @@ -1852,7 +1859,7 @@ endmethod. endmethod. - + @@ -1875,7 +1882,7 @@ endmethod. ENDTRY. endmethod. - + @@ -1888,7 +1895,7 @@ endmethod. endmethod. - + @@ -1911,7 +1918,7 @@ endmethod. ENDTRY. endmethod. - + @@ -1951,7 +1958,7 @@ endmethod. endmethod. - + method GET_FIELDCATALOG. @@ -2012,7 +2019,7 @@ endmethod. endmethod. - + @@ -2052,7 +2059,7 @@ endmethod. ENDIF. endmethod. - + method NUMBER_TO_EXCEL_STRING. @@ -2071,7 +2078,7 @@ endmethod. ENDIF. endmethod. - + @@ -2130,7 +2137,7 @@ endmethod. endmethod. - + @@ -2201,7 +2208,7 @@ endmethod. ENDMETHOD. - + @@ -2589,7 +2596,7 @@ endmethod. endmethod. - + @@ -2676,7 +2683,7 @@ endmethod. endmethod. - + method TIME_TO_EXCEL_STRING. @@ -2690,7 +2697,7 @@ endmethod. ep_value = zcl_excel_common=>number_to_excel_string( ip_value = lv_day_fraction ). endmethod. - +