summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-12-16 19:33:44 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-12-16 22:27:11 +0100
commit045665d7760f14b36f9971f8b736d5dee6189b0a (patch)
tree326124120aaaaa95ffccb027daff081052ffa175 /sw/source/ui
parent63f2350fa3f91fcc310f85a59f1becdfee2784af (diff)
tdf#129796: sw: Add UItest
Change-Id: I0eb3aa6a5550b1c49e88b0aa3195d3aae5d6396b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126960 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/fldui/flddb.cxx1
-rw-r--r--sw/source/ui/fldui/flddinf.cxx1
-rw-r--r--sw/source/ui/fldui/flddok.cxx3
-rw-r--r--sw/source/ui/fldui/fldfunc.cxx2
-rw-r--r--sw/source/ui/fldui/fldref.cxx3
-rw-r--r--sw/source/ui/fldui/fldvar.cxx4
6 files changed, 14 insertions, 0 deletions
diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx
index 5bc1c8d77645..f65abe0bdf7a 100644
--- a/sw/source/ui/fldui/flddb.cxx
+++ b/sw/source/ui/fldui/flddb.cxx
@@ -65,6 +65,7 @@ SwFieldDBPage::SwFieldDBPage(weld::Container* pPage, weld::DialogController* pCo
// uitests
m_xTypeLB->set_buildable_name(m_xTypeLB->get_buildable_name() + "-db");
+ m_xNumFormatLB->set_buildable_name(m_xNumFormatLB->get_buildable_name() + "-db");
}
SwFieldDBPage::~SwFieldDBPage()
diff --git a/sw/source/ui/fldui/flddinf.cxx b/sw/source/ui/fldui/flddinf.cxx
index aa5536d3eff8..b35a12b77516 100644
--- a/sw/source/ui/fldui/flddinf.cxx
+++ b/sw/source/ui/fldui/flddinf.cxx
@@ -80,6 +80,7 @@ SwFieldDokInfPage::SwFieldDokInfPage(weld::Container* pPage, weld::DialogControl
// uitests
m_xTypeTLB->set_buildable_name(m_xTypeTLB->get_buildable_name() + "-docinf");
+ m_xSelectionLB->set_buildable_name(m_xSelectionLB->get_buildable_name() + "-docinf");
}
SwFieldDokInfPage::~SwFieldDokInfPage()
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index b977568c71cd..3a4288fdcfcb 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -71,6 +71,9 @@ SwFieldDokPage::SwFieldDokPage(weld::Container* pPage, weld::DialogController* p
// uitests
m_xTypeLB->set_buildable_name(m_xTypeLB->get_buildable_name() + "-doc");
+ m_xValueED->set_buildable_name(m_xValueED->get_buildable_name() + "-doc");
+ m_xNumFormatLB->set_buildable_name(m_xNumFormatLB->get_buildable_name() + "-doc");
+ m_xSelectionLB->set_buildable_name(m_xSelectionLB->get_buildable_name() + "-doc");
}
SwFieldDokPage::~SwFieldDokPage()
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx
index 346327d1e026..9571d60ac5de 100644
--- a/sw/source/ui/fldui/fldfunc.cxx
+++ b/sw/source/ui/fldui/fldfunc.cxx
@@ -82,6 +82,8 @@ SwFieldFuncPage::SwFieldFuncPage(weld::Container* pPage, weld::DialogController*
// uitests
m_xTypeLB->set_buildable_name(m_xTypeLB->get_buildable_name() + "-func");
+ m_xValueED->set_buildable_name(m_xValueED->get_buildable_name() + "-func");
+ m_xSelectionLB->set_buildable_name(m_xSelectionLB->get_buildable_name() + "-func");
}
SwFieldFuncPage::~SwFieldFuncPage()
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 0c9b10eae16b..0b18e0d41e89 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -105,6 +105,9 @@ SwFieldRefPage::SwFieldRefPage(weld::Container* pPage, weld::DialogController* p
// uitests
m_xTypeLB->set_buildable_name(m_xTypeLB->get_buildable_name() + "-ref");
+ m_xNameED->set_buildable_name(m_xNameED->get_buildable_name() + "-ref");
+ m_xValueED->set_buildable_name(m_xValueED->get_buildable_name() + "-ref");
+ m_xSelectionLB->set_buildable_name(m_xSelectionLB->get_buildable_name() + "-ref");
}
SwFieldRefPage::~SwFieldRefPage()
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index b07f3d117837..22f0f5e596a5 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -82,6 +82,10 @@ SwFieldVarPage::SwFieldVarPage(weld::Container* pPage, weld::DialogController* p
// uitests
m_xTypeLB->set_buildable_name(m_xTypeLB->get_buildable_name() + "-var");
+ m_xNameED->set_buildable_name(m_xNameED->get_buildable_name() + "-var");
+ m_xValueED->set_buildable_name(m_xValueED->get_buildable_name() + "-var");
+ m_xNumFormatLB->set_buildable_name(m_xNumFormatLB->get_buildable_name() + "-var");
+ m_xSelectionLB->set_buildable_name(m_xSelectionLB->get_buildable_name() + "-var");
}
SwFieldVarPage::~SwFieldVarPage()