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
d1f00470
Kaydet (Commit)
d1f00470
authored
Eki 04, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/inc/dpgroup.hxx from String to OUString
Change-Id: I99bc911a2812164bc3655080d16d7c4b031a1df8
üst
0e956445
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dpgroup.hxx
sc/inc/dpgroup.hxx
+1
-1
dpgroup.cxx
sc/source/core/data/dpgroup.cxx
+1
-1
No files found.
sc/inc/dpgroup.hxx
Dosyayı görüntüle @
d1f00470
...
@@ -62,7 +62,7 @@ class ScDPGroupDimension
...
@@ -62,7 +62,7 @@ class ScDPGroupDimension
mutable
std
::
vector
<
SCROW
>
maMemberEntries
;
mutable
std
::
vector
<
SCROW
>
maMemberEntries
;
bool
mbDateDimension
;
bool
mbDateDimension
;
public
:
public
:
ScDPGroupDimension
(
long
nSource
,
const
String
&
rNewName
);
ScDPGroupDimension
(
long
nSource
,
const
OU
String
&
rNewName
);
ScDPGroupDimension
(
const
ScDPGroupDimension
&
rOther
);
ScDPGroupDimension
(
const
ScDPGroupDimension
&
rOther
);
~
ScDPGroupDimension
();
~
ScDPGroupDimension
();
...
...
sc/source/core/data/dpgroup.cxx
Dosyayı görüntüle @
d1f00470
...
@@ -352,7 +352,7 @@ void ScDPGroupItem::FillGroupFilter( ScDPFilteredCache::GroupFilter& rFilter ) c
...
@@ -352,7 +352,7 @@ void ScDPGroupItem::FillGroupFilter( ScDPFilteredCache::GroupFilter& rFilter ) c
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
ScDPGroupDimension
::
ScDPGroupDimension
(
long
nSource
,
const
String
&
rNewName
)
:
ScDPGroupDimension
::
ScDPGroupDimension
(
long
nSource
,
const
OU
String
&
rNewName
)
:
nSourceDim
(
nSource
),
nSourceDim
(
nSource
),
nGroupDim
(
-
1
),
nGroupDim
(
-
1
),
aGroupName
(
rNewName
),
aGroupName
(
rNewName
),
...
...
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