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
c5be9ffb
Kaydet (Commit)
c5be9ffb
authored
Nis 19, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This should be plural, since there are multiple dimensions.
Change-Id: If0994c81867606e0e6c097aeda0f0bd889e01553
üst
77c84dd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
dpsave.hxx
sc/inc/dpsave.hxx
+1
-1
dpsave.cxx
sc/source/core/data/dpsave.cxx
+5
-5
No files found.
sc/inc/dpsave.hxx
Dosyayı görüntüle @
c5be9ffb
...
...
@@ -368,7 +368,7 @@ private:
*/
ScDPSaveDimension
*
AppendNewDimension
(
const
OUString
&
rName
,
bool
bDataLayout
);
void
DimensionChanged
();
void
Dimension
s
Changed
();
};
#endif
...
...
sc/source/core/data/dpsave.cxx
Dosyayı görüntüle @
c5be9ffb
...
...
@@ -859,7 +859,7 @@ void ScDPSaveData::AddDimension(ScDPSaveDimension* pDim)
CheckDuplicateName
(
*
pDim
);
aDimList
.
push_back
(
pDim
);
DimensionChanged
();
Dimension
s
Changed
();
}
ScDPSaveDimension
*
ScDPSaveData
::
GetDimensionByName
(
const
OUString
&
rName
)
...
...
@@ -940,7 +940,7 @@ void ScDPSaveData::RemoveDimensionByName(const OUString& rName)
aDimList
.
erase
(
iter
);
RemoveDuplicateNameCount
(
rName
);
DimensionChanged
();
Dimension
s
Changed
();
return
;
}
}
...
...
@@ -1021,7 +1021,7 @@ void ScDPSaveData::SetPosition( ScDPSaveDimension* pDim, long nNew )
}
aDimList
.
insert
(
iterInsert
,
pDim
);
DimensionChanged
();
Dimension
s
Changed
();
}
void
ScDPSaveData
::
SetColumnGrand
(
bool
bSet
)
...
...
@@ -1399,11 +1399,11 @@ ScDPSaveDimension* ScDPSaveData::AppendNewDimension(const OUString& rName, bool
if
(
!
maDupNameCounts
.
count
(
rName
))
maDupNameCounts
.
insert
(
DupNameCountType
::
value_type
(
rName
,
0
));
DimensionChanged
();
Dimension
s
Changed
();
return
pNew
;
}
void
ScDPSaveData
::
DimensionChanged
()
void
ScDPSaveData
::
Dimension
s
Changed
()
{
mpDimOrder
.
reset
();
}
...
...
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