summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltersettingsdialog.src
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltersettingsdialog.src')
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.src139
1 files changed, 139 insertions, 0 deletions
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.src b/filter/source/xsltdialog/xmlfiltersettingsdialog.src
new file mode 100644
index 000000000000..b80dff3bfe50
--- /dev/null
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.src
@@ -0,0 +1,139 @@
+/*************************************************************************
+ *
+ * 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 "xmlfiltersettingsdialog.hrc"
+#include "xmlfilterhelpids.hrc"
+
+#define BUTTONS_LEFT 248
+#define BUTTONS_TOP 6
+#define BUTTONS_SPACEING 3
+#define BUTTONS_WIDTH 66
+#define BUTTONS_HEIGHT 14
+
+WorkWindow DLG_XML_FILTER_SETTINGS_DIALOG
+{
+ Size = MAP_APPFONT( 320, 154 );
+ HelpId = HID_XML_FILTER_SETTINGS_DIALOG;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Moveable = TRUE ;
+ Closeable = TRUE ;
+ Sizeable = FALSE;
+ DialogControl = TRUE ;
+ Text [ en-US ] = "XML Filter Settings" ;
+
+ Control CTRL_XML_FILTER_LIST
+ {
+ Pos = MAP_APPFONT ( 6 , 6 ) ;
+ Size = MAP_APPFONT ( 235 , 142 );
+ Border = TRUE ;
+ TabStop = TRUE ;
+ };
+
+ PushButton PB_XML_FILTER_NEW
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 0 * BUTTONS_HEIGHT + 0 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_NEW;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~New...";
+ };
+
+ PushButton PB_XML_FILTER_EDIT
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 1 * BUTTONS_HEIGHT + 1 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_EDIT;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Edit...";
+ };
+
+ PushButton PB_XML_FILTER_TEST
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 2 * BUTTONS_HEIGHT + 2 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_TEST;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Test XSLTs...";
+ };
+
+ PushButton PB_XML_FILTER_DELETE
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 3 * BUTTONS_HEIGHT + 4 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_DELETE;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Delete...";
+ };
+
+ PushButton PB_XML_FILTER_SAVE
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 4 * BUTTONS_HEIGHT + 6 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_SAVE;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Save as Package...";
+ };
+
+ PushButton PB_XML_FILTER_OPEN
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 5 * BUTTONS_HEIGHT + 7 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_OPEN;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Open Package...";
+ TabStop = TRUE ;
+ };
+
+ HelpButton BTN_XML_FILTER_HELP
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT, BUTTONS_TOP + 6 * BUTTONS_HEIGHT + 9 * BUTTONS_SPACEING );
+ Size = MAP_APPFONT ( BUTTONS_WIDTH, BUTTONS_HEIGHT );
+ };
+
+ PushButton PB_XML_FILTER_CLOSE
+ {
+ Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 7 * BUTTONS_HEIGHT + 10 * BUTTONS_SPACEING ) ;
+ Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
+ HelpId = HID_XML_FILTER_CLOSE;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Close";
+ };
+
+};
+
+
+
+
+
+
+
+
+
+
+
+