INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED

2005/09/28 11:40:17 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change
2005/03/07 08:28:15 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module
This commit is contained in:
Jens-Heiner Rechtien 2007-06-27 14:22:37 +00:00
parent 9cd32ca309
commit 75724dcbb1

View file

@ -0,0 +1,60 @@
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accessiblestrings.hrc,v $
*
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2007-06-27 15:22:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library 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 for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
#define ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
//------------------------------------------------------------------------------
#define RID_TK_ACC_START 1000
// Accessible Action Id's ------------------------------------------------------
#define RID_STR_ACC_ACTION_CLICK ( RID_TK_ACC_START + 0 )
#define RID_STR_ACC_ACTION_TOGGLEPOPUP ( RID_TK_ACC_START + 1 )
#define RID_STR_ACC_ACTION_SELECT ( RID_TK_ACC_START + 2 )
#define RID_STR_ACC_ACTION_INCLINE ( RID_TK_ACC_START + 3 )
#define RID_STR_ACC_ACTION_DECLINE ( RID_TK_ACC_START + 4 )
#define RID_STR_ACC_ACTION_INCBLOCK ( RID_TK_ACC_START + 5 )
#define RID_STR_ACC_ACTION_DECBLOCK ( RID_TK_ACC_START + 6 )
#define RID_STR_ACC_NAME_BROWSEBUTTON ( RID_TK_ACC_START + 1000 )
// -----------------------------------------------------------------------------
#endif // ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_