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
d2d730f6
Kaydet (Commit)
d2d730f6
authored
Ock 16, 2012
tarafından
Mariusz Dykierek
Kaydeden (comit)
Caolán McNamara
Ock 16, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed FormatterBase::SetFieldText
üst
2955fc0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
unusedcode.easy
unusedcode.easy
+0
-1
field.hxx
vcl/inc/vcl/field.hxx
+0
-1
field.cxx
vcl/source/control/field.cxx
+0
-14
No files found.
unusedcode.easy
Dosyayı görüntüle @
d2d730f6
...
...
@@ -94,7 +94,6 @@ FontSelectPattern::FontSelectPattern(ImplFontData const&, Size const&, float, in
FontSizeBox::SetUserValue(long, FieldUnit)
FontStyleBox::FontStyleBox(Window*, long)
FormattedField::SetValidateText(String const&, String const*)
FormatterBase::SetFieldText(String const&, unsigned char)
GraphCtrl::GraphCtrl(Window*, long)
GtkSalFrame::popIgnoreDamage()
GtkSalFrame::pushIgnoreDamage()
...
...
vcl/inc/vcl/field.hxx
Dosyayı görüntüle @
d2d730f6
...
...
@@ -62,7 +62,6 @@ protected:
SAL_DLLPRIVATE
void
ImplSetText
(
const
XubString
&
rText
,
Selection
*
pNewSel
=
NULL
);
SAL_DLLPRIVATE
sal_Bool
ImplGetEmptyFieldValue
()
const
{
return
mbEmptyFieldValue
;
}
void
SetFieldText
(
const
XubString
&
rText
,
sal_Bool
bKeepSelection
);
void
SetEmptyFieldValueData
(
sal_Bool
bValue
)
{
mbEmptyFieldValue
=
bValue
;
}
SAL_DLLPRIVATE
LocaleDataWrapper
&
ImplGetLocaleDataWrapper
()
const
;
...
...
vcl/source/control/field.cxx
Dosyayı görüntüle @
d2d730f6
...
...
@@ -387,20 +387,6 @@ const AllSettings& FormatterBase::GetFieldSettings() const
// -----------------------------------------------------------------------
void
FormatterBase
::
SetFieldText
(
const
XubString
&
rText
,
sal_Bool
bKeepSelection
)
{
if
(
mpField
)
{
Selection
aNewSelection
(
0xFFFF
,
0xFFFF
);
if
(
bKeepSelection
)
aNewSelection
=
mpField
->
GetSelection
();
ImplSetText
(
rText
,
&
aNewSelection
);
}
}
// -----------------------------------------------------------------------
void
FormatterBase
::
ImplSetText
(
const
XubString
&
rText
,
Selection
*
pNewSelection
)
{
if
(
mpField
)
...
...
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