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
db20a50f
Kaydet (Commit)
db20a50f
authored
Haz 19, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Int32 as long on 32bit, how we hate thee
Change-Id: I702509c7ad9dd3e84feb6d880264df36afe3c5b3
üst
87dfa6dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ooxmlexport.cxx
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+2
-2
No files found.
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Dosyayı görüntüle @
db20a50f
...
...
@@ -823,7 +823,7 @@ void Test::testFdo64238_a()
uno
::
Reference
<
text
::
XTextRange
>
xFooterParagraph
=
getParagraphOfText
(
1
,
xFooterText
);
uno
::
Reference
<
container
::
XEnumerationAccess
>
xRunEnumAccess
(
xFooterParagraph
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XEnumeration
>
xRunEnum
=
xRunEnumAccess
->
createEnumeration
();
int
numOfRuns
=
0
;
sal_Int32
numOfRuns
=
0
;
while
(
xRunEnum
->
hasMoreElements
())
{
uno
::
Reference
<
text
::
XTextRange
>
xRun
(
xRunEnum
->
nextElement
(),
uno
::
UNO_QUERY
);
...
...
@@ -843,7 +843,7 @@ void Test::testFdo64238_b()
uno
::
Reference
<
text
::
XTextRange
>
xFooterParagraph
=
getParagraphOfText
(
1
,
xFooterText
);
uno
::
Reference
<
container
::
XEnumerationAccess
>
xRunEnumAccess
(
xFooterParagraph
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
container
::
XEnumeration
>
xRunEnum
=
xRunEnumAccess
->
createEnumeration
();
int
numOfRuns
=
0
;
sal_Int32
numOfRuns
=
0
;
while
(
xRunEnum
->
hasMoreElements
())
{
uno
::
Reference
<
text
::
XTextRange
>
xRun
(
xRunEnum
->
nextElement
(),
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