summaryrefslogtreecommitdiff
path: root/idlc/inc/astobserves.hxx
blob: 54da873b5631c5a778cbb6308d895603d1c4c46f (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
/* -*- 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_IDLC_INC_ASTOBSERVES_HXX
#define INCLUDED_IDLC_INC_ASTOBSERVES_HXX

#include "astinterface.hxx"

class AstObserves final : public AstDeclaration
{
public:
    AstObserves(AstInterface* pRealInterface, const OString& name, AstScope* pScope)
        : AstDeclaration(NT_observes, name, pScope)
        , m_pRealInterface(pRealInterface)
        {}

    AstInterface* getRealInterface()
        { return m_pRealInterface; }
private:
    AstInterface*   m_pRealInterface;
};

#endif // INCLUDED_IDLC_INC_ASTOBSERVES_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ecessary localization headers of svtoolsGabor Kelemen 2018-04-19tdf#117103 Warning error is emptyNoel Grandin 2018-04-17let's just run ResHookProc over everythingCaolán McNamara 2018-04-17loplugin:constparamsNoel Grandin 2018-04-14look for radio buttons without underlinesCaolán McNamara 2018-04-13weld SwAsciiFilterDlg and set an explicit parent for the dialogCaolán McNamara 2018-04-11weld LoginDialogCaolán McNamara 2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann 2018-04-05enable mapping direct from awt::XWindow and weld::WindowCaolán McNamara 2018-04-04loplugin:unusedenumconstantsNoel Grandin 2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin 2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara 2018-04-01remove unused processfactory.hxx includesJochen Nitschke 2018-03-22weld PasswordToOpenModifyDialogCaolán McNamara 2018-03-20weld MacroWarningCaolán McNamara 2018-03-20drop unnecessary includesCaolán McNamara 2018-03-19drop ErrCode::GetRestNoel Grandin 2018-03-16First cut at annotating 'exotic' filters.Michael Meeks 2018-03-16Related: tdf#115964 convert the problematic dialog to a native gtk3 oneCaolán McNamara 2018-03-16Related tdf#116264 trailing newlines used for msgbox padding now harmfulCaolán McNamara 2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin 2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara 2018-03-07make all the .ui message dialogs explicitly modalCaolán McNamara 2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara 2018-03-01give ok, cancel, help buttons those namesCaolán McNamara 2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara 2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara 2018-02-26split out GetStandardWarningBoxImageCaolán McNamara 2018-02-26tdf#115742: allow ignoring stale lockfile on saveMike Kaganski 2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara 2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara 2018-02-25convert all help responses to gtk's -11Caolán McNamara 2018-02-22weld native message dialogsCaolán McNamara 2018-02-19reserve negative responses for internal responsesCaolán McNamara 2018-02-14tdf#114676 release the SolarMutex, if we own itJan-Marek Glogowski 2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski 2018-02-08Remove a workaround to bring certain dialog to frontMike Kaganski