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
91573182
Kaydet (Commit)
91573182
authored
Agu 05, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fine to let GetObjectItemPool return just SfxItemPool*
Change-Id: Id461dea979c394add57cbc4b1a50bc1a4c183d1b
üst
eec640d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
svdobj.hxx
include/svx/svdobj.hxx
+1
-1
svdobj.cxx
svx/source/svdraw/svdobj.cxx
+3
-3
No files found.
include/svx/svdobj.hxx
Dosyayı görüntüle @
91573182
...
...
@@ -467,7 +467,7 @@ public:
virtual
void
SetModel
(
SdrModel
*
pNewModel
);
SdrModel
*
GetModel
()
const
{
return
pModel
;}
S
dr
ItemPool
*
GetObjectItemPool
()
const
;
S
fx
ItemPool
*
GetObjectItemPool
()
const
;
void
AddListener
(
SfxListener
&
rListener
);
void
RemoveListener
(
SfxListener
&
rListener
);
...
...
svx/source/svdraw/svdobj.cxx
Dosyayı görüntüle @
91573182
...
...
@@ -614,10 +614,10 @@ SdrItemPool& SdrObject::GetGlobalDrawObjectItemPool()
return
*
mpGlobalItemPool
;
}
S
dr
ItemPool
*
SdrObject
::
GetObjectItemPool
()
const
S
fx
ItemPool
*
SdrObject
::
GetObjectItemPool
()
const
{
if
(
pModel
)
return
(
SdrItemPool
*
)(
&
pModel
->
GetItemPool
()
);
return
&
pModel
->
GetItemPool
(
);
// use a static global default pool
return
&
SdrObject
::
GetGlobalDrawObjectItemPool
();
...
...
@@ -2094,7 +2094,7 @@ const SfxPoolItem& SdrObject::GetObjectItem(const sal_uInt16 nWhich) const
SfxMapUnit
SdrObject
::
GetObjectMapUnit
()
const
{
SfxMapUnit
aRetval
(
SFX_MAPUNIT_100TH_MM
);
S
dr
ItemPool
*
pPool
=
GetObjectItemPool
();
S
fx
ItemPool
*
pPool
=
GetObjectItemPool
();
if
(
pPool
)
{
...
...
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