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
d880f3d3
Kaydet (Commit)
d880f3d3
authored
Tem 10, 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
Always recalc certain functions on import
Change-Id: Ie8cffc4a856328dd658714726de7ca77028a33a7
üst
9ba62d50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
xmlcelli.cxx
sc/source/filter/xml/xmlcelli.cxx
+8
-4
No files found.
sc/source/filter/xml/xmlcelli.cxx
Dosyayı görüntüle @
d880f3d3
...
@@ -760,7 +760,8 @@ void ScXMLTableRowCellContext::AddTextCellToDoc( const ScAddress& rCurrentPos,
...
@@ -760,7 +760,8 @@ void ScXMLTableRowCellContext::AddTextCellToDoc( const ScAddress& rCurrentPos,
pFCell
->
SetHybridString
(
*
pOUText
);
pFCell
->
SetHybridString
(
*
pOUText
);
else
else
bDoIncrement
=
false
;
bDoIncrement
=
false
;
pFCell
->
ResetDirty
();
if
(
!
pFCell
->
GetCode
()
->
IsRecalcModeAlways
()
)
pFCell
->
ResetDirty
();
}
}
}
}
else
else
...
@@ -798,7 +799,8 @@ void ScXMLTableRowCellContext::AddNumberCellToDoc( const ScAddress& rCurrentPos
...
@@ -798,7 +799,8 @@ void ScXMLTableRowCellContext::AddNumberCellToDoc( const ScAddress& rCurrentPos
pFCell
->
SetHybridString
(
*
pOUTextValue
);
pFCell
->
SetHybridString
(
*
pOUTextValue
);
else
else
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
ResetDirty
();
if
(
!
pFCell
->
GetCode
()
->
IsRecalcModeAlways
()
)
pFCell
->
ResetDirty
();
}
}
}
}
else
else
...
@@ -1029,7 +1031,8 @@ void ScXMLTableRowCellContext::AddNonMatrixFormulaCell( const ScAddress& rCellPo
...
@@ -1029,7 +1031,8 @@ void ScXMLTableRowCellContext::AddNonMatrixFormulaCell( const ScAddress& rCellPo
pFCell
->
SetHybridString
(
*
pOUTextValue
);
pFCell
->
SetHybridString
(
*
pOUTextValue
);
else
else
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
ResetDirty
();
if
(
!
(
pFCell
->
GetCode
()
->
IsRecalcModeOnLoad
()
||
!
pFCell
->
GetCode
()
->
IsRecalcModeOnLoadOnce
())
)
pFCell
->
ResetDirty
();
}
}
else
if
(
aText
[
0
]
==
'\''
&&
aText
.
getLength
()
>
1
)
else
if
(
aText
[
0
]
==
'\''
&&
aText
.
getLength
()
>
1
)
{
{
...
@@ -1081,7 +1084,8 @@ void ScXMLTableRowCellContext::AddFormulaCell( const ScAddress& rCellPos )
...
@@ -1081,7 +1084,8 @@ void ScXMLTableRowCellContext::AddFormulaCell( const ScAddress& rCellPos )
pFCell
->
SetHybridString
(
*
pOUTextValue
);
pFCell
->
SetHybridString
(
*
pOUTextValue
);
else
else
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
SetHybridDouble
(
fValue
);
pFCell
->
ResetDirty
();
if
(
!
pFCell
->
GetCode
()
->
IsRecalcModeAlways
()
)
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