summaryrefslogtreecommitdiff
path: root/include/svx/stddlg.hxx
blob: 973994f88f6d52750e4d0374844dc4a030f3a5c9 (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
/* -*- 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_SVX_STDDLG_HXX
#define INCLUDED_SVX_STDDLG_HXX

#include <sfx2/basedlgs.hxx>
#include <svx/svxdllapi.h>

// class SvxStandardDialog -----------------------------------------------

class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
{
public:
    SvxStandardDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription );

    short           Execute() override;

protected:
    virtual void    Apply() = 0;    // pure virtual!!!
};


#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
taticLuboš Luňák 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke 2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin 2018-02-02Clean up of dirty hack.Winfried Donkers 2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers 2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin 2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier 2018-01-15More loplugin:cstylecast: i18nutilStephan Bergmann 2018-01-12More loplugin:cstylecast: i18nutilStephan Bergmann 2018-01-02tdf#114681: Adding support for case folding in GlagoliticAleksandr Andreev 2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke 2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-07loplugin:salcall handle static methodsNoel Grandin 2017-11-20Upgrade to ICU 60.1Eike Rathke 2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke 2017-11-17Upgrade to ICU 60.1David Tardon 2017-11-11Remove duplication of Paper enum as #definesTor Lillqvist 2017-11-10There is no "paperconf" command on macOSTor Lillqvist 2017-11-09rename AvoidConfig to FuzzingCaolán McNamara 2017-10-23loplugin:includeform: i18nutilStephan Bergmann 2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin 2017-07-17loplugin:constparams in i18nutil,sotNoel Grandin 2017-07-12Turn OSL_ENSURE() into static_assert() for NUM_PAPER_ENTRIES enum matchEike Rathke 2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin 2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin 2017-06-07Make use of OUString::startsWith rest parameterStephan Bergmann 2017-05-30coverity#1411565 'Constant' variable guards dead codeCaolán McNamara 2017-05-29i18nutil: fix invalid string copy that prevents startupMichael Stahl 2017-05-28remove unnecessary use of OString::getStrNoel Grandin