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
a28f5f96
Kaydet (Commit)
a28f5f96
authored
Eki 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
crash in Standardwidth
Change-Id: I9b781aaf98c16c83e12406ee38167814fb32cfc9
üst
e3f8eb8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
crash-6.xls
sc/qa/unit/data/xls/pass/crash-6.xls
+0
-0
impop.cxx
sc/source/filter/excel/impop.cxx
+5
-0
No files found.
sc/qa/unit/data/xls/pass/crash-6.xls
0 → 100644
Dosyayı görüntüle @
a28f5f96
File added
sc/source/filter/excel/impop.cxx
Dosyayı görüntüle @
a28f5f96
...
@@ -815,6 +815,11 @@ void ImportExcel::Hideobj()
...
@@ -815,6 +815,11 @@ void ImportExcel::Hideobj()
void
ImportExcel
::
Standardwidth
()
void
ImportExcel
::
Standardwidth
()
{
{
sal_uInt16
nScWidth
=
XclTools
::
GetScColumnWidth
(
maStrm
.
ReaduInt16
(),
GetCharWidth
()
);
sal_uInt16
nScWidth
=
XclTools
::
GetScColumnWidth
(
maStrm
.
ReaduInt16
(),
GetCharWidth
()
);
if
(
!
pColRowBuff
)
{
SAL_WARN
(
"sc"
,
"*ImportExcel::Standardwidth(): pColRowBuff is NULL!"
);
return
;
}
pColRowBuff
->
SetDefWidth
(
nScWidth
,
true
);
pColRowBuff
->
SetDefWidth
(
nScWidth
,
true
);
}
}
...
...
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