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
dee3ec7b
Kaydet (Commit)
dee3ec7b
authored
Şub 19, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I802203cf6c3ea1d5e5eb532925f0f3011b6f2cfb
üst
b2460d7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
uiitems.cxx
sc/source/ui/app/uiitems.cxx
+1
-1
uiitems.hxx
sc/source/ui/inc/uiitems.hxx
+3
-3
No files found.
sc/source/ui/app/uiitems.cxx
Dosyayı görüntüle @
dee3ec7b
...
@@ -519,7 +519,7 @@ SfxPoolItem* ScConsolidateItem::Clone( SfxItemPool * ) const
...
@@ -519,7 +519,7 @@ SfxPoolItem* ScConsolidateItem::Clone( SfxItemPool * ) const
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
ScPivotItem
::
ScPivotItem
(
sal_uInt16
nWhichP
,
const
ScDPSaveData
*
pData
,
ScPivotItem
::
ScPivotItem
(
sal_uInt16
nWhichP
,
const
ScDPSaveData
*
pData
,
const
ScRange
*
pRange
,
sal_B
ool
bNew
)
:
const
ScRange
*
pRange
,
b
ool
bNew
)
:
SfxPoolItem
(
nWhichP
)
SfxPoolItem
(
nWhichP
)
{
{
// pSaveData must always exist
// pSaveData must always exist
...
...
sc/source/ui/inc/uiitems.hxx
Dosyayı görüntüle @
dee3ec7b
...
@@ -281,7 +281,7 @@ class ScPivotItem : public SfxPoolItem
...
@@ -281,7 +281,7 @@ class ScPivotItem : public SfxPoolItem
public
:
public
:
TYPEINFO
();
TYPEINFO
();
ScPivotItem
(
sal_uInt16
nWhich
,
const
ScDPSaveData
*
pData
,
ScPivotItem
(
sal_uInt16
nWhich
,
const
ScDPSaveData
*
pData
,
const
ScRange
*
pRange
,
sal_B
ool
bNew
);
const
ScRange
*
pRange
,
b
ool
bNew
);
ScPivotItem
(
const
ScPivotItem
&
rItem
);
ScPivotItem
(
const
ScPivotItem
&
rItem
);
~
ScPivotItem
();
~
ScPivotItem
();
...
@@ -291,12 +291,12 @@ public:
...
@@ -291,12 +291,12 @@ public:
const
ScDPSaveData
&
GetData
()
const
{
return
*
pSaveData
;
}
const
ScDPSaveData
&
GetData
()
const
{
return
*
pSaveData
;
}
const
ScRange
&
GetDestRange
()
const
{
return
aDestRange
;
}
const
ScRange
&
GetDestRange
()
const
{
return
aDestRange
;
}
sal_B
ool
IsNewSheet
()
const
{
return
bNewSheet
;
}
b
ool
IsNewSheet
()
const
{
return
bNewSheet
;
}
private
:
private
:
ScDPSaveData
*
pSaveData
;
ScDPSaveData
*
pSaveData
;
ScRange
aDestRange
;
ScRange
aDestRange
;
sal_B
ool
bNewSheet
;
b
ool
bNewSheet
;
};
};
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
...
...
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