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
255bb46d
Kaydet (Commit)
255bb46d
authored
Eki 20, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I52308fced25173f6a4b1c56c0c494e89fb5c1648
üst
561f2410
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shape.cxx
oox/source/drawingml/shape.cxx
+1
-1
timenodelistcontext.cxx
oox/source/ppt/timenodelistcontext.cxx
+1
-1
No files found.
oox/source/drawingml/shape.cxx
Dosyayı görüntüle @
255bb46d
...
@@ -1193,7 +1193,7 @@ Reference < XShape > Shape::renderDiagramToGraphic( XmlFilterBase& rFilterBase )
...
@@ -1193,7 +1193,7 @@ Reference < XShape > Shape::renderDiagramToGraphic( XmlFilterBase& rFilterBase )
Graphic
aGraphic
;
Graphic
aGraphic
;
GraphicFilter
aFilter
(
false
);
GraphicFilter
aFilter
(
false
);
if
(
aFilter
.
ImportGraphic
(
aGraphic
,
""
,
mpTempStream
,
GRFILTER_FORMAT_NOTFOUND
,
NULL
,
GraphicFilterImportFlags
::
NONE
,
static_cast
<
Sequence
<
PropertyValue
>*
>
(
NULL
)
,
NULL
)
!=
GRFILTER_OK
)
if
(
aFilter
.
ImportGraphic
(
aGraphic
,
""
,
mpTempStream
,
GRFILTER_FORMAT_NOTFOUND
,
NULL
,
GraphicFilterImportFlags
::
NONE
,
static_cast
<
Sequence
<
PropertyValue
>*
>
(
NULL
)
)
!=
GRFILTER_OK
)
{
{
SAL_WARN
(
"oox.drawingml"
,
OSL_THIS_FUNC
SAL_WARN
(
"oox.drawingml"
,
OSL_THIS_FUNC
<<
"Unable to import rendered stream into graphic object"
);
<<
"Unable to import rendered stream into graphic object"
);
...
...
oox/source/ppt/timenodelistcontext.cxx
Dosyayı görüntüle @
255bb46d
...
@@ -276,7 +276,7 @@ namespace oox { namespace ppt {
...
@@ -276,7 +276,7 @@ namespace oox { namespace ppt {
{
{
const
OUString
aMediaTime
(
msCommand
.
copy
(
9
,
msCommand
.
getLength
()
-
10
)
);
const
OUString
aMediaTime
(
msCommand
.
copy
(
9
,
msCommand
.
getLength
()
-
10
)
);
rtl_math_ConversionStatus
eStatus
;
rtl_math_ConversionStatus
eStatus
;
double
fMediaTime
=
::
rtl
::
math
::
stringToDouble
(
aMediaTime
,
(
sal_Unicode
)(
'.'
),
(
sal_Unicode
)(
','
),
&
eStatus
,
NULL
);
double
fMediaTime
=
::
rtl
::
math
::
stringToDouble
(
aMediaTime
,
(
sal_Unicode
)(
'.'
),
(
sal_Unicode
)(
','
),
&
eStatus
);
if
(
eStatus
==
rtl_math_ConversionStatus_Ok
)
if
(
eStatus
==
rtl_math_ConversionStatus_Ok
)
{
{
aParamValue
.
Name
=
"MediaTime"
;
aParamValue
.
Name
=
"MediaTime"
;
...
...
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