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
81abc70a
Kaydet (Commit)
81abc70a
authored
Ock 27, 2015
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Agu 28, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
call it as well
Change-Id: I8ac7ebdf8af13ebd76a3c044fea5b0156808c852
üst
f631b8ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
interface.cxx
sc/source/filter/orcus/interface.cxx
+6
-0
No files found.
sc/source/filter/orcus/interface.cxx
Dosyayı görüntüle @
81abc70a
...
...
@@ -682,6 +682,8 @@ void ScOrcusStyles::applyXfToItemSet(SfxItemSet& rSet, const xf& rXf)
SAL_WARN
(
"sc.orcus.style"
,
"invalid border id"
);
return
;
}
const
border
&
rBorder
=
maBorders
[
nBorderId
];
rBorder
.
applyToItemSet
(
rSet
);
size_t
nProtectionId
=
rXf
.
mnProtectionId
;
if
(
nProtectionId
>=
maProtections
.
size
())
...
...
@@ -689,6 +691,8 @@ void ScOrcusStyles::applyXfToItemSet(SfxItemSet& rSet, const xf& rXf)
SAL_WARN
(
"sc.orcus.style"
,
"invalid protection id"
);
return
;
}
const
protection
&
rProtection
=
maProtections
[
nProtectionId
];
rProtection
.
applyToItemSet
(
rSet
);
size_t
nNumberFormatId
=
rXf
.
mnNumberFormatId
;
if
(
nNumberFormatId
>=
maNumberFormats
.
size
())
...
...
@@ -696,6 +700,8 @@ void ScOrcusStyles::applyXfToItemSet(SfxItemSet& rSet, const xf& rXf)
SAL_WARN
(
"sc.orcus.style"
,
"invalid number format id"
);
return
;
}
const
number_format
&
rFormat
=
maNumberFormats
[
nNumberFormatId
];
rFormat
.
applyToItemSet
(
rSet
);
}
bool
ScOrcusStyles
::
applyXfToItemSet
(
SfxItemSet
&
rSet
,
size_t
xfId
)
...
...
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