Kaydet (Commit) 765d91d8 authored tarafından Caolán McNamara's avatar Caolán McNamara

weld SwCharURLPage

Change-Id: I5263147c2dd15e6cab5b405d1680c2a3778137a6
Reviewed-on: https://gerrit.libreoffice.org/55861
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 9d4c5e2f
This diff is collapsed.
......@@ -55,32 +55,30 @@ public:
class SwCharURLPage : public SfxTabPage
{
VclPtr<Edit> m_pURLED;
VclPtr<FixedText> m_pTextFT;
VclPtr<Edit> m_pTextED;
VclPtr<Edit> m_pNameED;
VclPtr<ComboBox> m_pTargetFrameLB;
VclPtr<PushButton> m_pURLPB;
VclPtr<PushButton> m_pEventPB;
VclPtr<ListBox> m_pVisitedLB;
VclPtr<ListBox> m_pNotVisitedLB;
VclPtr<VclContainer> m_pCharStyleContainer;
SvxMacroItem* pINetItem;
bool bModified;
DECL_LINK(InsertFileHdl, Button*, void);
DECL_LINK(EventHdl, Button*, void);
std::unique_ptr<weld::Entry> m_xURLED;
std::unique_ptr<weld::Label> m_xTextFT;
std::unique_ptr<weld::Entry> m_xTextED;
std::unique_ptr<weld::Entry> m_xNameED;
std::unique_ptr<weld::ComboBoxText> m_xTargetFrameLB;
std::unique_ptr<weld::Button> m_xURLPB;
std::unique_ptr<weld::Button> m_xEventPB;
std::unique_ptr<weld::ComboBoxText> m_xVisitedLB;
std::unique_ptr<weld::ComboBoxText> m_xNotVisitedLB;
std::unique_ptr<weld::Widget> m_xCharStyleContainer;
DECL_LINK(InsertFileHdl, weld::Button&, void);
DECL_LINK(EventHdl, weld::Button&, void);
public:
SwCharURLPage( vcl::Window* pParent,
const SfxItemSet& rSet );
SwCharURLPage(TabPageParent pParent, const SfxItemSet& rSet);
virtual ~SwCharURLPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create( TabPageParent pParent,
const SfxItemSet* rAttrSet);
virtual ~SwCharURLPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(TabPageParent pParent,
const SfxItemSet* rAttrSet);
virtual bool FillItemSet( SfxItemSet* rSet ) override;
virtual void Reset( const SfxItemSet* rSet ) override;
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- Generated with glade 3.22.1 -->
<interface domain="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="CharURLPage">
......@@ -31,10 +31,10 @@
<object class="GtkLabel" id="label36">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|label36">URL:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">urled</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -45,10 +45,10 @@
<object class="GtkLabel" id="label37">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|label37">Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nameed</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -59,10 +59,10 @@
<object class="GtkLabel" id="textft">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|textft">Text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">texted</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -73,10 +73,10 @@
<object class="GtkLabel" id="label39">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|label39">Target frame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">targetfrmlb</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -101,6 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
</object>
<packing>
......@@ -112,6 +113,7 @@
<object class="GtkEntry" id="nameed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
</object>
<packing>
......@@ -123,6 +125,7 @@
<object class="GtkEntry" id="texted">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
</object>
<packing>
......@@ -151,6 +154,7 @@
<child internal-child="entry">
<object class="GtkEntry" id="comboboxtext-entry">
<property name="can_focus">False</property>
<property name="activates_default">True</property>
</object>
</child>
</object>
......@@ -217,10 +221,10 @@
<object class="GtkLabel" id="label34">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|label34">Visited links:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">visitedlb</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -231,10 +235,10 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="charurlpage|label10">Unvisited links:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">unvisitedlb</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -242,7 +246,7 @@
</packing>
</child>
<child>
<object class="GtkComboBox" id="visitedlb">
<object class="GtkComboBoxText" id="visitedlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......@@ -252,7 +256,7 @@
</packing>
</child>
<child>
<object class="GtkComboBox" id="unvisitedlb">
<object class="GtkComboBoxText" id="unvisitedlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment