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
596ec6f5
Kaydet (Commit)
596ec6f5
authored
Agu 06, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Missing SdrEdgeLine1DeltaItem::Clone override
Change-Id: Id0fde0a76fbcb63c13c943a0caec0d715886f039
üst
4a93e2d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
sxelditm.hxx
include/svx/sxelditm.hxx
+1
-0
svdattr.cxx
svx/source/svdraw/svdattr.cxx
+5
-0
No files found.
include/svx/sxelditm.hxx
Dosyayı görüntüle @
596ec6f5
...
...
@@ -33,6 +33,7 @@ class SVX_DLLPUBLIC SdrEdgeLine1DeltaItem: public SdrMetricItem {
public
:
SdrEdgeLine1DeltaItem
(
long
nVal
=
0
)
:
SdrMetricItem
(
SDRATTR_EDGELINE1DELTA
,
nVal
)
{}
SdrEdgeLine1DeltaItem
(
SvStream
&
rIn
)
:
SdrMetricItem
(
SDRATTR_EDGELINE1DELTA
,
rIn
)
{}
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
)
const
SAL_OVERRIDE
;
virtual
bool
QueryValue
(
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
=
0
)
const
SAL_OVERRIDE
;
virtual
bool
PutValue
(
const
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
=
0
)
SAL_OVERRIDE
;
};
...
...
svx/source/svdraw/svdattr.cxx
Dosyayı görüntüle @
596ec6f5
...
...
@@ -1747,6 +1747,11 @@ bool SdrEdgeNode2VertDistItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemb
return
true
;
}
SfxPoolItem
*
SdrEdgeLine1DeltaItem
::
Clone
(
SfxItemPool
*
)
const
{
return
new
SdrEdgeLine1DeltaItem
(
*
this
);
}
bool
SdrEdgeLine1DeltaItem
::
QueryValue
(
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
const
{
rVal
<<=
(
sal_Int32
)
GetValue
();
...
...
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