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
c76a1ece
Kaydet (Commit)
c76a1ece
authored
Agu 31, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
orcus: don't leak old state into new style objects
Change-Id: I744ff8be96bda2fff61c8fc23a067fdd9b2d4930
üst
897b5123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
interface.cxx
sc/source/filter/orcus/interface.cxx
+4
-0
No files found.
sc/source/filter/orcus/interface.cxx
Dosyayı görüntüle @
c76a1ece
...
@@ -974,6 +974,7 @@ size_t ScOrcusStyles::commit_font()
...
@@ -974,6 +974,7 @@ size_t ScOrcusStyles::commit_font()
{
{
SAL_INFO
(
"sc.orcus.style"
,
"commit font"
);
SAL_INFO
(
"sc.orcus.style"
,
"commit font"
);
maFonts
.
push_back
(
maCurrentFont
);
maFonts
.
push_back
(
maCurrentFont
);
maCurrentFont
=
ScOrcusStyles
::
font
();
return
maFonts
.
size
()
-
1
;
return
maFonts
.
size
()
-
1
;
}
}
...
@@ -1003,6 +1004,7 @@ size_t ScOrcusStyles::commit_fill()
...
@@ -1003,6 +1004,7 @@ size_t ScOrcusStyles::commit_fill()
{
{
SAL_INFO
(
"sc.orcus.style"
,
"commit fill"
);
SAL_INFO
(
"sc.orcus.style"
,
"commit fill"
);
maFills
.
push_back
(
maCurrentFill
);
maFills
.
push_back
(
maCurrentFill
);
maCurrentFill
=
ScOrcusStyles
::
fill
();
return
maFills
.
size
()
-
1
;
return
maFills
.
size
()
-
1
;
}
}
...
@@ -1051,6 +1053,7 @@ size_t ScOrcusStyles::commit_cell_protection()
...
@@ -1051,6 +1053,7 @@ size_t ScOrcusStyles::commit_cell_protection()
{
{
SAL_INFO
(
"sc.orcus.style"
,
"commit cell protection"
);
SAL_INFO
(
"sc.orcus.style"
,
"commit cell protection"
);
maProtections
.
push_back
(
maCurrentProtection
);
maProtections
.
push_back
(
maCurrentProtection
);
maCurrentProtection
=
ScOrcusStyles
::
protection
();
return
maProtections
.
size
()
-
1
;
return
maProtections
.
size
()
-
1
;
}
}
...
@@ -1072,6 +1075,7 @@ size_t ScOrcusStyles::commit_number_format()
...
@@ -1072,6 +1075,7 @@ size_t ScOrcusStyles::commit_number_format()
{
{
SAL_INFO
(
"sc.orcus.style"
,
"commit number format"
);
SAL_INFO
(
"sc.orcus.style"
,
"commit number format"
);
maNumberFormats
.
push_back
(
maCurrentNumberFormat
);
maNumberFormats
.
push_back
(
maCurrentNumberFormat
);
maCurrentNumberFormat
=
ScOrcusStyles
::
number_format
();
return
maNumberFormats
.
size
()
-
1
;
return
maNumberFormats
.
size
()
-
1
;
}
}
...
...
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