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
4deb5e71
Kaydet (Commit)
4deb5e71
authored
Haz 28, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: typed Link<>
Change-Id: I39541a18f3d28ff1b428d5a77e36c3bf4c43d6b5
üst
2b5ebcc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
cfg.cxx
cui/source/customize/cfg.cxx
+0
-3
cfg.hxx
cui/source/inc/cfg.hxx
+0
-15
No files found.
cui/source/customize/cfg.cxx
Dosyayı görüntüle @
4deb5e71
...
...
@@ -4771,9 +4771,6 @@ IMPL_LINK(SvxNewToolbarDialog, ModifyHdl, Edit*, pEdit)
{
(
void
)
pEdit
;
if
(
aCheckNameHdl
.
IsSet
())
m_pBtnOK
->
Enable
(
aCheckNameHdl
.
Call
(
this
)
>
0
);
return
0
;
}
...
...
cui/source/inc/cfg.hxx
Dosyayı görüntüle @
4deb5e71
...
...
@@ -531,7 +531,6 @@ public:
class
SvxToolbarEntriesListBox
:
public
SvxMenuEntriesListBox
{
Size
m_aCheckBoxImageSizePixel
;
Link
<>
m_aChangedListener
;
SvLBoxButtonData
*
m_pButtonData
;
VclPtr
<
SvxConfigPage
>
pPage
;
...
...
@@ -551,11 +550,6 @@ public:
virtual
~
SvxToolbarEntriesListBox
();
virtual
void
dispose
()
SAL_OVERRIDE
;
void
SetChangedListener
(
const
Link
<>&
aChangedListener
)
{
m_aChangedListener
=
aChangedListener
;
}
const
Link
<>&
GetChangedListener
()
const
{
return
m_aChangedListener
;
}
Size
GetCheckBoxPixelSize
()
const
{
return
m_aCheckBoxImageSizePixel
;
}
...
...
@@ -672,8 +666,6 @@ private:
VclPtr
<
Edit
>
m_pEdtName
;
VclPtr
<
OKButton
>
m_pBtnOK
;
Link
<>
aCheckNameHdl
;
DECL_LINK
(
ModifyHdl
,
Edit
*
);
public
:
...
...
@@ -688,13 +680,6 @@ public:
return
m_pEdtName
->
GetText
();
}
void
SetCheckNameHdl
(
const
Link
<>&
rLink
,
bool
bCheckImmediately
=
false
)
{
aCheckNameHdl
=
rLink
;
if
(
bCheckImmediately
)
m_pBtnOK
->
Enable
(
rLink
.
Call
(
this
)
>
0
);
}
void
SetEditHelpId
(
const
OString
&
aHelpId
)
{
m_pEdtName
->
SetHelpId
(
aHelpId
);
...
...
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