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
4266d4e9
Kaydet (Commit)
4266d4e9
authored
Eki 10, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove a flag that nobody uses.
Change-Id: Ia18640961e43de28ee08b43358483029db966987
üst
44e8a824
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
document.hxx
sc/inc/document.hxx
+0
-5
documen2.cxx
sc/source/core/data/documen2.cxx
+0
-1
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
4266d4e9
...
@@ -358,9 +358,6 @@ private:
...
@@ -358,9 +358,6 @@ private:
bool
bIsEmbedded
;
// display/adjust Embedded area?
bool
bIsEmbedded
;
// display/adjust Embedded area?
// no SetDirty for ScFormulaCell::CompileTokenArray but at the end of
// ScDocument::CompileAll[WithFormats], CopyScenario, CopyBlockFromClip
bool
bNoSetDirty
;
// no broadcast, construct no listener during insert from a different
// no broadcast, construct no listener during insert from a different
// Doc (per filter or the like ), not until CompileAll / CalcAfterLoad
// Doc (per filter or the like ), not until CompileAll / CalcAfterLoad
bool
bInsertingFromOtherDoc
;
bool
bInsertingFromOtherDoc
;
...
@@ -1550,8 +1547,6 @@ public:
...
@@ -1550,8 +1547,6 @@ public:
SC_DLLPUBLIC
sal_uInt32
GetRangeOverflowType
()
const
{
return
nRangeOverflowType
;
}
SC_DLLPUBLIC
sal_uInt32
GetRangeOverflowType
()
const
{
return
nRangeOverflowType
;
}
// for broadcasting/listening
// for broadcasting/listening
void
SetNoSetDirty
(
bool
bVal
)
{
bNoSetDirty
=
bVal
;
}
bool
GetNoSetDirty
()
const
{
return
bNoSetDirty
;
}
void
SetInsertingFromOtherDoc
(
bool
bVal
)
{
bInsertingFromOtherDoc
=
bVal
;
}
void
SetInsertingFromOtherDoc
(
bool
bVal
)
{
bInsertingFromOtherDoc
=
bVal
;
}
bool
IsInsertingFromOtherDoc
()
const
{
return
bInsertingFromOtherDoc
;
}
bool
IsInsertingFromOtherDoc
()
const
{
return
bInsertingFromOtherDoc
;
}
void
SetLoadingMedium
(
bool
bVal
);
void
SetLoadingMedium
(
bool
bVal
);
...
...
sc/source/core/data/documen2.cxx
Dosyayı görüntüle @
4266d4e9
...
@@ -184,7 +184,6 @@ ScDocument::ScDocument( ScDocumentMode eMode,
...
@@ -184,7 +184,6 @@ ScDocument::ScDocument( ScDocumentMode eMode,
bIsUndo
(
eMode
==
SCDOCMODE_UNDO
),
bIsUndo
(
eMode
==
SCDOCMODE_UNDO
),
bIsVisible
(
false
),
bIsVisible
(
false
),
bIsEmbedded
(
false
),
bIsEmbedded
(
false
),
bNoSetDirty
(
false
),
bInsertingFromOtherDoc
(
false
),
bInsertingFromOtherDoc
(
false
),
bLoadingMedium
(
false
),
bLoadingMedium
(
false
),
bImportingXML
(
false
),
bImportingXML
(
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