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
397e5668
Kaydet (Commit)
397e5668
authored
Şub 25, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ScDPOutput is now String-free.
üst
e7cd4541
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
dpoutput.hxx
sc/inc/dpoutput.hxx
+8
-8
dpobject.cxx
sc/source/core/data/dpobject.cxx
+2
-2
dpoutput.cxx
sc/source/core/data/dpoutput.cxx
+0
-0
No files found.
sc/inc/dpoutput.hxx
Dosyayı görüntüle @
397e5668
...
@@ -57,11 +57,11 @@ struct ScDPOutLevelData;
...
@@ -57,11 +57,11 @@ struct ScDPOutLevelData;
struct
ScDPGetPivotDataField
struct
ScDPGetPivotDataField
{
{
String
maFieldName
;
rtl
::
OU
String
maFieldName
;
com
::
sun
::
star
::
sheet
::
GeneralFunction
meFunction
;
com
::
sun
::
star
::
sheet
::
GeneralFunction
meFunction
;
bool
mbValIsStr
;
bool
mbValIsStr
;
String
maValStr
;
rtl
::
OU
String
maValStr
;
double
mnValNum
;
double
mnValNum
;
ScDPGetPivotDataField
()
:
ScDPGetPivotDataField
()
:
...
@@ -74,10 +74,9 @@ struct ScDPGetPivotDataField
...
@@ -74,10 +74,9 @@ struct ScDPGetPivotDataField
class
ScDPOutput
//! name???
class
ScDPOutput
{
{
private
:
private
:
//! use impl-object?
ScDocument
*
pDoc
;
ScDocument
*
pDoc
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
sheet
::
XDimensionsSupplier
>
xSource
;
com
::
sun
::
star
::
sheet
::
XDimensionsSupplier
>
xSource
;
...
@@ -94,7 +93,7 @@ private:
...
@@ -94,7 +93,7 @@ private:
com
::
sun
::
star
::
sheet
::
DataResult
>
>
aData
;
com
::
sun
::
star
::
sheet
::
DataResult
>
>
aData
;
bool
bResultsError
;
bool
bResultsError
;
bool
mbHasDataLayout
;
bool
mbHasDataLayout
;
String
aDataDescription
;
rtl
::
OUString
aDataDescription
;
// Number format related parameters
// Number format related parameters
sal_uInt32
*
pColNumFmt
;
sal_uInt32
*
pColNumFmt
;
...
@@ -167,9 +166,10 @@ public:
...
@@ -167,9 +166,10 @@ public:
void
SetHeaderLayout
(
bool
bUseGrid
);
void
SetHeaderLayout
(
bool
bUseGrid
);
bool
GetHeaderLayout
()
const
;
bool
GetHeaderLayout
()
const
;
static
void
GetDataDimensionNames
(
String
&
rSourceName
,
String
&
rGivenName
,
static
void
GetDataDimensionNames
(
const
com
::
sun
::
star
::
uno
::
Reference
<
rtl
::
OUString
&
rSourceName
,
rtl
::
OUString
&
rGivenName
,
com
::
sun
::
star
::
uno
::
XInterface
>&
xDim
);
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>&
xDim
);
};
};
...
...
sc/source/core/data/dpobject.cxx
Dosyayı görüntüle @
397e5668
...
@@ -1353,8 +1353,8 @@ bool ScDPObject::ParseFilters( ScDPGetPivotDataField& rTarget,
...
@@ -1353,8 +1353,8 @@ bool ScDPObject::ParseFilters( ScDPGetPivotDataField& rTarget,
{
{
if
(
nOrient
==
sheet
::
DataPilotFieldOrientation_DATA
)
if
(
nOrient
==
sheet
::
DataPilotFieldOrientation_DATA
)
{
{
String
aSourceName
;
rtl
::
OU
String
aSourceName
;
String
aGivenName
;
rtl
::
OU
String
aGivenName
;
ScDPOutput
::
GetDataDimensionNames
(
aSourceName
,
aGivenName
,
xIntDim
);
ScDPOutput
::
GetDataDimensionNames
(
aSourceName
,
aGivenName
,
xIntDim
);
aDataNames
.
push_back
(
aSourceName
);
aDataNames
.
push_back
(
aSourceName
);
aGivenNames
.
push_back
(
aGivenName
);
aGivenNames
.
push_back
(
aGivenName
);
...
...
sc/source/core/data/dpoutput.cxx
Dosyayı görüntüle @
397e5668
This diff is collapsed.
Click to expand it.
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