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
8315c4fa
Kaydet (Commit)
8315c4fa
authored
Eyl 17, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert Link<> to typed
Change-Id: Iaf8093a143e99aca391a107b3d677882f94ea820
üst
50b11846
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
hangulhanjadlg.cxx
cui/source/dialogs/hangulhanjadlg.cxx
+3
-4
hangulhanjadlg.hxx
cui/source/inc/hangulhanjadlg.hxx
+3
-3
No files found.
cui/source/dialogs/hangulhanjadlg.cxx
Dosyayı görüntüle @
8315c4fa
...
@@ -500,11 +500,11 @@ namespace svx
...
@@ -500,11 +500,11 @@ namespace svx
m_aListBox
->
SelectEntryPos
(
nPos
);
m_aListBox
->
SelectEntryPos
(
nPos
);
}
}
m_bInSelectionUpdate
=
false
;
m_bInSelectionUpdate
=
false
;
m_aSelectLink
.
Call
(
this
);
m_aSelectLink
.
Call
(
*
this
);
return
0L
;
return
0L
;
}
}
void
SuggestionDisplay
::
SetSelectHdl
(
const
Link
<>&
rLink
)
void
SuggestionDisplay
::
SetSelectHdl
(
const
Link
<
SuggestionDisplay
&
,
void
>&
rLink
)
{
{
m_aSelectLink
=
rLink
;
m_aSelectLink
=
rLink
;
}
}
...
@@ -712,11 +712,10 @@ namespace svx
...
@@ -712,11 +712,10 @@ namespace svx
}
}
IMPL_LINK_NOARG
(
HangulHanjaConversionDialog
,
OnSuggestionSelecte
d
)
IMPL_LINK_NOARG
_TYPED
(
HangulHanjaConversionDialog
,
OnSuggestionSelected
,
SuggestionDisplay
&
,
voi
d
)
{
{
m_pWordInput
->
SetText
(
m_pSuggestions
->
GetSelectEntry
()
);
m_pWordInput
->
SetText
(
m_pSuggestions
->
GetSelectEntry
()
);
OnSuggestionModified
(
NULL
);
OnSuggestionModified
(
NULL
);
return
0L
;
}
}
...
...
cui/source/inc/hangulhanjadlg.hxx
Dosyayı görüntüle @
8315c4fa
...
@@ -58,7 +58,7 @@ namespace svx
...
@@ -58,7 +58,7 @@ namespace svx
void
DisplayListBox
(
bool
bDisplayListBox
);
void
DisplayListBox
(
bool
bDisplayListBox
);
void
SetSelectHdl
(
const
Link
<>&
rLink
);
void
SetSelectHdl
(
const
Link
<
SuggestionDisplay
&
,
void
>&
rLink
);
void
Clear
();
void
Clear
();
void
InsertEntry
(
const
OUString
&
rStr
);
void
InsertEntry
(
const
OUString
&
rStr
);
...
@@ -94,7 +94,7 @@ namespace svx
...
@@ -94,7 +94,7 @@ namespace svx
VclPtr
<
SuggestionSet
>
m_aValueSet
;
VclPtr
<
SuggestionSet
>
m_aValueSet
;
VclPtr
<
ListBox
>
m_aListBox
;
VclPtr
<
ListBox
>
m_aListBox
;
Link
<
>
m_aSelectLink
;
Link
<
SuggestionDisplay
&
,
void
>
m_aSelectLink
;
bool
m_bInSelectionUpdate
;
bool
m_bInSelectionUpdate
;
};
};
...
@@ -183,7 +183,7 @@ namespace svx
...
@@ -183,7 +183,7 @@ namespace svx
private
:
private
:
DECL_LINK_TYPED
(
OnOption
,
Button
*
,
void
);
DECL_LINK_TYPED
(
OnOption
,
Button
*
,
void
);
DECL_LINK
(
OnSuggestionModified
,
void
*
);
DECL_LINK
(
OnSuggestionModified
,
void
*
);
DECL_LINK
(
OnSuggestionSelected
,
void
*
);
DECL_LINK
_TYPED
(
OnSuggestionSelected
,
SuggestionDisplay
&
,
void
);
DECL_LINK_TYPED
(
OnConversionDirectionClicked
,
Button
*
,
void
);
DECL_LINK_TYPED
(
OnConversionDirectionClicked
,
Button
*
,
void
);
DECL_LINK_TYPED
(
ClickByCharacterHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
ClickByCharacterHdl
,
Button
*
,
void
);
...
...
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