1ff12d537SAndre Fischer/************************************************************** 2ff12d537SAndre Fischer * 3ff12d537SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 4ff12d537SAndre Fischer * or more contributor license agreements. See the NOTICE file 5ff12d537SAndre Fischer * distributed with this work for additional information 6ff12d537SAndre Fischer * regarding copyright ownership. The ASF licenses this file 7ff12d537SAndre Fischer * to you under the Apache License, Version 2.0 (the 8ff12d537SAndre Fischer * "License"); you may not use this file except in compliance 9ff12d537SAndre Fischer * with the License. You may obtain a copy of the License at 10ff12d537SAndre Fischer * 11ff12d537SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 12ff12d537SAndre Fischer * 13ff12d537SAndre Fischer * Unless required by applicable law or agreed to in writing, 14ff12d537SAndre Fischer * software distributed under the License is distributed on an 15ff12d537SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16ff12d537SAndre Fischer * KIND, either express or implied. See the License for the 17ff12d537SAndre Fischer * specific language governing permissions and limitations 18ff12d537SAndre Fischer * under the License. 19ff12d537SAndre Fischer * 20ff12d537SAndre Fischer *************************************************************/ 21ff12d537SAndre Fischer 22ff12d537SAndre Fischer 23ff12d537SAndre Fischer#include <sfx2/sfx.hrc> 24ff12d537SAndre Fischer 25ff12d537SAndre Fischer#define RID_SIDEBAR_RESOURCE (RID_SFX_SIDEBAR_START + 0) 26ff12d537SAndre Fischer 27*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_PLUS 1 28*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_PLUS_HC 2 29*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_MINUS 3 30*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_MINUS_HC 4 31*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_GRIP 5 32*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_GRIP_HC 6 33*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_MENU 7 34*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_MENU_HC 8 35*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_TOOLBOX_SEPARATOR 9 36*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_TABBAR_PROPERTIES 10 37*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_TABBAR_MASTERS_SD 11 38*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_TABBAR_CUSTOM_ANIMATION_SD 12 39*7a32b0c8SAndre Fischer#define IMAGE_SIDEBAR_TABBAR_SLIDE_TRANSITION_SD 13 40*7a32b0c8SAndre Fischer#define STRING_CUSTOMIZATION 14 41*7a32b0c8SAndre Fischer#define STRING_RESTORE 15 42