diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:04:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:04:02 +0000 |
commit | d45000e5d8f429b55e4f701e190c2ed545558ce6 (patch) | |
tree | b70765c3965c505c5b112c89b463ec449669299a /sfx2/source/dialog/srchdlg.hrc | |
parent | 85aef130ef0e9c08814774b09dce5e6ec899dc9f (diff) |
INTEGRATION: CWS pb1 (1.1.2); FILE ADDED
2004/02/16 12:28:28 pb 1.1.2.2: fix: #92087# new strings from EM
2004/01/27 09:52:42 pb 1.1.2.1: fix: #92087# new search dialog for help
Diffstat (limited to 'sfx2/source/dialog/srchdlg.hrc')
-rw-r--r-- | sfx2/source/dialog/srchdlg.hrc | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/sfx2/source/dialog/srchdlg.hrc b/sfx2/source/dialog/srchdlg.hrc new file mode 100644 index 000000000000..71e8811bf5d1 --- /dev/null +++ b/sfx2/source/dialog/srchdlg.hrc @@ -0,0 +1,77 @@ +/************************************************************************* + * + * $RCSfile: srchdlg.hrc,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: kz $ $Date: 2004-02-26 11:04:02 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 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 + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (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.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _SFX_SRCHDLG_HRC_ +#define _SFX_SRCHDLG_HRC_ + +#define FT_SEARCH 10 +#define ED_SEARCH 11 +#define FL_OPTIONS 12 +#define CB_WHOLEWORDS 13 +#define CB_MATCHCASE 14 +#define CB_WRAPAROUND 15 +#define CB_BACKWARDS 16 +#define PB_FIND 17 +#define PB_CANCELFIND 18 + +#define STR_TOGGLE 50 + +#endif // _SFX_SRCHDLG_HRC_ + |