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
9ba62d50
Kaydet (Commit)
9ba62d50
authored
Tem 08, 2012
tarafından
Daniel Bankston
Kaydeden (comit)
Kohei Yoshida
Tem 12, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove calls to ScFormulaCell::SetFormatType() that are no longer necessary
Change-Id: I632273a2278cd76d2af96192885a11bea85bd6a0
üst
24c444ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
xmlcelli.cxx
sc/source/filter/xml/xmlcelli.cxx
+0
-3
No files found.
sc/source/filter/xml/xmlcelli.cxx
Dosyayı görüntüle @
9ba62d50
...
@@ -760,7 +760,6 @@ void ScXMLTableRowCellContext::AddTextCellToDoc( const ScAddress& rCurrentPos,
...
@@ -760,7 +760,6 @@ void ScXMLTableRowCellContext::AddTextCellToDoc( const ScAddress& rCurrentPos,
pFCell
->
SetHybridString
(
*
pOUText
);
pFCell
->
SetHybridString
(
*
pOUText
);
else
else
bDoIncrement
=
false
;
bDoIncrement
=
false
;
pFCell
->
SetFormatType
(
nCellType
);
pFCell
->
ResetDirty
();
pFCell
->
ResetDirty
();
}
}
}
}
...
@@ -1030,7 +1029,6 @@ void ScXMLTableRowCellContext::AddNonMatrixFormulaCell( const ScAddress& rCellPo
...
@@ -1030,7 +1029,6 @@ void ScXMLTableRowCellContext::AddNonMatrixFormulaCell( const ScAddress& rCellPo
pFCell
->
SetHybridString
(
*
pOUTextValue
);
pFCell
->
SetHybridString
(
*
pOUTextValue
);
else
else
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetFormatType
(
nCellType
);
pFCell
->
ResetDirty
();
pFCell
->
ResetDirty
();
}
}
else
if
(
aText
[
0
]
==
'\''
&&
aText
.
getLength
()
>
1
)
else
if
(
aText
[
0
]
==
'\''
&&
aText
.
getLength
()
>
1
)
...
@@ -1083,7 +1081,6 @@ void ScXMLTableRowCellContext::AddFormulaCell( const ScAddress& rCellPos )
...
@@ -1083,7 +1081,6 @@ void ScXMLTableRowCellContext::AddFormulaCell( const ScAddress& rCellPos )
pFCell
->
SetHybridString
(
*
pOUTextValue
);
pFCell
->
SetHybridString
(
*
pOUTextValue
);
else
else
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetFormatType
(
nCellType
);
pFCell
->
ResetDirty
();
pFCell
->
ResetDirty
();
}
}
}
}
...
...
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