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
f9f60b95
Kaydet (Commit)
f9f60b95
authored
Haz 11, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin crack, _SFXITEMS_HXX is not defined anywhere anyway
Change-Id: I9143e7fffef6e99d25a0fd87712ed26d2d42116e
üst
61ad374e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
itempool.hxx
include/svl/itempool.hxx
+0
-2
itemset.hxx
include/svl/itemset.hxx
+0
-4
No files found.
include/svl/itempool.hxx
Dosyayı görüntüle @
f9f60b95
...
@@ -78,7 +78,6 @@ public:
...
@@ -78,7 +78,6 @@ public:
void
AddSfxItemPoolUser
(
SfxItemPoolUser
&
rNewUser
);
void
AddSfxItemPoolUser
(
SfxItemPoolUser
&
rNewUser
);
void
RemoveSfxItemPoolUser
(
SfxItemPoolUser
&
rOldUser
);
void
RemoveSfxItemPoolUser
(
SfxItemPoolUser
&
rOldUser
);
#ifndef _SFXITEMS_HXX
private
:
private
:
sal_uInt16
GetIndex_Impl
(
sal_uInt16
nWhich
)
const
;
sal_uInt16
GetIndex_Impl
(
sal_uInt16
nWhich
)
const
;
sal_uInt16
GetSize_Impl
()
const
;
sal_uInt16
GetSize_Impl
()
const
;
...
@@ -90,7 +89,6 @@ public:
...
@@ -90,7 +89,6 @@ public:
// for default SfxItemSet::CTOR, set default WhichRanges
// for default SfxItemSet::CTOR, set default WhichRanges
void
FillItemIdRanges_Impl
(
sal_uInt16
*&
pWhichRanges
)
const
;
void
FillItemIdRanges_Impl
(
sal_uInt16
*&
pWhichRanges
)
const
;
const
sal_uInt16
*
GetFrozenIdRanges
()
const
;
const
sal_uInt16
*
GetFrozenIdRanges
()
const
;
#endif
protected
:
protected
:
static
inline
void
SetRefCount
(
SfxPoolItem
&
rItem
,
sal_uLong
n
);
static
inline
void
SetRefCount
(
SfxPoolItem
&
rItem
,
sal_uLong
n
);
...
...
include/svl/itemset.hxx
Dosyayı görüntüle @
f9f60b95
...
@@ -52,8 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet
...
@@ -52,8 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet
sal_uInt16
*
_pWhichRanges
;
// Array von Which-Bereichen
sal_uInt16
*
_pWhichRanges
;
// Array von Which-Bereichen
sal_uInt16
_nCount
;
// Anzahl Items
sal_uInt16
_nCount
;
// Anzahl Items
#ifndef _SFXITEMS_HXX
friend
class
SfxItemPoolCache
;
friend
class
SfxItemPoolCache
;
friend
class
SfxAllItemSet
;
friend
class
SfxAllItemSet
;
friend
const
char
*
DbgCheckItemSet
(
const
void
*
);
friend
const
char
*
DbgCheckItemSet
(
const
void
*
);
...
@@ -66,8 +64,6 @@ private:
...
@@ -66,8 +64,6 @@ private:
public
:
public
:
SfxItemArray
GetItems_Impl
()
const
{
return
_aItems
;
}
SfxItemArray
GetItems_Impl
()
const
{
return
_aItems
;
}
#endif
private
:
private
:
const
SfxItemSet
&
operator
=
(
const
SfxItemSet
&
);
// n.i.!!
const
SfxItemSet
&
operator
=
(
const
SfxItemSet
&
);
// n.i.!!
...
...
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