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
9e65b68e
Kaydet (Commit)
9e65b68e
authored
Ara 06, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reduce CurrencyBox somewhat
üst
a0649246
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
35 deletions
+0
-35
unusedcode.easy
unusedcode.easy
+0
-2
field.hxx
vcl/inc/vcl/field.hxx
+0
-2
field.cxx
vcl/source/control/field.cxx
+0
-31
No files found.
unusedcode.easy
Dosyayı görüntüle @
9e65b68e
...
@@ -74,8 +74,6 @@ Control::GetLineCount() const
...
@@ -74,8 +74,6 @@ Control::GetLineCount() const
CurrencyBox::CurrencyBox(Window*, ResId const&)
CurrencyBox::CurrencyBox(Window*, ResId const&)
CurrencyBox::GetValue(unsigned short) const
CurrencyBox::GetValue(unsigned short) const
CurrencyBox::GetValuePos(long) const
CurrencyBox::GetValuePos(long) const
CurrencyBox::InsertValue(long, unsigned short)
CurrencyBox::RemoveValue(long)
CurrencyField::CurrencyField(Window*, ResId const&)
CurrencyField::CurrencyField(Window*, ResId const&)
CurrencyFormatter::SetCurrencySymbol(String const&)
CurrencyFormatter::SetCurrencySymbol(String const&)
CustomToolBarImportHelper::showToolbar(rtl::OUString const&)
CustomToolBarImportHelper::showToolbar(rtl::OUString const&)
...
...
vcl/inc/vcl/field.hxx
Dosyayı görüntüle @
9e65b68e
...
@@ -819,8 +819,6 @@ public:
...
@@ -819,8 +819,6 @@ public:
virtual
void
ReformatAll
();
virtual
void
ReformatAll
();
void
InsertValue
(
sal_Int64
nValue
,
sal_uInt16
nPos
=
COMBOBOX_APPEND
);
void
RemoveValue
(
sal_Int64
nValue
);
sal_Int64
GetValue
(
sal_uInt16
nPos
)
const
;
sal_Int64
GetValue
(
sal_uInt16
nPos
)
const
;
sal_uInt16
GetValuePos
(
sal_Int64
nValue
)
const
;
sal_uInt16
GetValuePos
(
sal_Int64
nValue
)
const
;
...
...
vcl/source/control/field.cxx
Dosyayı görüntüle @
9e65b68e
...
@@ -2383,23 +2383,6 @@ CurrencyBox::CurrencyBox( Window* pParent, WinBits nWinStyle ) :
...
@@ -2383,23 +2383,6 @@ CurrencyBox::CurrencyBox( Window* pParent, WinBits nWinStyle ) :
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
CurrencyBox
::
CurrencyBox
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
ComboBox
(
WINDOW_CURRENCYBOX
)
{
rResId
.
SetRT
(
RSC_CURRENCYBOX
);
WinBits
nStyle
=
ImplInitRes
(
rResId
);
ComboBox
::
ImplInit
(
pParent
,
nStyle
);
CurrencyFormatter
::
ImplLoadRes
(
ResId
(
(
RSHEADER_TYPE
*
)
GetClassRes
(),
*
rResId
.
GetResMgr
()
)
);
SetField
(
this
);
ComboBox
::
ImplLoadRes
(
rResId
);
Reformat
();
if
(
!
(
nStyle
&
WB_HIDE
)
)
Show
();
}
// -----------------------------------------------------------------------
CurrencyBox
::~
CurrencyBox
()
CurrencyBox
::~
CurrencyBox
()
{
{
}
}
...
@@ -2478,20 +2461,6 @@ void CurrencyBox::ReformatAll()
...
@@ -2478,20 +2461,6 @@ void CurrencyBox::ReformatAll()
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
void
CurrencyBox
::
InsertValue
(
sal_Int64
nValue
,
sal_uInt16
nPos
)
{
ComboBox
::
InsertEntry
(
CreateFieldText
(
nValue
),
nPos
);
}
// -----------------------------------------------------------------------
void
CurrencyBox
::
RemoveValue
(
sal_Int64
nValue
)
{
ComboBox
::
RemoveEntry
(
CreateFieldText
(
nValue
)
);
}
// -----------------------------------------------------------------------
sal_Int64
CurrencyBox
::
GetValue
(
sal_uInt16
nPos
)
const
sal_Int64
CurrencyBox
::
GetValue
(
sal_uInt16
nPos
)
const
{
{
double
nValue
=
0
;
double
nValue
=
0
;
...
...
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