/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef UUI_UNKNOWNAUTH_HXX #define UUI_UNKNOWNAUTH_HXX #include #include #include #include #include #include namespace cssu = com::sun::star::uno; namespace dcss = ::com::sun::star; using namespace com::sun::star; //===================================================================== //= Https_UADialog //===================================================================== class UnknownAuthDialog : public ModalDialog { private: PushButton m_aCommandButtonOK; CancelButton m_aCommandButtonCancel; HelpButton m_aCommandButtonHelp; PushButton m_aView_Certificate; RadioButton m_aOptionButtonAccept; RadioButton m_aOptionButtonDontAccept; FixedLine m_aLine; FixedText m_aLabel1; FixedImage m_aWarnImage; const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& m_xServiceFactory; const cssu::Reference< dcss::security::XCertificate >& m_rXCert; Window* m_pParent; ResMgr* pResourceMgr; DECL_LINK( OKHdl_Impl, PushButton * ); DECL_LINK( ViewCertHdl_Impl, PushButton * ); public: UnknownAuthDialog( Window* pParent, const cssu::Reference< dcss::security::XCertificate >& rXCert, const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, ResMgr * pResMgr ); const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > getServiceFactory() { return m_xServiceFactory; }; cssu::Reference< dcss::security::XCertificate > getCert() { return m_rXCert; }; Window* getParent() { return m_pParent; }; void setDescriptionText( const rtl::OUString &aText ) { m_aLabel1.SetText( aText ); }; }; #endif // UUI_UNKNOWNAUTH_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 4.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-10Revert "fix gold warning about hidden symbols"Stephan Bergmann
2013-05-10Enable building OpenSSL for OS XTor Lillqvist
2013-05-10Attempt to clarify nested conditional messTor Lillqvist
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-04-20enable symbols and disable optimization in openssl for a dbgutil buildMarkus Mohrhard
2013-04-19Fix https://-related crashes.Jan Holesovsky
2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl
2013-03-31fix gold warning about hidden symbolsPeter Foley
2013-03-21TypoTor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-28openssl: unset MAKEFLAGS on !MSC as wellMiklos Vajna
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-01-03Fix typo: s/VISIBILTIY/VISIBILITY/Tor Lillqvist
2012-12-31fix postgresql on winPeter Foley
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-10-07fix for openssl with MSVC when ccache is enabledPeter Foley
2012-08-16fix openssl build with VS2012Peter Foley
2012-06-22.patch files don't need executable bitsMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-23update internal openssl to version 0.9.8vPetr Mladek
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-16asm fixes in opensslLuboš Luňák
2012-03-16nss and openssl don't realiably build in paralleltinderbox
2012-03-06fix caseDavid Tardon
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-01-21android: don't add -I/usr/include to the compile line - urkMichael Meeks