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/attrdlg.src3
-rw-r--r--sc/source/ui/src/autofmt.src3
-rw-r--r--sc/source/ui/src/crnrdlg.src3
-rw-r--r--sc/source/ui/src/datafdlg.src3
-rw-r--r--sc/source/ui/src/dbnamdlg.src3
-rw-r--r--sc/source/ui/src/filter.src3
-rw-r--r--sc/source/ui/src/globstr.src2
-rw-r--r--sc/source/ui/src/hdrcont.src3
-rw-r--r--sc/source/ui/src/miscdlgs.src3
-rw-r--r--sc/source/ui/src/namedlg.src3
-rw-r--r--sc/source/ui/src/opredlin.src3
-rw-r--r--sc/source/ui/src/optdlg.src3
-rw-r--r--sc/source/ui/src/optsolver.src2
-rw-r--r--sc/source/ui/src/popup.src3
-rw-r--r--sc/source/ui/src/pseudo.src3
-rw-r--r--sc/source/ui/src/sc.src3
-rw-r--r--sc/source/ui/src/scerrors.src3
-rw-r--r--sc/source/ui/src/scfuncs.src3
-rw-r--r--sc/source/ui/src/scstring.src3
-rw-r--r--sc/source/ui/src/scwarngs.src3
-rw-r--r--sc/source/ui/src/simpref.src3
-rw-r--r--sc/source/ui/src/solveroptions.src3
-rw-r--r--sc/source/ui/src/solvrdlg.src3
-rw-r--r--sc/source/ui/src/sortdlg.src2
-rw-r--r--sc/source/ui/src/subtdlg.src3
-rw-r--r--sc/source/ui/src/tabopdlg.src3
-rw-r--r--sc/source/ui/src/textdlgs.src3
-rw-r--r--sc/source/ui/src/toolbox.src3
-rw-r--r--sc/source/ui/src/xmlsourcedlg.src2
29 files changed, 83 insertions, 0 deletions
diff --git a/sc/source/ui/src/attrdlg.src b/sc/source/ui/src/attrdlg.src
index eeededa88ff1..c976106031fd 100644
--- a/sc/source/ui/src/attrdlg.src
+++ b/sc/source/ui/src/attrdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -87,3 +88,5 @@ TabDialog RID_SCDLG_ATTR
};
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/autofmt.src b/sc/source/ui/src/autofmt.src
index b161ff4322b2..02a9743792fc 100644
--- a/sc/source/ui/src/autofmt.src
+++ b/sc/source/ui/src/autofmt.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -217,3 +218,5 @@ ModalDialog RID_SCDLG_AUTOFORMAT
Text [ en-US ] = "Total" ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/crnrdlg.src b/sc/source/ui/src/crnrdlg.src
index 2c654e8bf719..96486e35f498 100644
--- a/sc/source/ui/src/crnrdlg.src
+++ b/sc/source/ui/src/crnrdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -132,3 +133,5 @@ ModelessDialog RID_SCDLG_COLROWNAMERANGES
};
Text [ en-US ] = "Define Label Range" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/datafdlg.src b/sc/source/ui/src/datafdlg.src
index 0b6d01ffaa41..525bc00e49ec 100644
--- a/sc/source/ui/src/datafdlg.src
+++ b/sc/source/ui/src/datafdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -95,3 +96,5 @@ ModalDialog RID_SCDLG_DATAFORM
Text [ en-US ] = "New Record" ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/dbnamdlg.src b/sc/source/ui/src/dbnamdlg.src
index 11a5dc47484b..11a372e2e70d 100644
--- a/sc/source/ui/src/dbnamdlg.src
+++ b/sc/source/ui/src/dbnamdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -176,3 +177,5 @@ ModelessDialog RID_SCDLG_DBNAMES
Text [ en-US ] = "Invalid range" ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
index 1e90f876e0e6..673875cff4e2 100644
--- a/sc/source/ui/src/filter.src
+++ b/sc/source/ui/src/filter.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -883,3 +884,5 @@ String RID_FILTER_VALUE
{
Text [ en-US ] = "Value" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 73059504c0a8..042c9a54962c 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -2024,3 +2025,4 @@ Resource RID_GLOBSTR
};
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/hdrcont.src b/sc/source/ui/src/hdrcont.src
index f1e59722199e..0c37902939b4 100644
--- a/sc/source/ui/src/hdrcont.src
+++ b/sc/source/ui/src/hdrcont.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -189,3 +190,5 @@ Menu RID_POPUP_COLHEADER
};
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src
index 1b78550d4271..665baf620225 100644
--- a/sc/source/ui/src/miscdlgs.src
+++ b/sc/source/ui/src/miscdlgs.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -1444,3 +1445,5 @@ ModalDialog RID_SCDLG_CHARTCOLROW
};
Text [ en-US ] = "Change Source Data Range" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src
index b216ac3b1d52..08b6d760aea9 100644
--- a/sc/source/ui/src/namedlg.src
+++ b/sc/source/ui/src/namedlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -183,3 +184,5 @@ ModelessDialog RID_SCDLG_NAMES
Text [en-US] = "(multiple)";
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/opredlin.src b/sc/source/ui/src/opredlin.src
index c4c82c126fb9..15ff8970067e 100644
--- a/sc/source/ui/src/opredlin.src
+++ b/sc/source/ui/src/opredlin.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -92,3 +93,5 @@ TabPage RID_SCPAGE_OPREDLINE
Text [ en-US ] = "By author" ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 9004396c6e26..c5bc6a668ff4 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -980,3 +981,5 @@ TabPage RID_SCPAGE_DEFAULTS
Size = MAP_APPFONT ( 60 , 12 ) ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/optsolver.src b/sc/source/ui/src/optsolver.src
index b6dfcb579e81..53de274e64a4 100644
--- a/sc/source/ui/src/optsolver.src
+++ b/sc/source/ui/src/optsolver.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -562,3 +563,4 @@ ModalDialog RID_SCDLG_SOLVER_SUCCESS
Text [ en-US ] = "Solving Result" ;
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index 10829f70c6d7..a8bcea960eb7 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -632,3 +633,5 @@ Menu RID_POPUP_PAGEBREAK
};
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/pseudo.src b/sc/source/ui/src/pseudo.src
index 54e8b35eca6f..11cda7708244 100644
--- a/sc/source/ui/src/pseudo.src
+++ b/sc/source/ui/src/pseudo.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -17,3 +18,5 @@
*/
#include <svx/svxids.hrc>
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/sc.src b/sc/source/ui/src/sc.src
index d22144169655..117552ec157c 100644
--- a/sc/source/ui/src/sc.src
+++ b/sc/source/ui/src/sc.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -33,3 +34,5 @@ String RID_APPTITLE
String 30001 { Text = "Dummy1" ; };
String 30002 { Text = "Dummy2" ; };
String 30006 { Text = "Dummy3" ; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/scerrors.src b/sc/source/ui/src/scerrors.src
index 78369b355466..763ff0e2b463 100644
--- a/sc/source/ui/src/scerrors.src
+++ b/sc/source/ui/src/scerrors.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -170,3 +171,5 @@ Resource RID_ERRHDLSC
Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 433e6fdb78f9..e0659020a144 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -9612,3 +9613,5 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
#if defined(U2S)
#undef U2S
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index c71f0fb3b352..7154ec5fab2c 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -847,3 +848,5 @@ String SCSTR_ROW_LABEL
{
Text [ en-US ] = "Range contains ~row labels" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/scwarngs.src b/sc/source/ui/src/scwarngs.src
index 4728c4ac16a8..020df880596a 100644
--- a/sc/source/ui/src/scwarngs.src
+++ b/sc/source/ui/src/scwarngs.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -32,3 +33,5 @@ Resource RID_WRNHDLSC
Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/simpref.src b/sc/source/ui/src/simpref.src
index 683eb29e8f65..a760959da4e5 100644
--- a/sc/source/ui/src/simpref.src
+++ b/sc/source/ui/src/simpref.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -68,3 +69,5 @@ ModelessDialog RID_SCDLG_SIMPLEREF
TabStop = TRUE ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/solveroptions.src b/sc/source/ui/src/solveroptions.src
index 42b5fdf4e35b..0d7499860d25 100644
--- a/sc/source/ui/src/solveroptions.src
+++ b/sc/source/ui/src/solveroptions.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -180,3 +181,5 @@ ModalDialog RID_SCDLG_SOLVER_DOUBLE
};
Text [ en-US ] = "Edit Setting" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/solvrdlg.src b/sc/source/ui/src/solvrdlg.src
index f3c761080bcb..f206ab04d1fa 100644
--- a/sc/source/ui/src/solvrdlg.src
+++ b/sc/source/ui/src/solvrdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -128,3 +129,5 @@ ModelessDialog RID_SCDLG_SOLVER
Text [ en-US ] = "Cell must contain a formula." ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/sortdlg.src b/sc/source/ui/src/sortdlg.src
index d8b6c6a76d08..6dc6eb6761ec 100644
--- a/sc/source/ui/src/sortdlg.src
+++ b/sc/source/ui/src/sortdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -121,3 +122,4 @@ ModalDialog RID_SCDLG_SORT_WARNING
};
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/subtdlg.src b/sc/source/ui/src/subtdlg.src
index 17827b0c07f7..0ed7ee4a01f0 100644
--- a/sc/source/ui/src/subtdlg.src
+++ b/sc/source/ui/src/subtdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -234,3 +235,5 @@ TabDialog RID_SCDLG_SUBTOTALS
TabStop = TRUE ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/tabopdlg.src b/sc/source/ui/src/tabopdlg.src
index 288dce56ebb5..627f94206e78 100644
--- a/sc/source/ui/src/tabopdlg.src
+++ b/sc/source/ui/src/tabopdlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -138,3 +139,5 @@ ModelessDialog RID_SCDLG_TABOP
Text [ en-US ] = "Formulas don't form a row." ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/textdlgs.src b/sc/source/ui/src/textdlgs.src
index 1aaf7775f6a9..f537abb91eb0 100644
--- a/sc/source/ui/src/textdlgs.src
+++ b/sc/source/ui/src/textdlgs.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -144,3 +145,5 @@ TabDialog RID_SCDLG_PARAGRAPH
TabStop = TRUE ;
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/toolbox.src b/sc/source/ui/src/toolbox.src
index 990078b7cfbc..197cfed19515 100644
--- a/sc/source/ui/src/toolbox.src
+++ b/sc/source/ui/src/toolbox.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -154,3 +155,5 @@ ImageList RID_DEFAULTIMAGELIST_LC
MaskColor = STD_MASKCOLOR ;
DEFAULT_IDLIST
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index f690394204c2..ff9643bdc90c 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -118,3 +119,4 @@ ModelessDialog RID_SCDLG_XML_SOURCE
};
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */