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
87c94652
Kaydet (Commit)
87c94652
authored
Ara 14, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin unused function DbgCheckItemSet
Change-Id: Ia08e7ea3381cd450d2dadd8add723574634124e0
üst
0585d81a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
itemset.cxx
svl/source/items/itemset.cxx
+0
-33
No files found.
svl/source/items/itemset.cxx
Dosyayı görüntüle @
87c94652
...
...
@@ -39,39 +39,6 @@ static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0
#include "nranges.cxx"
#include "poolio.hxx"
#ifdef DBG_UTIL
const
sal_Char
*
DbgCheckItemSet
(
const
void
*
pVoid
)
{
const
SfxItemSet
*
pSet
=
static_cast
<
const
SfxItemSet
*>
(
pVoid
);
SfxWhichIter
aIter
(
*
pSet
);
sal_uInt16
nCount
=
0
,
n
=
0
;
for
(
sal_uInt16
nWh
=
aIter
.
FirstWhich
();
nWh
;
nWh
=
aIter
.
NextWhich
(),
++
n
)
{
const
SfxPoolItem
*
pItem
=
pSet
->
m_pItems
[
n
];
if
(
pItem
)
{
++
nCount
;
assert
((
IsInvalidItem
(
pItem
)
||
pItem
->
Which
()
==
0
||
pItem
->
Which
()
==
nWh
)
&&
"SfxItemSet: invalid which-id"
);
assert
((
IsInvalidItem
(
pItem
)
||
!
pItem
->
Which
()
||
!
SfxItemPool
::
IsWhich
(
pItem
->
Which
())
||
pSet
->
GetPool
()
->
IsItemFlag
(
nWh
,
SfxItemPoolFlags
::
NOT_POOLABLE
)
||
SFX_ITEMS_NULL
!=
pSet
->
GetPool
()
->
GetSurrogate
(
pItem
)
)
&&
"SfxItemSet: item in set which is not in pool"
);
}
}
assert
(
pSet
->
m_nCount
==
nCount
);
return
nullptr
;
}
#endif
/**
* Ctor for a SfxItemSet with exactly the Which Ranges, which are known to
* the supplied SfxItemPool.
...
...
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