office-gobmx/cui/source/dialogs/fmsearch.hrc
Stephan Bergmann e6e59b52d1 Avoid reserved identifiers
Change-Id: I7d5eec4c8bcfc79edb3c0ea37cf73b4249f44f46
2016-04-12 20:03:46 +02:00

38 lines
1.9 KiB
Text

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* 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 .
*/
#ifndef INCLUDED_CUI_SOURCE_DIALOGS_FMSEARCH_HRC
#define INCLUDED_CUI_SOURCE_DIALOGS_FMSEARCH_HRC
#include "svl/solar.hrc"
#define RID_STR_SEARCH_ANYWHERE (RID_FORMS_START + 85)
#define RID_STR_SEARCH_BEGINNING (RID_FORMS_START + 86)
#define RID_STR_SEARCH_END (RID_FORMS_START + 87)
#define RID_STR_SEARCH_WHOLE (RID_FORMS_START + 88)
#define RID_STR_FROM_TOP (RID_FORMS_START + 74)
#define RID_STR_FROM_BOTTOM (RID_FORMS_START + 75)
#define RID_STR_SEARCH_NORECORD (RID_FORMS_START + 8)
#define RID_STR_SEARCH_GENERAL_ERROR (RID_FORMS_START + 9)
#define RID_STR_OVERFLOW_FORWARD (RID_FORMS_START + 34)
#define RID_STR_OVERFLOW_BACKWARD (RID_FORMS_START + 35)
#define RID_STR_SEARCH_COUNTING (RID_FORMS_START + 76)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */