summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/bastyp.hrc
blob: fd128686b20b88e0b35a584d3ddcbc43c1d029ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* -*- 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 .
 */

#include <sfx2/sfx.hrc>

//for the mapping error code -> ResId

#define RC_BASTYP                                               RID_SFX_BASTYP_START
#define STR_FILTER_NOT_INSTALLED                (RC_BASTYP +  9)
#define STR_FILTER_CONSULT_SERVICE              (RC_BASTYP + 10)
#define STR_HTML_GENERATOR                              (RC_BASTYP + 30)

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ro/lhm/libreoffice-6-1%2bbackports&id=00aa0892e7385cd8395dd39814077958be42e720'>Reorganize Scheduler priority classesJan-Marek Glogowski 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2017-06-06SID_ATTR_PATHGROUP isn't used anywhere, luckilyCaolán McNamara 2017-05-19make string translation loading more uniformCaolán McNamara 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-07Drop remains of the Welcome Screen featureGabor Kelemen 2017-03-29loplugin:singlevalfieldsNoel Grandin 2017-03-26Fix typosAndrea Gelmini 2017-02-10convert SvtSaveOptions::EOption to scoped enumNoel Grandin 2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin 2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin 2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski 2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski 2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski 2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin 2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin 2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin 2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin 2016-12-08convert SFX_HINT to scoped enumNoel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-06-11tdf#97087 Timers and idles should have programmer comprehensible, unique namesapurvapriyadarshi 2016-06-01remove unused SID constants and associated codeNoel Grandin 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-02-09Remove excess newlinesChris Sherlock 2016-01-13Revert "svl, sfx2: WaE - unused variables removed"Stephan Bergmann 2016-01-13svl, sfx2: WaE - unused variables removedChris Sherlock 2016-01-13-Werror=unused-but-set-variableStephan Bergmann 2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin