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
62a2e5c0
Kaydet (Commit)
62a2e5c0
authored
Mar 22, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This is not used. Be gone.
Change-Id: Ia5c7d914ca93826dcd2b7387d7cea58f90a225f2
üst
8dd09348
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
chgtrack.hxx
sc/inc/chgtrack.hxx
+0
-4
chgtrack.cxx
sc/source/core/tool/chgtrack.cxx
+0
-8
No files found.
sc/inc/chgtrack.hxx
Dosyayı görüntüle @
62a2e5c0
...
@@ -932,7 +932,6 @@ class ScChangeTrack : public utl::ConfigurationListener
...
@@ -932,7 +932,6 @@ class ScChangeTrack : public utl::ConfigurationListener
sal_uLong
nEndLastCut
;
sal_uLong
nEndLastCut
;
sal_uLong
nLastMerge
;
sal_uLong
nLastMerge
;
ScChangeTrackMergeState
eMergeState
;
ScChangeTrackMergeState
eMergeState
;
sal_uInt16
nLoadedFileFormatVersion
;
bool
bLoadSave
:
1
;
bool
bLoadSave
:
1
;
bool
bInDelete
:
1
;
bool
bInDelete
:
1
;
bool
bInDeleteUndo
:
1
;
bool
bInDeleteUndo
:
1
;
...
@@ -1238,9 +1237,6 @@ public:
...
@@ -1238,9 +1237,6 @@ public:
void
NotifyModified
(
ScChangeTrackMsgType
eMsgType
,
void
NotifyModified
(
ScChangeTrackMsgType
eMsgType
,
sal_uLong
nStartAction
,
sal_uLong
nEndAction
);
sal_uLong
nStartAction
,
sal_uLong
nEndAction
);
sal_uInt16
GetLoadedFileFormatVersion
()
const
{
return
nLoadedFileFormatVersion
;
}
sal_uLong
AddLoadedGenerated
(
sal_uLong
AddLoadedGenerated
(
ScBaseCell
*
pOldCell
,
const
ScBigRange
&
aBigRange
,
const
rtl
::
OUString
&
sNewValue
);
// only to use in the XML import
ScBaseCell
*
pOldCell
,
const
ScBigRange
&
aBigRange
,
const
rtl
::
OUString
&
sNewValue
);
// only to use in the XML import
void
AppendLoaded
(
ScChangeAction
*
pAppend
);
// this is only for the XML import public, it should be protected
void
AppendLoaded
(
ScChangeAction
*
pAppend
);
// this is only for the XML import public, it should be protected
...
...
sc/source/core/tool/chgtrack.cxx
Dosyayı görüntüle @
62a2e5c0
...
@@ -42,15 +42,8 @@
...
@@ -42,15 +42,8 @@
#include <sfx2/sfxsids.hrc>
#include <sfx2/sfxsids.hrc>
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionCellListEntry
)
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionCellListEntry
)
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionLinkEntry
)
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionLinkEntry
)
// loaded MSB > eigenes => inkompatibel
#define SC_CHGTRACK_FILEFORMAT_FIRST 0x0001
#define SC_CHGTRACK_FILEFORMAT 0x0001
// --- ScChangeAction ------------------------------------------------------
ScChangeAction
::
ScChangeAction
(
ScChangeActionType
eTypeP
,
const
ScRange
&
rRange
)
ScChangeAction
::
ScChangeAction
(
ScChangeActionType
eTypeP
,
const
ScRange
&
rRange
)
:
:
aBigRange
(
rRange
),
aBigRange
(
rRange
),
...
@@ -2218,7 +2211,6 @@ void ScChangeTrack::Init()
...
@@ -2218,7 +2211,6 @@ void ScChangeTrack::Init()
nEndLastCut
=
0
;
nEndLastCut
=
0
;
nLastMerge
=
0
;
nLastMerge
=
0
;
eMergeState
=
SC_CTMS_NONE
;
eMergeState
=
SC_CTMS_NONE
;
nLoadedFileFormatVersion
=
SC_CHGTRACK_FILEFORMAT
;
bLoadSave
=
false
;
bLoadSave
=
false
;
bInDelete
=
false
;
bInDelete
=
false
;
bInDeleteTop
=
false
;
bInDeleteTop
=
false
;
...
...
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