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
acf9b409
Kaydet (Commit)
acf9b409
authored
May 14, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: If2f09533666a6090d4860e79b33a05d12e058940
üst
e452abdd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
field.hxx
include/vcl/field.hxx
+2
-2
field2.cxx
vcl/source/control/field2.cxx
+0
-0
No files found.
include/vcl/field.hxx
Dosyayı görüntüle @
acf9b409
...
@@ -107,7 +107,7 @@ private:
...
@@ -107,7 +107,7 @@ private:
OUString
maFieldString
;
OUString
maFieldString
;
OUString
maLiteralMask
;
OUString
maLiteralMask
;
sal_uInt16
mnFormatFlags
;
sal_uInt16
mnFormatFlags
;
sal_Bool
mbSameMask
;
bool
mbSameMask
;
sal_Bool
mbInPattKeyInput
;
sal_Bool
mbInPattKeyInput
;
protected
:
protected
:
...
@@ -115,7 +115,7 @@ protected:
...
@@ -115,7 +115,7 @@ protected:
SAL_DLLPRIVATE
void
ImplSetMask
(
const
OString
&
rEditMask
,
SAL_DLLPRIVATE
void
ImplSetMask
(
const
OString
&
rEditMask
,
const
OUString
&
rLiteralMask
);
const
OUString
&
rLiteralMask
);
SAL_DLLPRIVATE
sal_B
ool
ImplIsSameMask
()
const
{
return
mbSameMask
;
}
SAL_DLLPRIVATE
b
ool
ImplIsSameMask
()
const
{
return
mbSameMask
;
}
SAL_DLLPRIVATE
sal_Bool
&
ImplGetInPattKeyInput
()
{
return
mbInPattKeyInput
;
}
SAL_DLLPRIVATE
sal_Bool
&
ImplGetInPattKeyInput
()
{
return
mbInPattKeyInput
;
}
public
:
public
:
...
...
vcl/source/control/field2.cxx
Dosyayı görüntüle @
acf9b409
This diff is collapsed.
Click to expand it.
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