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
b4ffdcc5
Kaydet (Commit)
b4ffdcc5
authored
Mar 05, 2012
tarafından
Kohei Yoshida
Kaydeden (comit)
Kohei Yoshida
Mar 09, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need to create a copy just to refresh pivot table.
üst
c516a4f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
16 deletions
+8
-16
dbfunc3.cxx
sc/source/ui/view/dbfunc3.cxx
+8
-16
No files found.
sc/source/ui/view/dbfunc3.cxx
Dosyayı görüntüle @
b4ffdcc5
...
...
@@ -1093,10 +1093,8 @@ void ScDBFunc::DateGroupDataPilot( const ScDPNumGroupInfo& rInfo, sal_Int32 nPar
// apply changes
ScDBDocFunc
aFunc
(
*
GetViewData
()
->
GetDocShell
()
);
ScDPObject
*
pNewObj
=
new
ScDPObject
(
*
pDPObj
);
pNewObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pNewObj
,
sal_True
,
false
);
delete
pNewObj
;
pDPObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pDPObj
,
true
,
false
);
// unmark cell selection
Unmark
();
...
...
@@ -1137,10 +1135,8 @@ void ScDBFunc::NumGroupDataPilot( const ScDPNumGroupInfo& rInfo )
// apply changes
ScDBDocFunc
aFunc
(
*
GetViewData
()
->
GetDocShell
()
);
ScDPObject
*
pNewObj
=
new
ScDPObject
(
*
pDPObj
);
pNewObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pNewObj
,
sal_True
,
false
);
delete
pNewObj
;
pDPObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pDPObj
,
true
,
false
);
// unmark cell selection
Unmark
();
...
...
@@ -1279,10 +1275,8 @@ void ScDBFunc::GroupDataPilot()
// apply changes
ScDBDocFunc
aFunc
(
*
GetViewData
()
->
GetDocShell
()
);
ScDPObject
*
pNewObj
=
new
ScDPObject
(
*
pDPObj
);
pNewObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pNewObj
,
sal_True
,
false
);
delete
pNewObj
;
pDPObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pDPObj
,
true
,
false
);
// unmark cell selection
Unmark
();
...
...
@@ -1360,10 +1354,8 @@ void ScDBFunc::UngroupDataPilot()
{
// apply changes
ScDBDocFunc
aFunc
(
*
GetViewData
()
->
GetDocShell
()
);
ScDPObject
*
pNewObj
=
new
ScDPObject
(
*
pDPObj
);
pNewObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pNewObj
,
sal_True
,
false
);
delete
pNewObj
;
pDPObj
->
SetSaveData
(
aData
);
aFunc
.
DataPilotUpdate
(
pDPObj
,
pDPObj
,
true
,
false
);
// unmark cell selection
Unmark
();
...
...
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