summaryrefslogtreecommitdiff
path: root/svx/inc/accessibility.hrc
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-04 14:52:54 +0000
committerAndre Fischer <af@openoffice.org>2002-03-04 14:52:54 +0000
commit0df95697459396a3109fc8a28e2db57bff0d2084 (patch)
tree43ceac36e233746d51bcd8e5cd0c9e4ee53b647f /svx/inc/accessibility.hrc
parent3786a0dc84d3b492856ae69e3a2032254f0a092a (diff)
#95585# Added first string ids for accessibility.
Diffstat (limited to 'svx/inc/accessibility.hrc')
-rw-r--r--svx/inc/accessibility.hrc95
1 files changed, 95 insertions, 0 deletions
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
new file mode 100644
index 0000000000..d2db92d6c7
--- /dev/null
+++ b/svx/inc/accessibility.hrc
@@ -0,0 +1,95 @@
+/*************************************************************************
+ *
+ * $RCSfile: accessibility.hrc,v $
+ *
+ * $Revision: 1.1 $
+ *
+ * last change: $Author: af $ $Date: 2002-03-04 15:52:54 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library 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 for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#ifndef _SVX_ACCESSIBILITY_HRC
+#define _SVX_ACCESSIBILITY_HRC
+
+#include "dialogs.hrc"
+
+#define RID_SVXSTR_A11Y_LINE_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 0)
+#define RID_SVXSTR_A11Y_LINE_DASH_NAME (RID_SVXSTR_ACCESSIBILITY_START + 1)
+#define RID_SVXSTR_A11Y_LINE_WIDTH (RID_SVXSTR_ACCESSIBILITY_START + 2)
+#define RID_SVXSTR_A11Y_FILL_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 3)
+#define RID_SVXSTR_A11Y_FILL_STYLE (RID_SVXSTR_ACCESSIBILITY_START + 4)
+#define RID_SVXSTR_A11Y_FILL_GRADIENT_NAME (RID_SVXSTR_ACCESSIBILITY_START + 5)
+#define RID_SVXSTR_A11Y_FILL_HATCH_NAME (RID_SVXSTR_ACCESSIBILITY_START + 6)
+#define RID_SVXSTR_A11Y_FILL_BITMAP_NAME (RID_SVXSTR_ACCESSIBILITY_START + 7)
+#define RID_SVXSTR_A11Y_3D_MATERIAL_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 8)
+#define RID_SVXSTR_A11Y_TEXT_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 9)
+#define RID_SVXSTR_A11Y_BACKGROUND_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 10)
+#define RID_SVXSTR_A11Y_FILLSTYLE_NONE (RID_SVXSTR_ACCESSIBILITY_START + 11)
+#define RID_SVXSTR_A11Y_FILLSTYLE_SOLID (RID_SVXSTR_ACCESSIBILITY_START + 12)
+#define RID_SVXSTR_A11Y_FILLSTYLE_HATCH (RID_SVXSTR_ACCESSIBILITY_START + 13)
+#define RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT (RID_SVXSTR_ACCESSIBILITY_START + 14)
+#define RID_SVXSTR_A11Y_FILLSTYLE_BITMAP (RID_SVXSTR_ACCESSIBILITY_START + 15)
+#define RID_SVXSTR_A11Y_WITH (RID_SVXSTR_ACCESSIBILITY_START + 16)
+#define RID_SVXSTR_A11Y_STYLE (RID_SVXSTR_ACCESSIBILITY_START + 17)
+#define RID_SVXSTR_A11Y_AND (RID_SVXSTR_ACCESSIBILITY_START + 18)
+
+// Shape types.
+#define RID_SVXSTR_A11Y_ST_START (RID_SVXSTR_ACCESSIBILITY_START + 20)
+#define RID_SVXSTR_A11Y_ST_RECTANGLE (RID_SVXSTR_A11Y_ST_START+0)
+#define RID_SVXSTR_A11Y_ST_ELLIPSE (RID_SVXSTR_A11Y_ST_START+1)
+#define RID_SVXSTR_A11Y_ST_OPEN_BEZIER_CURVE (RID_SVXSTR_A11Y_ST_START+2)
+
+
+#endif
+