LibreOffice Module sfx2 (master) 1
inettbc.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_SFX2_INC_INETTBC_HXX
21#define INCLUDED_SFX2_INC_INETTBC_HXX
22
23#include <rtl/ustring.hxx>
24#include <sfx2/tbxctrl.hxx>
25
26namespace weld { class ComboBox; };
28class SvtURLBox;
29
31{
32private:
34
35 SvtURLBox* GetURLBox() const;
37 void OpenURL( const OUString& rName ) const;
38
39 DECL_LINK(OpenHdl, weld::ComboBox&, bool);
40 DECL_LINK(SelectHdl, weld::ComboBox&, void);
41
43 {
44 css::uno::Reference< css::frame::XDispatch > xDispatch;
45 css::util::URL aTargetURL;
46 css::uno::Sequence< css::beans::PropertyValue > aArgs;
47 };
48
49 DECL_STATIC_LINK( SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, void*, void );
50
51public:
52
54
55 SfxURLToolBoxControl_Impl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rBox );
56 virtual ~SfxURLToolBoxControl_Impl() override;
57
59 virtual void StateChangedAtToolBoxControl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) override;
60};
61
62#endif
63
64/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual void StateChangedAtToolBoxControl(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override
Definition: inettbc.cxx:221
void OpenURL(const OUString &rName) const
Definition: inettbc.cxx:121
SvtURLBox * GetURLBox() const
Definition: inettbc.cxx:116
virtual ~SfxURLToolBoxControl_Impl() override
Definition: inettbc.cxx:60
virtual VclPtr< InterimItemWindow > CreateItemWindow(vcl::Window *pParent) override
Definition: inettbc.cxx:178
DECL_LINK(OpenHdl, weld::ComboBox &, bool)
SfxURLToolBoxControl_Impl(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rBox)
Definition: inettbc.cxx:53
DECL_STATIC_LINK(SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, void *, void)
DECL_LINK(SelectHdl, weld::ComboBox &, void)
URLBoxItemWindow * GetURLBoxItemWindow() const
Definition: inettbc.cxx:111
SfxItemState
css::uno::Sequence< css::beans::PropertyValue > aArgs
Definition: inettbc.hxx:46
css::uno::Reference< css::frame::XDispatch > xDispatch
Definition: inettbc.hxx:44