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
df63b3c8
Kaydet (Commit)
df63b3c8
authored
May 18, 2001
tarafından
Christian Lippka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#87098# calculate pause time correct
üst
273eb71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ximpshow.cxx
xmloff/source/draw/ximpshow.cxx
+3
-3
No files found.
xmloff/source/draw/ximpshow.cxx
Dosyayı görüntüle @
df63b3c8
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: ximpshow.cxx,v $
* $RCSfile: ximpshow.cxx,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change: $Author:
sab $ $Date: 2001-03-16 14:44:08
$
* last change: $Author:
cl $ $Date: 2001-05-18 08:39:24
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -197,7 +197,7 @@ SdXMLShowsContext::SdXMLShowsContext( SdXMLImport& rImport, sal_uInt16 nPrfx, c
...
@@ -197,7 +197,7 @@ SdXMLShowsContext::SdXMLShowsContext( SdXMLImport& rImport, sal_uInt16 nPrfx, c
if
(
!
SvXMLUnitConverter
::
convertTime
(
aTime
,
sValue
)
)
if
(
!
SvXMLUnitConverter
::
convertTime
(
aTime
,
sValue
)
)
continue
;
continue
;
const
sal_Int32
nMS
=
(
(
aTime
.
Hours
*
60
+
aTime
.
Minutes
)
*
60
+
aTime
.
Seconds
)
*
100
+
aTime
.
Hundredth
Seconds
;
const
sal_Int32
nMS
=
(
aTime
.
Hours
*
60
+
aTime
.
Minutes
)
*
60
+
aTime
.
Seconds
;
aAny
<<=
nMS
;
aAny
<<=
nMS
;
mpImpl
->
mxPresProps
->
setPropertyValue
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Pause"
)
),
aAny
);
mpImpl
->
mxPresProps
->
setPropertyValue
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Pause"
)
),
aAny
);
}
}
...
...
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