summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/paradlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/chrdlg/paradlg.src')
-rw-r--r--sw/source/ui/chrdlg/paradlg.src165
1 files changed, 165 insertions, 0 deletions
diff --git a/sw/source/ui/chrdlg/paradlg.src b/sw/source/ui/chrdlg/paradlg.src
new file mode 100644
index 000000000000..636e29f9678b
--- /dev/null
+++ b/sw/source/ui/chrdlg/paradlg.src
@@ -0,0 +1,165 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#include "globals.hrc"
+#include "chrdlg.hrc"
+#include "paradlg.hrc"
+#define HelpText "error - hier keine HelpTexte HelpText"
+ // #define DLG_PARA 256
+TabDialog DLG_PARA
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Text [ en-US ] = "Paragraph" ;
+ Moveable = TRUE ;
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = TP_PARA_STD ;
+ /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
+ Text [ en-US ] = "Indents & Spacing" ;
+ PageResID = TP_PARA_STD ;
+ };
+ PageItem
+ {
+ Identifier = TP_PARA_ALIGN ;
+ PageResID = TP_PARA_ALIGN ;
+ Text [ en-US ] = "Alignment" ;
+ };
+ PageItem
+ {
+ Identifier = TP_PARA_EXT ;
+ /* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/
+ Text [ en-US ] = "Text Flow" ;
+ PageResID = TP_PARA_EXT ;
+ };
+ PageItem
+ {
+ Identifier = TP_PARA_ASIAN;
+ Text [ en-US ] = "Asian Typography";
+ };
+ PageItem
+ {
+ Identifier = TP_NUMPARA ;
+ Text [ en-US ] = "Outline & Numbering" ;
+ };
+ PageItem
+ {
+ Identifier = TP_TABULATOR ;
+ Text [ en-US ] = "Tabs" ;
+ PageResID = TP_TABULATOR ;
+ };
+ PageItem
+ {
+ Identifier = TP_DROPCAPS ;
+ Text [ en-US ] = "Drop Caps" ;
+ PageResID = TP_DROPCAPS ;
+ };
+ PageItem
+ {
+ Identifier = TP_BORDER ;
+ Text [ en-US ] = "Borders" ;
+ PageResID = TP_BORDER ;
+ };
+ PageItem
+ {
+ Identifier = TP_BACKGROUND ;
+ Text [ en-US ] = "Background" ;
+ PageResID = TP_BACKGROUND ;
+ };
+ };
+ };
+};
+TabDialog DLG_DRAWPARA
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Text [ en-US ] = "Paragraph" ;
+ Moveable = TRUE ;
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = TP_PARA_STD ;
+ /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
+ Text [ en-US ] = "Indents & Spacing" ;
+ PageResID = TP_PARA_STD ;
+ };
+ PageItem
+ {
+ Identifier = TP_PARA_ALIGN ;
+ PageResID = TP_PARA_ALIGN ;
+ Text [ en-US ] = "Alignment" ;
+ };
+ PageItem
+ {
+ Identifier = TP_PARA_ASIAN;
+ Text [ en-US ] = "Asian Typography";
+ };
+ PageItem
+ {
+ Identifier = TP_TABULATOR ;
+ Text [ en-US ] = "Tabs" ;
+ PageResID = TP_TABULATOR ;
+ };
+ };
+ };
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+