Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7d5bda0a
Kaydet (Commit)
7d5bda0a
authored
Haz 17, 2016
tarafından
Katarina Behrens
Kaydeden (comit)
Thorsten Behrens
Agu 18, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
screenshots: add missing cppunit files
Change-Id: I9fd716671c7d1dc568d14b914c9a802fc6239a5e
üst
ed43afc3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
73 additions
and
2 deletions
+73
-2
CppunitTest_sd_dialogs_test.mk
sd/CppunitTest_sd_dialogs_test.mk
+71
-0
dialogs-test.cxx
sd/qa/unit/dialogs-test.cxx
+0
-0
tabdlg.cxx
sfx2/source/dialog/tabdlg.cxx
+2
-2
No files found.
sd/CppunitTest_sd_dialogs_test.mk
0 → 100644
Dosyayı görüntüle @
7d5bda0a
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sd_dialogs_test))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_dialogs_test, \
sd/qa/unit/dialogs-test \
))
$(eval $(call gb_CppunitTest_use_sdk_api,sd_dialogs_test))
$(eval $(call gb_CppunitTest_set_include,sd_dialogs_test,\
-I$(SRCDIR)/sd/source/ui/inc \
-I$(SRCDIR)/sd/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_libraries,sd_dialogs_test, \
basegfx \
comphelper \
cppu \
cppuhelper \
drawinglayer \
editeng \
i18nlangtag \
i18nutil \
msfilter \
oox \
sal \
salhelper \
sax \
sd \
sdui \
sfx \
sot \
svl \
svt \
svx \
svxcore \
test \
tl \
tk \
ucbhelper \
unotest \
utl \
vcl \
xo \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_use_external,sd_dialogs_test,boost_headers))
$(eval $(call gb_CppunitTest_use_sdk_api,sd_dialogs_test))
$(eval $(call gb_CppunitTest_use_ure,sd_dialogs_test))
$(eval $(call gb_CppunitTest_use_vcl_non_headless,sd_dialogs_test))
$(eval $(call gb_CppunitTest_use_rdb,sd_dialogs_test,services))
# $(eval $(call gb_CppunitTest_use_configuration,sd_dialogs_test))
$(eval $(call gb_CppunitTest_use_instdir_configuration,sd_dialogs_test))
# vim: set noet sw=4 ts=4:
sd/qa/unit/dialogs-test.cxx
0 → 100644
Dosyayı görüntüle @
7d5bda0a
This diff is collapsed.
Click to expand it.
sfx2/source/dialog/tabdlg.cxx
Dosyayı görüntüle @
7d5bda0a
...
...
@@ -1336,7 +1336,7 @@ std::vector<OString> SfxTabDialog::getAllPageUIXMLDescriptions() const
{
std
::
vector
<
OString
>
aRetval
;
for
(
SfxTabDlgData_Impl
::
const_iterator
it
=
pImpl
->
aData
.
begin
();
it
!=
pImpl
->
aData
.
end
();
++
it
)
for
(
SfxTabDlgData_Impl
::
const_iterator
it
=
m_pImpl
->
aData
.
begin
();
it
!=
m_
pImpl
->
aData
.
end
();
++
it
)
{
SfxTabPage
*
pCandidate
=
GetTabPage
((
*
it
)
->
nId
);
...
...
@@ -1359,7 +1359,7 @@ std::vector<OString> SfxTabDialog::getAllPageUIXMLDescriptions() const
bool
SfxTabDialog
::
selectPageByUIXMLDescription
(
const
OString
&
rUIXMLDescription
)
{
for
(
SfxTabDlgData_Impl
::
const_iterator
it
=
pImpl
->
aData
.
begin
();
it
!=
pImpl
->
aData
.
end
();
++
it
)
for
(
SfxTabDlgData_Impl
::
const_iterator
it
=
m_pImpl
->
aData
.
begin
();
it
!=
m_
pImpl
->
aData
.
end
();
++
it
)
{
SfxTabPage
*
pCandidate
=
(
*
it
)
->
pTabPage
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment