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
5bbc90be
Kaydet (Commit)
5bbc90be
authored
May 16, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unused XGradient::VclGradient
Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc
üst
04ab7b8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
18 deletions
+0
-18
xgrad.hxx
include/svx/xgrad.hxx
+0
-1
xattr.cxx
svx/source/xoutdev/xattr.cxx
+0
-16
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
include/svx/xgrad.hxx
Dosyayı görüntüle @
5bbc90be
...
@@ -75,7 +75,6 @@ public:
...
@@ -75,7 +75,6 @@ public:
sal_uInt16
GetStartIntens
()
const
{
return
nIntensStart
;
}
sal_uInt16
GetStartIntens
()
const
{
return
nIntensStart
;
}
sal_uInt16
GetEndIntens
()
const
{
return
nIntensEnd
;
}
sal_uInt16
GetEndIntens
()
const
{
return
nIntensEnd
;
}
sal_uInt16
GetSteps
()
const
{
return
nStepCount
;
}
sal_uInt16
GetSteps
()
const
{
return
nStepCount
;
}
Gradient
VclGradient
()
const
;
};
};
#endif
#endif
...
...
svx/source/xoutdev/xattr.cxx
Dosyayı görüntüle @
5bbc90be
...
@@ -2511,22 +2511,6 @@ bool XGradient::operator==(const XGradient& rGradient) const
...
@@ -2511,22 +2511,6 @@ bool XGradient::operator==(const XGradient& rGradient) const
nStepCount
==
rGradient
.
nStepCount
);
nStepCount
==
rGradient
.
nStepCount
);
}
}
Gradient
XGradient
::
VclGradient
()
const
{
Gradient
aGradient
;
aGradient
.
SetStyle
((
GradientStyle
)
eStyle
);
aGradient
.
SetStartColor
(
aStartColor
);
aGradient
.
SetEndColor
(
aEndColor
);
aGradient
.
SetAngle
(
nAngle
);
aGradient
.
SetBorder
(
nBorder
);
aGradient
.
SetOfsX
(
nOfsX
);
aGradient
.
SetOfsY
(
nOfsY
);
aGradient
.
SetStartIntensity
(
nIntensStart
);
aGradient
.
SetEndIntensity
(
nIntensEnd
);
aGradient
.
SetSteps
(
nStepCount
);
return
aGradient
;
}
// class XFillGradientItem
// class XFillGradientItem
TYPEINIT1_AUTOFACTORY
(
XFillGradientItem
,
NameOrIndex
);
TYPEINIT1_AUTOFACTORY
(
XFillGradientItem
,
NameOrIndex
);
...
...
unusedcode.easy
Dosyayı görüntüle @
5bbc90be
...
@@ -59,7 +59,6 @@ VCLXGraphics::getLineColor()
...
@@ -59,7 +59,6 @@ VCLXGraphics::getLineColor()
VCLXGraphics::getRasterOp()
VCLXGraphics::getRasterOp()
VCLXGraphics::getTextColor()
VCLXGraphics::getTextColor()
VCLXGraphics::getTextFillColor()
VCLXGraphics::getTextFillColor()
XGradient::VclGradient() const
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testVertJustify()
apitest::CellProperties::testVertJustify()
apitest::DataPilotField::testAutoShowInfo()
apitest::DataPilotField::testAutoShowInfo()
...
...
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