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
e211e4ed
Kaydet (Commit)
e211e4ed
authored
Mar 31, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pivot layout dialog: remove SAL_OVERRIDE from destructors
Change-Id: Icdb048a2ad9c49308213c3bb57f540e4ff567593
üst
2032e9f5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
PivotLayoutDialog.hxx
sc/source/ui/inc/PivotLayoutDialog.hxx
+1
-1
PivotLayoutTreeList.hxx
sc/source/ui/inc/PivotLayoutTreeList.hxx
+1
-1
PivotLayoutTreeListBase.hxx
sc/source/ui/inc/PivotLayoutTreeListBase.hxx
+1
-1
PivotLayoutTreeListData.hxx
sc/source/ui/inc/PivotLayoutTreeListData.hxx
+1
-1
PivotLayoutTreeListLabel.hxx
sc/source/ui/inc/PivotLayoutTreeListLabel.hxx
+1
-1
No files found.
sc/source/ui/inc/PivotLayoutDialog.hxx
Dosyayı görüntüle @
e211e4ed
...
...
@@ -111,7 +111,7 @@ private:
public
:
ScPivotLayoutDialog
(
SfxBindings
*
pSfxBindings
,
SfxChildWindow
*
pChildWindow
,
Window
*
pParent
,
ScViewData
*
pViewData
,
const
ScDPObject
*
pPivotTableObject
,
bool
bCreateNewPivotTable
);
virtual
~
ScPivotLayoutDialog
()
SAL_OVERRIDE
;
virtual
~
ScPivotLayoutDialog
();
virtual
void
SetReference
(
const
ScRange
&
rReferenceRange
,
ScDocument
*
pDocument
)
SAL_OVERRIDE
;
virtual
void
SetActive
()
SAL_OVERRIDE
;
...
...
sc/source/ui/inc/PivotLayoutTreeList.hxx
Dosyayı görüntüle @
e211e4ed
...
...
@@ -18,7 +18,7 @@ class ScPivotLayoutTreeList : public ScPivotLayoutTreeListBase
{
public
:
ScPivotLayoutTreeList
(
Window
*
pParent
,
WinBits
nBits
);
virtual
~
ScPivotLayoutTreeList
()
SAL_OVERRIDE
;
virtual
~
ScPivotLayoutTreeList
();
virtual
bool
DoubleClickHdl
()
SAL_OVERRIDE
;
void
Setup
(
ScPivotLayoutDialog
*
pParent
,
SvPivotTreeListType
eType
);
...
...
sc/source/ui/inc/PivotLayoutTreeListBase.hxx
Dosyayı görüntüle @
e211e4ed
...
...
@@ -44,7 +44,7 @@ public:
void
Setup
(
ScPivotLayoutDialog
*
pParent
);
ScPivotLayoutTreeListBase
(
Window
*
pParent
,
WinBits
nBits
,
SvPivotTreeListType
eType
=
UNDEFINED
);
virtual
~
ScPivotLayoutTreeListBase
()
SAL_OVERRIDE
;
virtual
~
ScPivotLayoutTreeListBase
();
virtual
sal_Int8
AcceptDrop
(
const
AcceptDropEvent
&
rEvent
)
SAL_OVERRIDE
;
virtual
bool
NotifyAcceptDrop
(
SvTreeListEntry
*
pEntry
)
SAL_OVERRIDE
;
...
...
sc/source/ui/inc/PivotLayoutTreeListData.hxx
Dosyayı görüntüle @
e211e4ed
...
...
@@ -21,7 +21,7 @@ private:
public
:
ScPivotLayoutTreeListData
(
Window
*
pParent
,
WinBits
nBits
);
virtual
~
ScPivotLayoutTreeListData
()
SAL_OVERRIDE
;
virtual
~
ScPivotLayoutTreeListData
();
virtual
bool
DoubleClickHdl
()
SAL_OVERRIDE
;
void
FillDataField
(
ScPivotFieldVector
&
rDataFields
);
...
...
sc/source/ui/inc/PivotLayoutTreeListLabel.hxx
Dosyayı görüntüle @
e211e4ed
...
...
@@ -22,7 +22,7 @@ private:
public
:
ScPivotLayoutTreeListLabel
(
Window
*
pParent
,
WinBits
nBits
);
virtual
~
ScPivotLayoutTreeListLabel
()
SAL_OVERRIDE
;
virtual
~
ScPivotLayoutTreeListLabel
();
void
FillLabelFields
(
ScDPLabelDataVector
&
rLabelVector
);
ScItemValue
*
GetItem
(
SCCOL
nColumn
);
bool
IsDataItem
(
SCCOL
nColumn
);
...
...
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