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
99832677
Kaydet (Commit)
99832677
authored
Haz 02, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix warnings after merge
üst
3b6734d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
output2.cxx
sc/source/ui/view/output2.cxx
+3
-3
No files found.
sc/source/ui/view/output2.cxx
Dosyayı görüntüle @
99832677
...
...
@@ -155,7 +155,7 @@ public:
const
Size
&
GetTextSize
()
const
{
return
aTextSize
;
}
long
GetOriginalWidth
()
const
{
return
nOriginalWidth
;
}
sal_uLong
GetResultValueFormat
(
const
ScRefCellValue
&
rCell
)
const
;
sal_uLong
GetResultValueFormat
()
const
;
sal_uLong
GetValueFormat
()
const
{
return
nValueFormat
;
}
sal_Bool
GetLineBreak
()
const
{
return
bLineBreak
;
}
...
...
@@ -598,7 +598,7 @@ void ScDrawStringsVars::SetTextToWidthOrHash( ScRefCellValue& rCell, long nWidth
return
;
}
sal_uLong
nFormat
=
GetResultValueFormat
(
rCell
);
sal_uLong
nFormat
=
GetResultValueFormat
();
if
((
nFormat
%
SV_COUNTRY_LANGUAGE_OFFSET
)
!=
0
)
{
// Not 'General' number format. Set hash text and bail out.
...
...
@@ -784,7 +784,7 @@ sal_Bool ScDrawStringsVars::HasEditCharacters() const
return
aString
.
SearchChar
(
pChars
)
!=
STRING_NOTFOUND
;
}
sal_uLong
ScDrawStringsVars
::
GetResultValueFormat
(
const
ScRefCellValue
&
rCell
)
const
sal_uLong
ScDrawStringsVars
::
GetResultValueFormat
()
const
{
// Get the effective number format, including formula result types.
// This assumes that a formula cell has already been calculated.
...
...
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