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
b7fffe84
Kaydet (Commit)
b7fffe84
authored
Tem 07, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd: test that we fixed the SdStyleSheet lifecycle
Change-Id: Ia7e3c28eec02f23e4926cfb77b0afe7f8e79c711
üst
8904bf48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
export-tests.cxx
sd/qa/unit/export-tests.cxx
+1
-1
No files found.
sd/qa/unit/export-tests.cxx
Dosyayı görüntüle @
b7fffe84
...
@@ -686,8 +686,8 @@ void SdExportTest::testTdf80020()
...
@@ -686,8 +686,8 @@ void SdExportTest::testTdf80020()
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamily
(
xStyleFamilies
->
getByName
(
"graphics"
),
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamily
(
xStyleFamilies
->
getByName
(
"graphics"
),
uno
::
UNO_QUERY
);
uno
::
Reference
<
style
::
XStyle
>
xStyle
(
xStyleFamily
->
getByName
(
"Test Style"
),
uno
::
UNO_QUERY
);
uno
::
Reference
<
style
::
XStyle
>
xStyle
(
xStyleFamily
->
getByName
(
"Test Style"
),
uno
::
UNO_QUERY
);
CPPUNIT_ASSERT_EQUAL
(
OUString
(
"text"
),
xStyle
->
getParentStyle
());
CPPUNIT_ASSERT_EQUAL
(
OUString
(
"text"
),
xStyle
->
getParentStyle
());
xDocShRef
=
saveAndReload
(
xDocShRef
,
ODP
);
}
}
xDocShRef
=
saveAndReload
(
xDocShRef
,
ODP
);
uno
::
Reference
<
style
::
XStyleFamiliesSupplier
>
xStyleFamiliesSupplier
(
xDocShRef
->
GetModel
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
style
::
XStyleFamiliesSupplier
>
xStyleFamiliesSupplier
(
xDocShRef
->
GetModel
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamilies
(
xStyleFamiliesSupplier
->
getStyleFamilies
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamilies
(
xStyleFamiliesSupplier
->
getStyleFamilies
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamily
(
xStyleFamilies
->
getByName
(
"graphics"
),
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XNameAccess
>
xStyleFamily
(
xStyleFamilies
->
getByName
(
"graphics"
),
uno
::
UNO_QUERY
);
...
...
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