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
bb11009a
Kaydet (Commit)
bb11009a
authored
Agu 25, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary invalid downcasts
Change-Id: I04a6fa07ef4dfd2609b466c7c8ff9ba925c9683c
üst
0dd209b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
EnhancedCustomShapeFunctionParser.cxx
...source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+4
-4
No files found.
svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
Dosyayı görüntüle @
bb11009a
...
...
@@ -629,14 +629,14 @@ public:
else
if
(
mpSecondArg
->
isConstant
()
&&
(
*
mpSecondArg
)()
==
1
)
aRet
=
mpFirstArg
->
fillNode
(
rEquations
,
NULL
,
nFlags
);
else
if
(
(
mpFirstArg
->
getType
()
==
BINARY_FUNC_DIV
)
// don't care of (pi/180)
&&
(
((
BinaryFunctionExpression
*
)
((
BinaryFunctionExpression
*
)
mpFirstArg
.
get
())
->
mpFirstArg
.
get
()
)
->
getType
()
==
ENUM_FUNC_PI
)
&&
(
((
BinaryFunctionExpression
*
)
((
BinaryFunctionExpression
*
)
mpFirstArg
.
get
())
->
mpSecondArg
.
get
()
)
->
getType
()
==
FUNC_CONST
)
)
&&
(
((
BinaryFunctionExpression
*
)
mpFirstArg
.
get
())
->
mpFirstArg
.
get
(
)
->
getType
()
==
ENUM_FUNC_PI
)
&&
(
((
BinaryFunctionExpression
*
)
mpFirstArg
.
get
())
->
mpSecondArg
.
get
(
)
->
getType
()
==
FUNC_CONST
)
)
{
aRet
=
mpSecondArg
->
fillNode
(
rEquations
,
NULL
,
nFlags
);
}
else
if
(
(
mpSecondArg
->
getType
()
==
BINARY_FUNC_DIV
)
// don't care of (pi/180)
&&
(
((
BinaryFunctionExpression
*
)
((
BinaryFunctionExpression
*
)
mpSecondArg
.
get
())
->
mpFirstArg
.
get
()
)
->
getType
()
==
ENUM_FUNC_PI
)
&&
(
((
BinaryFunctionExpression
*
)
((
BinaryFunctionExpression
*
)
mpSecondArg
.
get
())
->
mpSecondArg
.
get
()
)
->
getType
()
==
FUNC_CONST
)
)
&&
(
((
BinaryFunctionExpression
*
)
mpSecondArg
.
get
())
->
mpFirstArg
.
get
(
)
->
getType
()
==
ENUM_FUNC_PI
)
&&
(
((
BinaryFunctionExpression
*
)
mpSecondArg
.
get
())
->
mpSecondArg
.
get
(
)
->
getType
()
==
FUNC_CONST
)
)
{
aRet
=
mpFirstArg
->
fillNode
(
rEquations
,
NULL
,
nFlags
);
}
...
...
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