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
8dd09348
Kaydet (Commit)
8dd09348
authored
Mar 22, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
What the heck is this !? Kill it.
Change-Id: Iceecf6129977241847711488d116ebddaf639e24
üst
14afe7b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
20 deletions
+10
-20
chgtrack.hxx
sc/inc/chgtrack.hxx
+0
-7
chgtrack.cxx
sc/source/core/tool/chgtrack.cxx
+10
-13
No files found.
sc/inc/chgtrack.hxx
Dosyayı görüntüle @
8dd09348
...
@@ -32,11 +32,7 @@
...
@@ -32,11 +32,7 @@
#include "global.hxx"
#include "global.hxx"
#include "bigrange.hxx"
#include "bigrange.hxx"
#include "scdllapi.h"
#include "scdllapi.h"
#ifdef SC_CHGTRACK_CXX
// core/inc
#include "refupdat.hxx"
#include "refupdat.hxx"
#endif
class
ScBaseCell
;
class
ScBaseCell
;
class
ScDocument
;
class
ScDocument
;
...
@@ -949,7 +945,6 @@ class ScChangeTrack : public utl::ConfigurationListener
...
@@ -949,7 +945,6 @@ class ScChangeTrack : public utl::ConfigurationListener
ScChangeTrack
(
const
ScChangeTrack
&
);
ScChangeTrack
(
const
ScChangeTrack
&
);
ScChangeTrack
&
operator
=
(
const
ScChangeTrack
&
);
ScChangeTrack
&
operator
=
(
const
ScChangeTrack
&
);
#ifdef SC_CHGTRACK_CXX
static
SCROW
InitContentRowsPerSlot
();
static
SCROW
InitContentRowsPerSlot
();
// true if one is MM_FORMULA and the other is
// true if one is MM_FORMULA and the other is
...
@@ -1022,8 +1017,6 @@ class ScChangeTrack : public utl::ConfigurationListener
...
@@ -1022,8 +1017,6 @@ class ScChangeTrack : public utl::ConfigurationListener
// bRecursion == called from reject with table
// bRecursion == called from reject with table
bool
Reject
(
ScChangeAction
*
,
ScChangeActionMap
*
,
bool
bRecursion
);
bool
Reject
(
ScChangeAction
*
,
ScChangeActionMap
*
,
bool
bRecursion
);
#endif // SC_CHGTRACK_CXX
void
ClearMsgQueue
();
void
ClearMsgQueue
();
virtual
void
ConfigurationChanged
(
utl
::
ConfigurationBroadcaster
*
,
sal_uInt32
);
virtual
void
ConfigurationChanged
(
utl
::
ConfigurationBroadcaster
*
,
sal_uInt32
);
...
...
sc/source/core/tool/chgtrack.cxx
Dosyayı görüntüle @
8dd09348
...
@@ -17,16 +17,7 @@
...
@@ -17,16 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <tools/shl.hxx> // SHL_CALC
#include "chgtrack.hxx"
#include <tools/rtti.hxx>
#include <svl/zforlist.hxx>
#include <svl/itemset.hxx>
#include <svl/isethint.hxx>
#include <svl/itempool.hxx>
#include <sfx2/app.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/sfxsids.hrc>
#include "cell.hxx"
#include "cell.hxx"
#include "document.hxx"
#include "document.hxx"
#include "dociter.hxx"
#include "dociter.hxx"
...
@@ -38,11 +29,17 @@
...
@@ -38,11 +29,17 @@
#include "patattr.hxx"
#include "patattr.hxx"
#include "hints.hxx"
#include "hints.hxx"
#include "markdata.hxx"
#include "markdata.hxx"
#include "globstr.hrc"
#include "globstr.hrc"
#define SC_CHGTRACK_CXX
#include <tools/shl.hxx> // SHL_CALC
#include "chgtrack.hxx"
#include <tools/rtti.hxx>
#include <svl/zforlist.hxx>
#include <svl/itemset.hxx>
#include <svl/isethint.hxx>
#include <svl/itempool.hxx>
#include <sfx2/app.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/sfxsids.hrc>
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionCellListEntry
)
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScChangeActionCellListEntry
)
...
...
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