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
d8de1d60
Kaydet (Commit)
d8de1d60
authored
Ock 28, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
XFillGradientItem: don't assume the default Which ID
Change-Id: I2baced123f957fb47f7710c122664842e0b1bb1d
üst
a1bef744
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xflgrit.hxx
svx/inc/svx/xflgrit.hxx
+1
-1
xattr.cxx
svx/source/xoutdev/xattr.cxx
+3
-3
No files found.
svx/inc/svx/xflgrit.hxx
Dosyayı görüntüle @
d8de1d60
...
@@ -38,7 +38,7 @@ public:
...
@@ -38,7 +38,7 @@ public:
XFillGradientItem
()
:
NameOrIndex
(
XATTR_FILLGRADIENT
,
-
1
)
{}
XFillGradientItem
()
:
NameOrIndex
(
XATTR_FILLGRADIENT
,
-
1
)
{}
XFillGradientItem
(
sal_uInt16
nWhich_
)
:
NameOrIndex
(
nWhich_
,
-
1
)
{}
XFillGradientItem
(
sal_uInt16
nWhich_
)
:
NameOrIndex
(
nWhich_
,
-
1
)
{}
XFillGradientItem
(
sal_Int32
nIndex
,
const
XGradient
&
rTheGradient
);
XFillGradientItem
(
sal_Int32
nIndex
,
const
XGradient
&
rTheGradient
);
XFillGradientItem
(
const
UniString
&
rName
,
const
XGradient
&
rTheGradient
);
XFillGradientItem
(
const
UniString
&
rName
,
const
XGradient
&
rTheGradient
,
sal_uInt16
nWhich_
=
XATTR_FILLGRADIENT
);
XFillGradientItem
(
const
XGradient
&
rTheGradient
);
XFillGradientItem
(
const
XGradient
&
rTheGradient
);
XFillGradientItem
(
const
XFillGradientItem
&
rItem
);
XFillGradientItem
(
const
XFillGradientItem
&
rItem
);
XFillGradientItem
(
SvStream
&
rIn
,
sal_uInt16
nVer
=
0
);
XFillGradientItem
(
SvStream
&
rIn
,
sal_uInt16
nVer
=
0
);
...
...
svx/source/xoutdev/xattr.cxx
Dosyayı görüntüle @
d8de1d60
...
@@ -3163,8 +3163,8 @@ XFillGradientItem::XFillGradientItem(sal_Int32 nIndex,
...
@@ -3163,8 +3163,8 @@ XFillGradientItem::XFillGradientItem(sal_Int32 nIndex,
*************************************************************************/
*************************************************************************/
XFillGradientItem
::
XFillGradientItem
(
const
XubString
&
rName
,
XFillGradientItem
::
XFillGradientItem
(
const
XubString
&
rName
,
const
XGradient
&
rTheGradient
)
:
const
XGradient
&
rTheGradient
,
sal_uInt16
nWhich_
)
:
NameOrIndex
(
XATTR_FILLGRADIENT
,
rName
),
NameOrIndex
(
nWhich_
,
rName
),
aGradient
(
rTheGradient
)
aGradient
(
rTheGradient
)
{
{
}
}
...
@@ -3601,7 +3601,7 @@ XFillGradientItem* XFillGradientItem::checkForUniqueItem( SdrModel* pModel ) con
...
@@ -3601,7 +3601,7 @@ XFillGradientItem* XFillGradientItem::checkForUniqueItem( SdrModel* pModel ) con
// if the given name is not valid, replace it!
// if the given name is not valid, replace it!
if
(
aUniqueName
!=
GetName
()
)
if
(
aUniqueName
!=
GetName
()
)
return
new
XFillGradientItem
(
aUniqueName
,
aGradient
);
return
new
XFillGradientItem
(
aUniqueName
,
aGradient
,
Which
()
);
}
}
return
(
XFillGradientItem
*
)
this
;
return
(
XFillGradientItem
*
)
this
;
...
...
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