xref: /AOO42X/main/svx/source/sidebar/insert/InsertPropertyPanel.hrc (revision 86c9d66d8226895b8135f2bc60a07bd64a3b06a0)
1*0d4dbf8bSAndre Fischer/**************************************************************
2*0d4dbf8bSAndre Fischer *
3*0d4dbf8bSAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4*0d4dbf8bSAndre Fischer * or more contributor license agreements.  See the NOTICE file
5*0d4dbf8bSAndre Fischer * distributed with this work for additional information
6*0d4dbf8bSAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7*0d4dbf8bSAndre Fischer * to you under the Apache License, Version 2.0 (the
8*0d4dbf8bSAndre Fischer * "License"); you may not use this file except in compliance
9*0d4dbf8bSAndre Fischer * with the License.  You may obtain a copy of the License at
10*0d4dbf8bSAndre Fischer *
11*0d4dbf8bSAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*0d4dbf8bSAndre Fischer *
13*0d4dbf8bSAndre Fischer * Unless required by applicable law or agreed to in writing,
14*0d4dbf8bSAndre Fischer * software distributed under the License is distributed on an
15*0d4dbf8bSAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0d4dbf8bSAndre Fischer * KIND, either express or implied.  See the License for the
17*0d4dbf8bSAndre Fischer * specific language governing permissions and limitations
18*0d4dbf8bSAndre Fischer * under the License.
19*0d4dbf8bSAndre Fischer *
20*0d4dbf8bSAndre Fischer *************************************************************/
21*0d4dbf8bSAndre Fischer
22*0d4dbf8bSAndre Fischer#include "svx/dialogs.hrc"
23*0d4dbf8bSAndre Fischer
24*0d4dbf8bSAndre Fischer#define TB_INSERT_STANDARD  1
25*0d4dbf8bSAndre Fischer#define TB_INSERT_CUSTOM    2
26*0d4dbf8bSAndre Fischer
27*0d4dbf8bSAndre Fischer
28*0d4dbf8bSAndre Fischer#define TBI_STANDARD_LINE       10
29*0d4dbf8bSAndre Fischer#define TBI_STANDARD_ARROW      11
30*0d4dbf8bSAndre Fischer#define TBI_STANDARD_RECTANGLE  12
31*0d4dbf8bSAndre Fischer#define TBI_STANDARD_ELLIPSE    13
32*0d4dbf8bSAndre Fischer#define TBI_STANDARD_TEXT       14
33*0d4dbf8bSAndre Fischer#define TBI_STANDARD_LINES      15
34*0d4dbf8bSAndre Fischer#define TBI_STANDARD_CONNECTORS 16
35*0d4dbf8bSAndre Fischer#define TBI_STANDARD_ARROWS     17
36*0d4dbf8bSAndre Fischer
37*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_BASICS       20
38*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_SYMBOLS      21
39*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_ARROWS       22
40*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_FLOWCHARTS   23
41*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_CALLOUTS     24
42*0d4dbf8bSAndre Fischer#define TBI_CUSTOM_STARS        25
43