1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef CHART_DRAWCOMMANDDISPATCH_HRC
20 #define CHART_DRAWCOMMANDDISPATCH_HRC
23 #define COMMAND_ID_OBJECT_SELECT 1
24 #define COMMAND_ID_DRAW_LINE 2
25 #define COMMAND_ID_LINE_ARROW_END 3
26 #define COMMAND_ID_DRAW_RECT 4
27 #define COMMAND_ID_DRAW_ELLIPSE 5
28 #define COMMAND_ID_DRAW_FREELINE_NOFILL 6
29 #define COMMAND_ID_DRAW_TEXT 7
30 #define COMMAND_ID_DRAW_TEXT_VERTICAL 8
31 #define COMMAND_ID_DRAW_CAPTION 9
32 #define COMMAND_ID_DRAW_CAPTION_VERTICAL 10
33 #define COMMAND_ID_DRAWTBX_CS_BASIC 11
34 #define COMMAND_ID_DRAWTBX_CS_SYMBOL 12
35 #define COMMAND_ID_DRAWTBX_CS_ARROW 13
36 #define COMMAND_ID_DRAWTBX_CS_FLOWCHART 14
37 #define COMMAND_ID_DRAWTBX_CS_CALLOUT 15
38 #define COMMAND_ID_DRAWTBX_CS_STAR 16
42 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */