merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / hlmailtp.hxx
blob39b2bc2670eb448a5cabcaba2fabaf9742c0c342
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: hlmailtp.hxx,v $
10 * $Revision: 1.4 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SVX_TABPAGE_MAIL_HYPERLINK_HXX
31 #define _SVX_TABPAGE_MAIL_HYPERLINK_HXX
33 #include "hltpbase.hxx"
35 /*************************************************************************
37 |* Tabpage : Hyperlink - Mail & News
39 \************************************************************************/
41 class SvxHyperlinkMailTp : public SvxHyperlinkTabPageBase
43 private:
44 FixedLine maGrpMailNews;
45 RadioButton maRbtMail;
46 RadioButton maRbtNews;
47 FixedText maFtReceiver;
48 SvxHyperURLBox maCbbReceiver;
49 ImageButton maBtAdrBook;
50 FixedText maFtSubject;
51 Edit maEdSubject;
53 DECL_LINK (Click_SmartProtocol_Impl, void * ); // Radiobutton clicked: Type EMAIl or News
54 DECL_LINK (ClickAdrBookHdl_Impl , void * ); // Button : Address book
55 DECL_LINK (ModifiedReceiverHdl_Impl, void * ); // Combobox "receiver" modified
57 void SetScheme( const String& aScheme );
58 void RemoveImproperProtocol(const String& aProperScheme);
59 String GetSchemeFromButtons() const;
60 INetProtocol GetSmartProtocolFromButtons() const;
62 String CreateAbsoluteURL() const;
64 protected:
65 virtual void FillDlgFields ( String& aStrURL );
66 virtual void GetCurentItemData ( String& aStrURL, String& aStrName,
67 String& aStrIntName, String& aStrFrame,
68 SvxLinkInsertMode& eMode );
70 public:
71 SvxHyperlinkMailTp ( Window *pParent, const SfxItemSet& rItemSet);
72 ~SvxHyperlinkMailTp ();
74 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
76 virtual void SetInitFocus();
80 #endif // _SVX_TABPAGE_MAIL_HYPERLINK_HXX