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
7edf29b3
Kaydet (Commit)
7edf29b3
authored
Eyl 15, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert Link<> to typed
Change-Id: I1cd4adb0b9ae24298a3978fdbfa0091e76f65044
üst
a7244509
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
newhelp.cxx
sfx2/source/appl/newhelp.cxx
+1
-2
newhelp.hxx
sfx2/source/appl/newhelp.hxx
+3
-3
No files found.
sfx2/source/appl/newhelp.cxx
Dosyayı görüntüle @
7edf29b3
...
@@ -1045,7 +1045,7 @@ IMPL_LINK_NOARG_TYPED(SearchTabPage_Impl, ClickHdl, Button*, void)
...
@@ -1045,7 +1045,7 @@ IMPL_LINK_NOARG_TYPED(SearchTabPage_Impl, ClickHdl, Button*, void)
SearchHdl
(
NULL
);
SearchHdl
(
NULL
);
}
}
IMPL_LINK_NOARG
(
SearchTabPage_Impl
,
SearchHdl
)
IMPL_LINK_NOARG
_TYPED
(
SearchTabPage_Impl
,
SearchHdl
,
LinkParamNone
*
,
void
)
{
{
OUString
aSearchText
=
comphelper
::
string
::
strip
(
m_pSearchED
->
GetText
(),
' '
);
OUString
aSearchText
=
comphelper
::
string
::
strip
(
m_pSearchED
->
GetText
(),
' '
);
if
(
!
aSearchText
.
isEmpty
()
)
if
(
!
aSearchText
.
isEmpty
()
)
...
@@ -1081,7 +1081,6 @@ IMPL_LINK_NOARG(SearchTabPage_Impl, SearchHdl)
...
@@ -1081,7 +1081,6 @@ IMPL_LINK_NOARG(SearchTabPage_Impl, SearchHdl)
aBox
->
Execute
();
aBox
->
Execute
();
}
}
}
}
return
0
;
}
}
IMPL_LINK_NOARG_TYPED
(
SearchTabPage_Impl
,
OpenHdl
,
Button
*
,
void
)
IMPL_LINK_NOARG_TYPED
(
SearchTabPage_Impl
,
OpenHdl
,
Button
*
,
void
)
...
...
sfx2/source/appl/newhelp.hxx
Dosyayı görüntüle @
7edf29b3
...
@@ -170,7 +170,7 @@ public:
...
@@ -170,7 +170,7 @@ public:
class
SearchBox_Impl
:
public
ComboBox
class
SearchBox_Impl
:
public
ComboBox
{
{
private
:
private
:
Link
<
>
aSearchLink
;
Link
<
LinkParamNone
*
,
void
>
aSearchLink
;
public
:
public
:
SearchBox_Impl
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
)
SearchBox_Impl
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
)
...
@@ -182,7 +182,7 @@ public:
...
@@ -182,7 +182,7 @@ public:
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
SAL_OVERRIDE
;
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
SAL_OVERRIDE
;
virtual
void
Select
()
SAL_OVERRIDE
;
virtual
void
Select
()
SAL_OVERRIDE
;
inline
void
SetSearchLink
(
const
Link
<>&
rLink
)
{
aSearchLink
=
rLink
;
}
inline
void
SetSearchLink
(
const
Link
<
LinkParamNone
*
,
void
>&
rLink
)
{
aSearchLink
=
rLink
;
}
};
};
class
SearchResultsBox_Impl
:
public
ListBox
class
SearchResultsBox_Impl
:
public
ListBox
...
@@ -214,7 +214,7 @@ private:
...
@@ -214,7 +214,7 @@ private:
void
ClearSearchResults
();
void
ClearSearchResults
();
void
RememberSearchText
(
const
OUString
&
rSearchText
);
void
RememberSearchText
(
const
OUString
&
rSearchText
);
DECL_LINK
(
SearchHdl
,
void
*
);
DECL_LINK
_TYPED
(
SearchHdl
,
LinkParamNone
*
,
void
);
DECL_LINK_TYPED
(
ClickHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
ClickHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
OpenHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
OpenHdl
,
Button
*
,
void
);
DECL_LINK
(
ModifyHdl
,
void
*
);
DECL_LINK
(
ModifyHdl
,
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