summaryrefslogtreecommitdiff
path: root/cui/source/options/securityoptions.hxx
blob: 19884eefa9a46e71cc0bf6fb8882a85c5eb3b715 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* -*- 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_CUI_SOURCE_OPTIONS_SECURITYOPTIONS_HXX
#define INCLUDED_CUI_SOURCE_OPTIONS_SECURITYOPTIONS_HXX

#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>


class SvtSecurityOptions;


namespace svx
{

    class SecurityOptionsDialog : public ModalDialog
    {
    private:
        VclPtr<CheckBox> m_pSaveOrSendDocsCB;
        VclPtr<CheckBox> m_pSignDocsCB;
        VclPtr<CheckBox> m_pPrintDocsCB;
        VclPtr<CheckBox> m_pCreatePdfCB;

        VclPtr<CheckBox> m_pRemovePersInfoCB;
        VclPtr<CheckBox> m_pRecommPasswdCB;
        VclPtr<CheckBox> m_pCtrlHyperlinkCB;
        VclPtr<CheckBox> m_pBlockUntrustedRefererLinksCB;

    public:
        SecurityOptionsDialog( vcl::Window* pParent, SvtSecurityOptions* pOptions );
        virtual ~SecurityOptionsDialog();
        virtual void dispose() SAL_OVERRIDE;

        bool IsSaveOrSendDocsChecked() const { return m_pSaveOrSendDocsCB->IsChecked(); }
        bool IsSignDocsChecked() const { return m_pSignDocsCB->IsChecked(); }
        bool IsPrintDocsChecked() const { return m_pPrintDocsCB->IsChecked(); }
        bool IsCreatePdfChecked() const { return m_pCreatePdfCB->IsChecked(); }
        bool IsRemovePersInfoChecked() const { return m_pRemovePersInfoCB->IsChecked(); }
        bool IsRecommPasswdChecked() const { return m_pRecommPasswdCB->IsChecked(); }
        bool IsCtrlHyperlinkChecked() const { return m_pCtrlHyperlinkCB->IsChecked(); }
        bool IsBlockUntrustedRefererLinksChecked() const { return m_pBlockUntrustedRefererLinksCB->IsChecked(); }
    };


}


#endif // INCLUDED_CUI_SOURCE_OPTIONS_SECURITYOPTIONS_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
91f11eb6ec0cb51ae835badd60ed09acd4ec44e'>TANGO: fix galaxy so print preview single page view icon showsYousuf Philips 2014-11-04line spacing: Introduce an icon for that.Jan Holesovsky 2014-11-04fdo#80161 Add an icon to the 'Export as PDF' commandYousuf Philips 2014-10-27fdo#85500 - TOOLBAR: Use insert page number icon for insert field controlYousuf Philips 2014-03-06Icon redux 01: Remove old draft view iconsAndrew 2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás 2014-02-10Remove unused icons after cleaning up Math zoomRodolfo Ribeiro Gomes 2013-09-01fdo#42434: swap flipvertical and fliphorizontal icons in some themesIvan Timofeev 2013-07-22Remove obsolote border dialogZolnai Tamás 2013-04-24Rename image files to match with command nameZolnai Tamás 2013-04-09remove unused icons: crystalAndras Timar 2013-04-07Added query properties icon for BaseIssa Alkurtass 2013-02-14Add findbar close icons to other icon-themes as wellJoren De Cuyper 2013-01-16Fixed Undo/Redo buttons icon orientation for RTL languages (ar/fa/he)Issa Alkurtass 2012-07-11fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat 2012-06-01Remove unusued icons in sfx2/res/Stefan Knorr (astron) 2012-06-01Remove unused and unnecessary help-related iconsStefan Knorr (astron) 2012-06-01Remove icons of the now also removed filler pages in optionsStefan Knorr (astron) 2012-05-24Shamelessly copied the file open icons for the two new commands.Kohei Yoshida