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
4e097c10
Kaydet (Commit)
4e097c10
authored
Eki 20, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.
Change-Id: I61326bc52a5da527930810ff4516c707c31d1fde
üst
ac0c2e26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
itemset.hxx
include/svl/itemset.hxx
+1
-3
itemset.cxx
svl/source/items/itemset.cxx
+1
-2
No files found.
include/svl/itemset.hxx
Dosyayı görüntüle @
4e097c10
...
...
@@ -31,8 +31,6 @@ class SvStream;
typedef
SfxPoolItem
const
**
SfxItemArray
;
#define USHORT_ARG int
class
SVL_DLLPUBLIC
SfxItemSet
{
friend
class
SfxItemIter
;
...
...
@@ -69,7 +67,7 @@ public:
SfxItemSet
(
SfxItemPool
&
,
bool
bTotalPoolRanges
=
false
);
SfxItemSet
(
SfxItemPool
&
,
sal_uInt16
nWhich1
,
sal_uInt16
nWhich2
);
SfxItemSet
(
SfxItemPool
&
,
USHORT_ARG
nWh1
,
USHORT_ARG
nWh2
,
USHORT_ARG
nNull
,
...
);
SfxItemSet
(
SfxItemPool
&
,
int
nWh1
,
int
nWh2
,
int
nNull
,
...
);
SfxItemSet
(
SfxItemPool
&
,
const
sal_uInt16
*
nWhichPairTable
);
virtual
~
SfxItemSet
();
...
...
svl/source/items/itemset.cxx
Dosyayı görüntüle @
4e097c10
...
...
@@ -138,8 +138,7 @@ void SfxItemSet::InitRanges_Impl(va_list pArgs, sal_uInt16 nWh1, sal_uInt16 nWh2
memset
(
static_cast
<
void
*>
(
m_pItems
),
0
,
sizeof
(
SfxPoolItem
*
)
*
nSize
);
}
SfxItemSet
::
SfxItemSet
(
SfxItemPool
&
rPool
,
USHORT_ARG
nWh1
,
USHORT_ARG
nWh2
,
USHORT_ARG
nNull
,
...)
SfxItemSet
::
SfxItemSet
(
SfxItemPool
&
rPool
,
int
nWh1
,
int
nWh2
,
int
nNull
,
...)
:
m_pPool
(
&
rPool
)
,
m_pParent
(
nullptr
)
,
m_pWhichRanges
(
nullptr
)
...
...
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