Kaydet (Commit) ed20e81a authored tarafından Laurent Charrière's avatar Laurent Charrière Kaydeden (comit) Eike Rathke

fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV

Change-Id: I1f7b51094acf0baf79160f65fdec67c9934930aa
Reviewed-on: https://gerrit.libreoffice.org/13897Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst ed6c797d
...@@ -182,7 +182,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF ...@@ -182,7 +182,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; };
String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; }; String SC_OPCODE_NPV { Text = "NPV" ; };
String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
...@@ -590,7 +590,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML ...@@ -590,7 +590,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; };
String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; }; String SC_OPCODE_NPV { Text = "NPV" ; };
String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
...@@ -1000,7 +1000,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH ...@@ -1000,7 +1000,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; };
String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; }; String SC_OPCODE_NPV { Text = "NPV" ; };
String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
...@@ -1814,7 +1814,7 @@ Resource RID_STRLIST_FUNCTION_NAMES ...@@ -1814,7 +1814,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
{ {
Text [ en-US ] = "COUNTA" ; Text [ en-US ] = "COUNTA" ;
}; };
String SC_OPCODE_NBW String SC_OPCODE_NPV
{ {
Text [ en-US ] = "NPV" ; Text [ en-US ] = "NPV" ;
}; };
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
#define SC_OPCODE_AVERAGE 226 #define SC_OPCODE_AVERAGE 226
#define SC_OPCODE_COUNT 227 #define SC_OPCODE_COUNT 227
#define SC_OPCODE_COUNT_2 228 #define SC_OPCODE_COUNT_2 228
#define SC_OPCODE_NBW 229 #define SC_OPCODE_NPV 229
#define SC_OPCODE_IRR 230 #define SC_OPCODE_IRR 230
#define SC_OPCODE_VAR 231 #define SC_OPCODE_VAR 231
#define SC_OPCODE_VAR_P 232 #define SC_OPCODE_VAR_P 232
......
...@@ -220,7 +220,7 @@ enum OpCode : sal_uInt16 ...@@ -220,7 +220,7 @@ enum OpCode : sal_uInt16
ocAverage = SC_OPCODE_AVERAGE, ocAverage = SC_OPCODE_AVERAGE,
ocCount = SC_OPCODE_COUNT, ocCount = SC_OPCODE_COUNT,
ocCount2 = SC_OPCODE_COUNT_2, ocCount2 = SC_OPCODE_COUNT_2,
ocNPV = SC_OPCODE_NBW, ocNPV = SC_OPCODE_NPV,
ocIRR = SC_OPCODE_IRR, ocIRR = SC_OPCODE_IRR,
ocMIRR = SC_OPCODE_MIRR, ocMIRR = SC_OPCODE_MIRR,
ocISPMT = SC_OPCODE_ISPMT, ocISPMT = SC_OPCODE_ISPMT,
......
...@@ -2045,7 +2045,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 ...@@ -2045,7 +2045,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
}; };
}; };
// -=*# Resource for function NPV #*=- // -=*# Resource for function NPV #*=-
Resource SC_OPCODE_NBW Resource SC_OPCODE_NPV
{ {
String 1 // Description String 1 // Description
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment