summaryrefslogtreecommitdiff
path: root/basctl/inc/helpid.hrc
blob: 86e3d4f58c8955b88622a36409c546f757ff7f46 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* -*- 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_BASCTL_INC_HELPID_HRC
#define INCLUDED_BASCTL_INC_HELPID_HRC

#define HID_BASICIDE_OBJECTCAT                            "BASCTL_HID_BASICIDE_OBJECTCAT"

#define HID_BASICIDE_BRKDLG                               "BASCTL_HID_BASICIDE_BRKDLG"
#define HID_BASICIDE_ACTIV                                "BASCTL_HID_BASICIDE_ACTIV"
#define HID_BASICIDE_BRKPROPS                             "BASCTL_HID_BASICIDE_BRKPROPS"
#define HID_BASICIDE_REMOVEWATCH                          "BASCTL_HID_BASICIDE_REMOVEWATCH"

#define HID_BASICIDE_MODULWINDOW                          "BASCTL_HID_BASICIDE_MODULWINDOW"
#define HID_BASICIDE_DIALOGWINDOW                         "BASCTL_HID_BASICIDE_DIALOGWINDOW"

#define HID_BASICIDE_EDITORWINDOW                         "BASCTL_HID_BASICIDE_EDITORWINDOW"
#define HID_BASICIDE_BREAKPOINTWINDOW                     "BASCTL_HID_BASICIDE_BREAKPOINTWINDOW"
#define HID_BASICIDE_WATCHWINDOW                          "BASCTL_HID_BASICIDE_WATCHWINDOW"
#define HID_BASICIDE_STACKWINDOW                          "BASCTL_HID_BASICIDE_STACKWINDOW"
#define HID_BASICIDE_TABBAR                               "BASCTL_HID_BASICIDE_TABBAR"
#define HID_BASICIDE_WATCHWINDOW_EDIT                     "BASCTL_HID_BASICIDE_WATCHWINDOW_EDIT"
#define HID_BASICIDE_WATCHWINDOW_LIST                     "BASCTL_HID_BASICIDE_WATCHWINDOW_LIST"
#define HID_BASICIDE_STACKWINDOW_LIST                     "BASCTL_HID_BASICIDE_STACKWINDOW_LIST"

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
21clarify this code a bitCaolán McNamara 2018-10-19clang-tidy readability-container-size-emptyNoel Grandin 2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen 2018-10-15add SvStream::TellEndNoel Grandin 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-09-20ofz#10526 check with dynamic_cast its really a EMFPStringFormatCaolán McNamara 2018-09-17New loplugin:externalStephan Bergmann 2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand 2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin 2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin 2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin 2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand 2018-08-29-Werror=redundant-move (GCC 9), take twoStephan Bergmann 2018-08-28Revert "-Werror=redundant-move"Stephan Bergmann 2018-08-28-Werror=redundant-moveStephan Bergmann 2018-08-17tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand 2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann 2018-08-13ofz: Null-deferenceCaolán McNamara 2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski 2018-08-03loplugin:useuniqueptr in VclMetafileProcessor2DNoel Grandin 2018-08-02loplugin:expressionalwayszeroStephan Bergmann 2018-08-02coverity#1438196 deliberate 'Constant' variable guards dead codeCaolán McNamara 2018-08-02coverity#1438197 deliberate 'Constant' variable guards dead codeCaolán McNamara 2018-08-01Add missing sal/log.hxx headersGabor Kelemen 2018-07-31crashtesting: stack exhaustion exporting moz1253590-2.svg to odgCaolán McNamara 2018-07-31crashtesting: stack exhaustion exporting moz943243-4.svg to odgCaolán McNamara 2018-07-29loplugin:stringloop in variousNoel Grandin 2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin 2018-07-18Fix typosAndrea Gelmini 2018-07-18Removed duplicated includeAndrea Gelmini 2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin 2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin