forked from amazingfate/loongoffice
for inserting shapes into Draw documents (cherry picked from commit 5e09229d726cbc288719c7466b277a4eb5bb244b) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/Package_inc.mk svx/inc/svx/dialogs.hrc Related: #i122218# Added missing files to sfx2/inc/sfx2/sidebar (cherry picked from commit 99572ff12af758a256703884811c7915c79f27ec) Conflicts: sfx2/inc/sfx2/sidebar/ResourceDefinitions.hrc Related: #i122218# Added more missing files (cherry picked from commit cdc8cb702630938c673255638aecbd2dd5c53ed7) fix up to build Change-Id: I098976d787e6a91d36aac98a5917f48b50872087 9c6f4d957924e177922e26606173d1b238b8006e ceb9b720c08fb1db5b418c618e280b9b68eda2cf 01712631eacbd3e58e2cd04d1903bbcb0ecb9301
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
#include "svx/dialogs.hrc"
|
|
|
|
#define TB_INSERT_STANDARD 1
|
|
#define TB_INSERT_CUSTOM 2
|
|
|
|
|
|
#define TBI_STANDARD_LINE 10
|
|
#define TBI_STANDARD_ARROW 11
|
|
#define TBI_STANDARD_RECTANGLE 12
|
|
#define TBI_STANDARD_ELLIPSE 13
|
|
#define TBI_STANDARD_TEXT 14
|
|
#define TBI_STANDARD_LINES 15
|
|
#define TBI_STANDARD_CONNECTORS 16
|
|
#define TBI_STANDARD_ARROWS 17
|
|
|
|
#define TBI_CUSTOM_BASICS 20
|
|
#define TBI_CUSTOM_SYMBOLS 21
|
|
#define TBI_CUSTOM_ARROWS 22
|
|
#define TBI_CUSTOM_FLOWCHARTS 23
|
|
#define TBI_CUSTOM_CALLOUTS 24
|
|
#define TBI_CUSTOM_STARS 25
|