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
14eff851
Kaydet (Commit)
14eff851
authored
Şub 09, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consolidate all these duplicated defined uno prop names for pivot table.
They will be later merged into unonames.hxx.
üst
53ca46cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
44 deletions
+1
-44
dpglobal.hxx
sc/inc/dpglobal.hxx
+1
-1
dpobject.cxx
sc/source/core/data/dpobject.cxx
+0
-29
dpoutput.cxx
sc/source/core/data/dpoutput.cxx
+0
-14
No files found.
sc/inc/dpglobal.hxx
Dosyayı görüntüle @
14eff851
...
...
@@ -91,6 +91,7 @@
#define DP_PROP_USEDHIERARCHY "UsedHierarchy"
#define DP_PROP_FILTER "Filter"
#define DP_PROP_POSITION "Position"
#define DP_PROP_ORIGINAL "Original"
class
ScTypedStrData
;
class
ScDPObject
;
...
...
@@ -177,7 +178,6 @@ protected:
namespace
ScDPGlobal
{
// common operation
String
operator
+
(
const
String
&
rL
,
const
String
&
rR
);
Rectangle
operator
*
(
const
Rectangle
&
rLeft
,
const
std
::
pair
<
double
,
double
>
&
rRight
);
}
#endif
...
...
sc/source/core/data/dpobject.cxx
Dosyayı görüntüle @
14eff851
...
...
@@ -109,35 +109,6 @@ using ::rtl::OUString;
#define SCDPSOURCE_SERVICE "com.sun.star.sheet.DataPilotSource"
// -----------------------------------------------------------------------
// incompatible versions of data pilot files
#define SC_DP_VERSION_CURRENT 6
// type of source data
#define SC_DP_SOURCE_SHEET 0
#define SC_DP_SOURCE_DATABASE 1
#define SC_DP_SOURCE_SERVICE 2
// -----------------------------------------------------------------------
//! move to a header file
#define DP_PROP_COLUMNGRAND "ColumnGrand"
#define DP_PROP_FUNCTION "Function"
#define DP_PROP_IGNOREEMPTY "IgnoreEmptyRows"
#define DP_PROP_ISDATALAYOUT "IsDataLayoutDimension"
#define DP_PROP_ORIENTATION "Orientation"
#define DP_PROP_ORIGINAL "Original"
#define DP_PROP_POSITION "Position"
#define DP_PROP_REPEATIFEMPTY "RepeatIfEmpty"
#define DP_PROP_ROWGRAND "RowGrand"
#define DP_PROP_SHOWDETAILS "ShowDetails"
#define DP_PROP_SHOWEMPTY "ShowEmpty"
#define DP_PROP_SUBTOTALS "SubTotals"
#define DP_PROP_USEDHIERARCHY "UsedHierarchy"
// -----------------------------------------------------------------------
sal_uInt16
lcl_GetDataGetOrientation
(
const
uno
::
Reference
<
sheet
::
XDimensionsSupplier
>&
xSource
)
{
long
nRet
=
sheet
::
DataPilotFieldOrientation_HIDDEN
;
...
...
sc/source/core/data/dpoutput.cxx
Dosyayı görüntüle @
14eff851
...
...
@@ -72,20 +72,6 @@ using ::com::sun::star::uno::makeAny;
using
::
com
::
sun
::
star
::
uno
::
Any
;
using
::
rtl
::
OUString
;
// -----------------------------------------------------------------------
//! move to a header file
//! use names from unonames.hxx?
#define DP_PROP_FUNCTION "Function"
#define DP_PROP_ORIENTATION "Orientation"
#define DP_PROP_POSITION "Position"
#define DP_PROP_USEDHIERARCHY "UsedHierarchy"
#define DP_PROP_ISDATALAYOUT "IsDataLayoutDimension"
#define DP_PROP_FILTER "Filter"
#define DP_PROP_COLUMNGRAND "ColumnGrand"
#define DP_PROP_ROWGRAND "RowGrand"
#define DP_PROP_SUBTOTALS "SubTotals"
#define SC_DP_FRAME_INNER_BOLD 20
#define SC_DP_FRAME_OUTER_BOLD 40
...
...
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