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
03086ad0
Kaydet (Commit)
03086ad0
authored
Nis 15, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
FALSE/TRUE in strings should not be converted to sal_False/sal_True.
üst
50428e32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
slot.cxx
idl/source/objects/slot.cxx
+2
-2
txtfldi.cxx
xmloff/source/text/txtfldi.cxx
+1
-1
No files found.
idl/source/objects/slot.cxx
Dosyayı görüntüle @
03086ad0
...
@@ -1577,9 +1577,9 @@ void SvMetaSlot::WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
...
@@ -1577,9 +1577,9 @@ void SvMetaSlot::WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
void
WriteBool
(
sal_Bool
bSet
,
SvStream
&
rStream
)
void
WriteBool
(
sal_Bool
bSet
,
SvStream
&
rStream
)
{
{
if
(
bSet
)
if
(
bSet
)
rStream
<<
"
sal_True
"
<<
','
;
rStream
<<
"
TRUE
"
<<
','
;
else
else
rStream
<<
"
sal_False
"
<<
','
;
rStream
<<
"
FALSE
"
<<
','
;
}
}
void
SvMetaSlot
::
WriteCSV
(
SvIdlDataBase
&
rBase
,
SvStream
&
rStrm
)
void
SvMetaSlot
::
WriteCSV
(
SvIdlDataBase
&
rBase
,
SvStream
&
rStrm
)
...
...
xmloff/source/text/txtfldi.cxx
Dosyayı görüntüle @
03086ad0
...
@@ -210,7 +210,7 @@ const sal_Char sAPI_is_fixed_language[] = "IsFixedLanguage";
...
@@ -210,7 +210,7 @@ const sal_Char sAPI_is_fixed_language[] = "IsFixedLanguage";
const
sal_Char
sAPI_is_visible
[]
=
"IsVisible"
;
const
sal_Char
sAPI_is_visible
[]
=
"IsVisible"
;
const
sal_Char
sAPI_TextRange
[]
=
"TextRange"
;
const
sal_Char
sAPI_TextRange
[]
=
"TextRange"
;
const
sal_Char
sAPI_true
[]
=
"
sal_True
"
;
const
sal_Char
sAPI_true
[]
=
"
TRUE
"
;
TYPEINIT1
(
XMLTextFieldImportContext
,
SvXMLImportContext
);
TYPEINIT1
(
XMLTextFieldImportContext
,
SvXMLImportContext
);
...
...
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