/************************************************************************ * * Licensed Materials - Property of IBM. * (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved. * U.S. Government Users Restricted Rights: * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * ************************************************************************/ /************************************************************** * * 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 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: templdlg.hrc,v $ * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #define TB_FMT 1 #define LB_FMT 3 #define BTN_EDIT 11 #define BTN_DELETE 12 #define TB_ACTION 15 #define BTN_NEW 10 #define LB_FILTER 4 #define ID_APPLY_TEMPLATE 10 #define ID_NEW_STYLE_BY_EXAMPLE 20 #define ID_UPDATE_STYLE_BY_EXAMPLE 21 #define ID_TREEVIEW 22 #define BT_OK 1 #define BT_CANCEL 2 #define BT_ORG 3 #define BT_DEL 4 #define BT_EDIT 5 #define BT_NEW 6 #define BT_HELP 7 #define BT_FLIST 8 #define BT_VLIST 9 #define BT_TOOL 10 //-> add for new Style List 04/22/2009 #define BT_APPLY 11 #define FT_STYLE_TYPE 12 #define FT_STYLE 13 #define FT_STYLE_FILTER 14 #define TBITEM_STYLES_APPLY 11 #define TBITEM_STYLES_NEW 12 #define TBITEM_STYLES_NEW_FROM_SELECTION 13 #define TBITEM_STYLES_MODIFY 14 #define TBITEM_STYLES_UPDATE_FROM_SELECTION 15 #define TBITEM_STYLES_FILL 16 #define TBITEM_STYLES_LOAD 17 //<- Added