summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/globstr.src9
-rw-r--r--sc/source/ui/src/optdlg.src19
2 files changed, 28 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index d4be6fa3a04c..88cb11ce14f3 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1956,5 +1956,14 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "This document was last saved by Excel. Some formula cells may produce different results when recalculated.\n\nDo you want to recalculate all formula cells now?";
};
+
+ String STR_ALWAYS
+ {
+ Text [ en-US ] = "Always";
+ };
+ String STR_NEVER
+ {
+ Text [ en-US ] = "Never";
+ };
};
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 82531062edd8..e3a117583479 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -284,6 +284,25 @@ TabPage RID_SCPAGE_FORMULA
Size = MAP_APPFONT ( 60, 14 ) ;
Text [ en-US ] = "Details...";
};
+ FixedLine FL_RECALC_OPTIONS
+ {
+ Pos = MAP_APPFONT ( 6, 178 );
+ Size = MAP_APPFONT( 248, 8 );
+ Text [ en-US ] = "Recalculation after laod settings";
+ };
+ ListBox LB_OOXML_RECALC
+ {
+ Pos = MAP_APPFONT( 21, 188);
+ Size = MAP_APPFONT( 100, 50 );
+ Border = TRUE;
+ DropDown = TRUE;
+ StringList [ en-US ] =
+ {
+ "Recalculate always";
+ "Ask before recalculation";
+ "Recalculate never";
+ };
+ };
};
TabPage RID_SCPAGE_COMPATIBILITY