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
b7a63f1d
Kaydet (Commit)
b7a63f1d
authored
Eki 31, 2012
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed unused variable bSuppressRotation
üst
0e895f45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
escherex.hxx
filter/inc/filter/msfilter/escherex.hxx
+0
-2
escherex.cxx
filter/source/msfilter/escherex.cxx
+0
-5
No files found.
filter/inc/filter/msfilter/escherex.hxx
Dosyayı görüntüle @
b7a63f1d
...
@@ -1163,8 +1163,6 @@ class MSFILTER_DLLPUBLIC EscherPropertyContainer
...
@@ -1163,8 +1163,6 @@ class MSFILTER_DLLPUBLIC EscherPropertyContainer
sal_uInt32
nCountSize
;
sal_uInt32
nCountSize
;
sal_Bool
bHasComplexData
;
sal_Bool
bHasComplexData
;
sal_Bool
bSuppressRotation
;
sal_uInt32
ImplGetColor
(
const
sal_uInt32
rColor
,
sal_Bool
bSwap
=
sal_True
);
sal_uInt32
ImplGetColor
(
const
sal_uInt32
rColor
,
sal_Bool
bSwap
=
sal_True
);
void
ImplCreateGraphicAttributes
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
&
rXPropSet
,
void
ImplCreateGraphicAttributes
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
&
rXPropSet
,
...
...
filter/source/msfilter/escherex.cxx
Dosyayı görüntüle @
b7a63f1d
...
@@ -158,7 +158,6 @@ void EscherPropertyContainer::ImplInit()
...
@@ -158,7 +158,6 @@ void EscherPropertyContainer::ImplInit()
nCountSize
=
0
;
nCountSize
=
0
;
nSortBufSize
=
64
;
nSortBufSize
=
64
;
bHasComplexData
=
sal_False
;
bHasComplexData
=
sal_False
;
bSuppressRotation
=
sal_False
;
pSortStruct
=
new
EscherPropSortStruct
[
nSortBufSize
];
pSortStruct
=
new
EscherPropSortStruct
[
nSortBufSize
];
}
}
...
@@ -323,9 +322,6 @@ void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uI
...
@@ -323,9 +322,6 @@ void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uI
sal_uInt32
nPropValue
=
pSortStruct
[
i
].
nPropValue
;
sal_uInt32
nPropValue
=
pSortStruct
[
i
].
nPropValue
;
sal_uInt16
nPropId
=
pSortStruct
[
i
].
nPropId
;
sal_uInt16
nPropId
=
pSortStruct
[
i
].
nPropId
;
if
(
bSuppressRotation
&&
(
nPropId
==
ESCHER_Prop_Rotation
)
)
nPropValue
=
0
;
rSt
<<
nPropId
rSt
<<
nPropId
<<
nPropValue
;
<<
nPropValue
;
}
}
...
@@ -2394,7 +2390,6 @@ sal_Bool EscherPropertyContainer::CreateConnectorProperties(
...
@@ -2394,7 +2390,6 @@ sal_Bool EscherPropertyContainer::CreateConnectorProperties(
}
}
CreateLineProperties
(
aXPropSet
,
sal_False
);
CreateLineProperties
(
aXPropSet
,
sal_False
);
bRetValue
=
sal_True
;
bRetValue
=
sal_True
;
bSuppressRotation
=
sal_False
;
}
}
}
}
}
}
...
...
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