1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include <svx/svxids.hrc> // ->SID_REDLIN_FILTER_PAGE 29 // ->SID_REDLIN_VIEW_PAGE 30 31#define TP_FILTER 11 32#define TP_VIEW 12 33 34#define LB_DATE 1 35#define DF_DATE 2 36#define TF_DATE 3 37#define LB_AUTOR 4 38#define ED_RANGE 5 39#define IB_CLOCK 6 40#define BTN_REF 7 41#define CB_DATE 8 42#define CB_AUTOR 9 43#define CB_RANGE 10 44#define FT_DATE2 12 45#define DF_DATE2 13 46#define TF_DATE2 14 47#define IB_CLOCK2 15 48#define STR_FILTER 16 49#define STR_ACTION 17 50#define LB_ACTION 18 51#define CB_COMMENT 19 52#define ED_COMMENT 20 53#define IMG_TIME_H 30 54 55#define HG_VIEW 1 56#define DG_VIEW 2 57#define PB_ACCEPT 3 58#define PB_ACCEPTALL 4 59#define PB_REJECT 5 60#define PB_REJECTALL 6 61#define PB_UNDO 7 62#define STR_VIEW 8 63 64#define STR_TITLE1 1 65#define STR_TITLE2 2 66#define STR_TITLE3 3 67#define STR_TITLE4 4 68#define STR_TITLE5 5 69 70//IAccessibility2 Implementation 2009----- 71#define STR_DATE_COMBOX 6 72#define STR_DATE_SPIN 7 73#define STR_DATE_SPIN1 8 74#define STR_DATE_TIME_SPIN 9 75#define STR_DATE_TIME_SPIN1 10 76#define STR_TREE 11 77//-----IAccessibility2 Implementation 2009 78