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
3a5024bc
Kaydet (Commit)
3a5024bc
authored
Tem 01, 2013
tarafından
Csikós Tamás
Kaydeden (comit)
Andras Timar
Tem 02, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#64155 - fix unlocalized 'default' list entry
Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
üst
a1a59214
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ReportBuilderImplementation.java
...ar/wizards/reportbuilder/ReportBuilderImplementation.java
+14
-0
No files found.
wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
Dosyayı görüntüle @
3a5024bc
...
@@ -55,6 +55,7 @@ import com.sun.star.wizards.report.IReportDocument;
...
@@ -55,6 +55,7 @@ import com.sun.star.wizards.report.IReportDocument;
import
com.sun.star.wizards.report.ReportImplementationHelper
;
import
com.sun.star.wizards.report.ReportImplementationHelper
;
import
com.sun.star.wizards.report.ReportLayouter
;
import
com.sun.star.wizards.report.ReportLayouter
;
import
com.sun.star.wizards.report.ReportWizard
;
import
com.sun.star.wizards.report.ReportWizard
;
import
com.sun.star.wizards.ui.UIConsts
;
import
java.util.logging.Level
;
import
java.util.logging.Level
;
import
java.util.logging.Logger
;
import
java.util.logging.Logger
;
...
@@ -684,9 +685,22 @@ public class ReportBuilderImplementation extends ReportImplementationHelper
...
@@ -684,9 +685,22 @@ public class ReportBuilderImplementation extends ReportImplementationHelper
break
;
break
;
}
}
}
}
exchangeLayoutTitlesWithLocalisedOnes
(
LayoutFiles
);
return
LayoutFiles
;
return
LayoutFiles
;
}
}
private
void
exchangeLayoutTitlesWithLocalisedOnes
(
String
[][]
LayoutFiles
)
{
for
(
int
i
=
0
;
i
<
LayoutFiles
[
0
].
length
;
++
i
)
{
if
(
LayoutFiles
[
0
][
i
]
==
null
)
{
break
;}
if
(
LayoutFiles
[
0
][
i
].
equals
(
"default"
)
)
{
LayoutFiles
[
0
][
i
]
=
m_resource
.
getResText
(
UIConsts
.
RID_REPORT
+
100
);
}
}
}
public
XReportDefinition
getReportDefinition
()
public
XReportDefinition
getReportDefinition
()
{
{
if
(
m_reportDocument
==
null
)
if
(
m_reportDocument
==
null
)
...
...
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