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
81fd504f
Kaydet (Commit)
81fd504f
authored
Kas 03, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
be more forgiving for empty cells in tests with csv files
Change-Id: I69f66cc580da0aab79e7df15ad5201624ce0f9f2
üst
7fe8d932
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
csv_handler.hxx
sc/qa/unit/helper/csv_handler.hxx
+3
-0
No files found.
sc/qa/unit/helper/csv_handler.hxx
Dosyayı görüntüle @
81fd504f
...
...
@@ -44,6 +44,9 @@ rtl::OUString getConditionalFormatString(ScDocument* pDoc, SCCOL nCol, SCROW nRo
rtl
::
OUString
aString
;
Color
*
pColor
;
ScBaseCell
*
pCell
=
pDoc
->
GetCell
(
ScAddress
(
nCol
,
nRow
,
nTab
));
if
(
!
pCell
)
return
aString
;
const
SfxItemSet
*
pCondSet
=
pDoc
->
GetCondResult
(
nCol
,
nRow
,
nTab
);
const
ScPatternAttr
*
pPattern
=
pDoc
->
GetPattern
(
nCol
,
nRow
,
nTab
);
SvNumberFormatter
*
pFormatter
=
pDoc
->
GetFormatTable
();
...
...
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