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
b8f21d26
Kaydet (Commit)
b8f21d26
authored
Ara 01, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#72078 make status bar text localizable
Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d
üst
3b2f956b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
workbookhelper.cxx
sc/source/filter/oox/workbookhelper.cxx
+2
-4
No files found.
sc/source/filter/oox/workbookhelper.cxx
Dosyayı görüntüle @
b8f21d26
...
...
@@ -604,8 +604,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
// #i79890# disable automatic update of defined names
mpDoc
->
CompileNameFormula
(
true
);
//! TODO: localize progress bar text
mxProgressBar
.
reset
(
new
SegmentProgressBar
(
mrBaseFilter
.
getStatusIndicator
(),
"Loading..."
)
);
mxProgressBar
.
reset
(
new
SegmentProgressBar
(
mrBaseFilter
.
getStatusIndicator
(),
ScGlobal
::
GetRscString
(
STR_LOAD_DOC
)
)
);
mxFmlaParser
.
reset
(
new
FormulaParser
(
*
this
)
);
//prevent unnecessary broadcasts and "half way listeners" as
...
...
@@ -614,8 +613,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
}
else
if
(
mrBaseFilter
.
isExportFilter
()
)
{
//! TODO: localize progress bar text
mxProgressBar
.
reset
(
new
SegmentProgressBar
(
mrBaseFilter
.
getStatusIndicator
(),
"Saving..."
)
);
mxProgressBar
.
reset
(
new
SegmentProgressBar
(
mrBaseFilter
.
getStatusIndicator
(),
ScGlobal
::
GetRscString
(
STR_SAVE_DOC
)
)
);
}
// filter specific
switch
(
getFilterType
()
)
...
...
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