Files
loongoffice/cui/source/dialogs/fmsearch.hrc
Thomas Arnhold dd97e42661 ErrorBoxes from fmsearch to String
Change-Id: I0c2d12a79e8af2125c3aad7f0a6cb873ce3b4d2c
2014-08-15 23:30:27 +02:00

39 lines
1.8 KiB
Plaintext

/* -*- 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 _FMSEARCH_HRC
#define _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 // _FMSEARCH_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */