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
615a2470
Kaydet (Commit)
615a2470
authored
Ock 29, 2011
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
üst
510d9030
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
eppt.cxx
sd/source/filter/eppt/eppt.cxx
+2
-1
epptso.cxx
sd/source/filter/eppt/epptso.cxx
+2
-4
No files found.
sd/source/filter/eppt/eppt.cxx
Dosyayı görüntüle @
615a2470
...
...
@@ -237,10 +237,11 @@ void PPTWriter::ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_
aAny
>>=
aAs
;
nSpeed
=
(
sal_uInt8
)
aAs
;
}
sal_Int16
nTT
=
0
,
nTST
=
0
;
sal_Int16
nTT
=
0
;
if
(
GetPropertyValue
(
aAny
,
mXPagePropSet
,
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"TransitionType"
)
)
)
&&
(
aAny
>>=
nTT
)
)
{
sal_Int16
nTST
=
0
;
if
(
GetPropertyValue
(
aAny
,
mXPagePropSet
,
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"TransitionSubtype"
)
)
)
&&
(
aAny
>>=
nTST
)
)
nTransitionType
=
GetTransition
(
nTT
,
nTST
,
eFe
,
nDirection
);
...
...
sd/source/filter/eppt/epptso.cxx
Dosyayı görüntüle @
615a2470
...
...
@@ -135,7 +135,6 @@ PPTExBulletProvider::~PPTExBulletProvider()
sal_uInt16
PPTExBulletProvider
::
GetId
(
const
ByteString
&
rUniqueId
,
Size
&
rGraphicSize
)
{
sal_uInt16
nRetValue
=
0xffff
;
sal_uInt32
nId
=
0
;
if
(
rUniqueId
.
Len
()
)
{
...
...
@@ -169,8 +168,7 @@ sal_uInt16 PPTExBulletProvider::GetId( const ByteString& rUniqueId, Size& rGraph
aGraphicObject
=
GraphicObject
(
aMappedGraphic
);
}
}
nId
=
pGraphicProv
->
GetBlibID
(
aBuExPictureStream
,
aGraphicObject
.
GetUniqueID
(),
aRect
,
NULL
,
NULL
);
sal_uInt32
nId
=
pGraphicProv
->
GetBlibID
(
aBuExPictureStream
,
aGraphicObject
.
GetUniqueID
(),
aRect
,
NULL
,
NULL
);
if
(
nId
&&
(
nId
<
0x10000
)
)
nRetValue
=
(
sal_uInt16
)
nId
-
1
;
...
...
@@ -3248,7 +3246,6 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a
{
continue
;
}
sal_Int32
nPlacementID
=
-
1
;
sal_Bool
bClientData
=
(
bEffect
||
(
eCa
!=
::
com
::
sun
::
star
::
presentation
::
ClickAction_NONE
)
||
nPlaceHolderAtom
||
nOlePictureId
);
...
...
@@ -3256,6 +3253,7 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a
{
if
(
nPlaceHolderAtom
)
{
sal_Int32
nPlacementID
=
-
1
;
if
(
(
mnTextStyle
==
EPP_TEXTSTYLE_TITLE
)
||
(
mnTextStyle
==
EPP_TEXTSTYLE_BODY
)
)
nPlacementID
=
nIndices
++
;
else
...
...
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